Searched refs:NewSelGroupNames (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextDocument.java | 503 …public void removeGroupName(String[] NewSelGroupNames, String CurGroupTitle, java.util.Vector Grou… in removeGroupName() argument 505 removeGroupNamesofRecordTable(NewSelGroupNames.length + 1); in removeGroupName() 514 if (JavaTools.FieldInList(NewSelGroupNames, CurGroupTitle) == -1) in removeGroupName() 516 updateTextSections(NewSelGroupNames); in removeGroupName() 518 int iSelItemCount = NewSelGroupNames.length; in removeGroupName()
|
H A D | GroupFieldHandler.java | 176 String[] NewSelGroupNames = xSelectedFieldsListBox.getItems(); in shiftFromRightToLeft() local 177 …blBlindTextNote_1", PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(NewSelGroupNames.length == 0)); in shiftFromRightToLeft()
|
H A D | IReportDocument.java | 137 …public void liveupdate_removeGroupName(String[] NewSelGroupNames, String CurGroupTitle, java.util.… in liveupdate_removeGroupName() argument
|
H A D | ReportTextImplementation.java | 513 …public void liveupdate_removeGroupName(String[] NewSelGroupNames, String CurGroupTitle, Vector Gro… in liveupdate_removeGroupName() argument 515 getDoc().removeGroupName(NewSelGroupNames, CurGroupTitle, GroupFieldVector); in liveupdate_removeGroupName()
|
/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 297 …public void liveupdate_removeGroupName(String[] NewSelGroupNames, String CurGroupTitle, Vector Gro… in liveupdate_removeGroupName() argument
|
Completed in 27 milliseconds