Searched refs:slblSelFields (Results 1 – 4 of 4) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/form/ |
H A D | FormWizard.java | 53 private static String slblSelFields; field in FormWizard 229 …dSelection(this, curFormDocument.oMainFormDBMetaData, 92, slblFields, slblSelFields, slblTables, t… in buildSteps() 246 …ormDocument.oSubFormDBMetaData, SOSUBFORMFIELDS_PAGE, 92, slblFields, slblSelFields, slblTables, t… in buildSteps() 378 slblSelFields = m_oResource.getResText(UIConsts.RID_FORM + 1); in getFormResources()
|
/trunk/main/wizards/com/sun/star/wizards/table/ |
H A D | TableWizard.java | 47 static String slblSelFields; field in TableWizard 244 …rScenarioSelector = new ScenarioSelector(this, this.curTableDescriptor, slblFields, slblSelFields); in buildSteps() 393 slblSelFields = m_oResource.getResText(UIConsts.RID_TABLE + 25); in getTableResources()
|
/trunk/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportWizard.java | 88 private static String slblSelFields; field in ReportWizard 324 …dSelection(this, m_reportDocument.getRecordParser(), 100, slblFields, slblSelFields, slblTables, t… in buildSteps() 573 slblSelFields = m_oResource.getResText(UIConsts.RID_REPORT + 9); in getReportResources()
|
/trunk/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 174 …nt CompPosY, int CompWidth, int CompHeight, String slblFields, String slblSelFields, int _FirstHel… in FieldSelection() argument 299 …8, slblSelFields, SelListBoxPosX, new Integer(CompPosY), IStep, new Short(curtabindex++), ListBoxW… in FieldSelection() 336 ….setAccessibleName(xSelectedFieldsListBox, JavaTools.replaceSubString(slblSelFields, PropertyNames… in FieldSelection()
|
Completed in 26 milliseconds