84059 - form wizard : files required could not be found

Desktop / LibreOffice - Noel Grandin [peralex.com] - 22 September 2014 07:28 UTC

I've essentially unwound most the Java changes I made te wizards module in the last few months. I will revisit my changes at a later date and make them more carefully :-)

04f43cd 84059 - form wizard : files required could not be found
wizards/Jar_commonwizards.mk | 1 +
.../com/sun/star/wizards/common/ConfigGroup.java | 6 +-
.../com/sun/star/wizards/common/ConfigNode.java | 6 +-
wizards/com/sun/star/wizards/common/ConfigSet.java | 2 +
.../com/sun/star/wizards/common/Configuration.java | 102 +-
.../com/sun/star/wizards/common/DebugHelper.java | 6 +-
wizards/com/sun/star/wizards/common/Desktop.java | 201 +++-
.../com/sun/star/wizards/common/FileAccess.java | 464 ++++++++-
wizards/com/sun/star/wizards/common/Helper.java | 102 +-
wizards/com/sun/star/wizards/common/IRenderer.java | 2 +-
wizards/com/sun/star/wizards/common/Indexable.java | 2 +-
wizards/com/sun/star/wizards/common/JavaTools.java | 163 +++-
.../star/wizards/common/NamedValueCollection.java | 20 +-
.../sun/star/wizards/common/NumberFormatter.java | 47 +-
.../sun/star/wizards/common/NumericalHelper.java | 980 +++++++++++++++++++-
.../com/sun/star/wizards/common/ParaStyled.java | 4 +-
.../wizards/common/PlaceholderTextElement.java | 14 +-
.../com/sun/star/wizards/common/Properties.java | 4 +-
.../com/sun/star/wizards/common/PropertyNames.java | 2 +-
.../sun/star/wizards/common/PropertySetHelper.java | 124 ++-
wizards/com/sun/star/wizards/common/Resource.java | 25 +-
.../com/sun/star/wizards/common/SystemDialog.java | 105 ++-
.../sun/star/wizards/common/TemplateElement.java | 2 +-
.../com/sun/star/wizards/common/TextElement.java | 1 -
wizards/com/sun/star/wizards/common/UCB.java | 17 +-
.../com/sun/star/wizards/common/XMLProvider.java | 2 +-
.../com/sun/star/wizards/db/BlindtextCreator.java | 12 +-
.../com/sun/star/wizards/db/ColumnPropertySet.java | 16 +-
.../com/sun/star/wizards/db/CommandMetaData.java | 146 ++-
wizards/com/sun/star/wizards/db/CommandName.java | 27 +-
wizards/com/sun/star/wizards/db/DBMetaData.java | 69 +-
wizards/com/sun/star/wizards/db/FieldColumn.java | 18 +-
wizards/com/sun/star/wizards/db/QueryMetaData.java | 38 +-
wizards/com/sun/star/wizards/db/RecordParser.java | 23 +-
.../com/sun/star/wizards/db/SQLQueryComposer.java | 43 +-
.../com/sun/star/wizards/db/TableDescriptor.java | 71 +-
wizards/com/sun/star/wizards/db/TypeInspector.java | 48 +-
wizards/com/sun/star/wizards/document/Control.java | 42 +-
.../sun/star/wizards/document/DatabaseControl.java | 14 +-
.../com/sun/star/wizards/document/FormHandler.java | 147 ++-
.../com/sun/star/wizards/document/GridControl.java | 7 +-
.../sun/star/wizards/document/OfficeDocument.java | 165 +++-
wizards/com/sun/star/wizards/document/Shape.java | 4 +-
.../star/wizards/document/TimeStampControl.java | 28 +-
.../com/sun/star/wizards/form/CallFormWizard.java | 31 +-
.../com/sun/star/wizards/form/DataEntrySetter.java | 21 +-
wizards/com/sun/star/wizards/form/FieldLinker.java | 19 +-
wizards/com/sun/star/wizards/form/Finalizer.java | 27 +-
.../sun/star/wizards/form/FormConfiguration.java | 98 +-
.../sun/star/wizards/form/FormControlArranger.java | 25 +-
.../com/sun/star/wizards/form/FormDocument.java | 65 +-
wizards/com/sun/star/wizards/form/FormWizard.java | 26 +-
.../com/sun/star/wizards/form/StyleApplier.java | 108 ++-
.../sun/star/wizards/form/UIControlArranger.java | 41 +-
.../sun/star/wizards/query/CallQueryWizard.java | 12 +-
wizards/com/sun/star/wizards/query/Finalizer.java | 20 +-
.../com/sun/star/wizards/query/QuerySummary.java | 16 +-
.../com/sun/star/wizards/query/QueryWizard.java | 21 +-
.../sun/star/wizards/report/CallReportWizard.java | 6 +-
wizards/com/sun/star/wizards/report/DBColumn.java | 58 +-
.../com/sun/star/wizards/report/Dataimport.java | 25 +-
.../sun/star/wizards/report/GroupFieldHandler.java | 9 +-
.../wizards/report/IReportBuilderLayouter.java | 37 +-
.../report/IReportDefinitionReadAccess.java | 7 +-
.../sun/star/wizards/report/IReportDocument.java | 106 ++-
.../com/sun/star/wizards/report/RecordTable.java | 9 +-
.../sun/star/wizards/report/ReportFinalizer.java | 61 +-
.../wizards/report/ReportImplementationHelper.java | 4 +
.../sun/star/wizards/report/ReportLayouter.java | 57 +-
.../star/wizards/report/ReportTextDocument.java | 96 +-
.../wizards/report/ReportTextImplementation.java | 25 +-
.../com/sun/star/wizards/report/ReportWizard.java | 30 +-
.../com/sun/star/wizards/report/report.component | 2 +-
.../reportbuilder/ReportBuilderImplementation.java | 5 +-
.../reportbuilder/layout/ColumnarSingleColumn.java | 2 -
.../reportbuilder/layout/ColumnarThreeColumns.java | 3 -
.../reportbuilder/layout/ColumnarTwoColumns.java | 2 -
.../reportbuilder/layout/DesignTemplate.java | 10 +-
.../reportbuilder/layout/InBlocksLabelsAbove.java | 4 -
.../reportbuilder/layout/InBlocksLabelsLeft.java | 4 -
.../layout/ReportBuilderLayouter.java | 101 +-
.../reportbuilder/layout/SectionEmptyObject.java | 1 -
.../wizards/reportbuilder/layout/SectionLabel.java | 4 +-
.../reportbuilder/layout/SectionObject.java | 2 +-
.../reportbuilder/layout/SectionTextField.java | 3 +-
.../star/wizards/reportbuilder/layout/Tabular.java | 3 +-
wizards/com/sun/star/wizards/table/CGCategory.java | 10 +-
wizards/com/sun/star/wizards/table/CGTable.java | 8 +-
.../sun/star/wizards/table/CallTableWizard.java | 19 +-
.../sun/star/wizards/table/FieldDescription.java | 2 +-
.../com/sun/star/wizards/table/FieldFormatter.java | 203 +++-
wizards/com/sun/star/wizards/table/Finalizer.java | 48 +-
.../sun/star/wizards/table/PrimaryKeyHandler.java | 49 +-
.../sun/star/wizards/table/ScenarioSelector.java | 47 +-
.../com/sun/star/wizards/table/TableWizard.java | 72 +-
.../com/sun/star/wizards/text/TextDocument.java | 184 +++-
.../sun/star/wizards/text/TextFieldHandler.java | 40 +-
.../sun/star/wizards/text/TextSectionHandler.java | 26 +-
.../sun/star/wizards/text/TextStyleHandler.java | 2 +-
.../sun/star/wizards/text/TextTableHandler.java | 40 +-
wizards/com/sun/star/wizards/text/ViewHandler.java | 3 +-
.../sun/star/wizards/ui/AggregateComponent.java | 94 +-
wizards/com/sun/star/wizards/ui/ButtonList.java | 111 ++-
.../sun/star/wizards/ui/CommandFieldSelection.java | 37 +-
.../com/sun/star/wizards/ui/ControlScroller.java | 100 +-
.../star/wizards/ui/DBLimitedFieldSelection.java | 29 +-
.../com/sun/star/wizards/ui/FieldSelection.java | 72 +-
.../com/sun/star/wizards/ui/FilterComponent.java | 125 ++-
wizards/com/sun/star/wizards/ui/ImageList.java | 90 +-
wizards/com/sun/star/wizards/ui/PathSelection.java | 19 +-
wizards/com/sun/star/wizards/ui/PeerConfig.java | 83 +-
.../com/sun/star/wizards/ui/SortingComponent.java | 90 +-
.../com/sun/star/wizards/ui/TitlesComponent.java | 41 +-
wizards/com/sun/star/wizards/ui/UIConsts.java | 88 +-
wizards/com/sun/star/wizards/ui/UnoDialog.java | 209 ++++-
wizards/com/sun/star/wizards/ui/UnoDialog2.java | 149 ++-
wizards/com/sun/star/wizards/ui/WizardDialog.java | 201 +++-
.../star/wizards/ui/XCommandSelectionListener.java | 24 +
wizards/com/sun/star/wizards/ui/XCompletion.java | 7 +-
.../star/wizards/ui/XFieldSelectionListener.java | 12 +-
.../star/wizards/ui/XPathSelectionListener.java | 2 +-
.../star/wizards/ui/event/AbstractListener.java | 7 +-
.../sun/star/wizards/ui/event/CommonListener.java | 5 +
.../com/sun/star/wizards/ui/event/DataAware.java | 92 +-
.../sun/star/wizards/ui/event/DataAwareFields.java | 13 +-
.../com/sun/star/wizards/ui/event/EventNames.java | 30 +-
.../sun/star/wizards/ui/event/ListModelBinder.java | 5 +-
.../star/wizards/ui/event/MethodInvocation.java | 17 +-
.../sun/star/wizards/ui/event/RadioDataAware.java | 6 +-
.../sun/star/wizards/ui/event/SimpleDataAware.java | 34 +-
wizards/com/sun/star/wizards/ui/event/Task.java | 77 +-
.../com/sun/star/wizards/ui/event/TaskEvent.java | 5 +
.../sun/star/wizards/ui/event/TaskListener.java | 9 +-
.../sun/star/wizards/ui/event/UnoDataAware.java | 108 ++-
134 files changed, 5798 insertions(+), 1474 deletions(-)

Upstream: cgit.freedesktop.org


  • Share