• Gabor Kelemen's avatar
    Fix HIDs in Java based Table/Query/Report wizards · 18b45de3
    Gabor Kelemen yazdı
    Some HIDs were a bit off in these wizards
    - Report Wizard 'Grouping' page
    - Table Wizard 'Set primary key' page
    - Query Wizard 'Grouping' page
    
    All these contain a subclass of a FieldSelection.
    Due to the implementation of HID handling there, we need 4 consecutive
    HIDs in HelpIds.java for the buttons cmdMoveSelected, cmdMoveAll,
    cmdRemoveSelected and cmdRemoveAll.
    
    Above pages contain subclasses without the MoveAll and RemoveAll buttons
    so we need empty placeholders in their places to cater for the assumptions
    of the parent class.
    
    This also means that HID numbers must be adjusted a bit, and in ReportWizard.java
    we need to shift the base HID number of the Sorting page that follows
    the Grouping page.
    
    Change-Id: I944dd4f781aff2c0b0cfd99c3386001506c01440
    Reviewed-on: https://gerrit.libreoffice.org/46270Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
    18b45de3
Adı
Son kayıt (commit)
Son güncelleme
..
CallReportWizard.java Loading commit data...
DBColumn.java Loading commit data...
Dataimport.java Loading commit data...
GroupFieldHandler.java Loading commit data...
IReportBuilderLayouter.java Loading commit data...
IReportDefinitionReadAccess.java Loading commit data...
IReportDocument.java Loading commit data...
MANIFEST.MF Loading commit data...
RecordTable.java Loading commit data...
ReportFinalizer.java Loading commit data...
ReportImplementationHelper.java Loading commit data...
ReportLayouter.java Loading commit data...
ReportTextDocument.java Loading commit data...
ReportTextImplementation.java Loading commit data...
ReportWizard.java Loading commit data...
report.component Loading commit data...