Searched refs:slblFields (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormWizard.java | 52 private static String slblFields; field in FormWizard 229 …w CommandFieldSelection(this, curFormDocument.oMainFormDBMetaData, 92, slblFields, slblSelFields, … in buildSteps() 246 …on(this, curFormDocument.oSubFormDBMetaData, SOSUBFORMFIELDS_PAGE, 92, slblFields, slblSelFields, … in buildSteps() 377 slblFields = m_oResource.getResText(UIConsts.RID_FORM + 12); in getFormResources()
|
/aoo41x/main/wizards/com/sun/star/wizards/table/ |
H A D | TableWizard.java | 46 static String slblFields; field in TableWizard 244 …curScenarioSelector = new ScenarioSelector(this, this.curTableDescriptor, slblFields, slblSelField… in buildSteps() 392 slblFields = m_oResource.getResText(UIConsts.RID_TABLE + 19); in getTableResources()
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportWizard.java | 87 private static String slblFields; field in ReportWizard 324 …w CommandFieldSelection(this, m_reportDocument.getRecordParser(), 100, slblFields, slblSelFields, … in buildSteps() 572 slblFields = m_oResource.getResText(UIConsts.RID_FORM + 12); in getReportResources()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 174 …tep, int CompPosX, int CompPosY, int CompWidth, int CompHeight, String slblFields, String slblSelF… in FieldSelection() argument 229 … 8, slblFields, new Integer(CompPosX), new Integer(CompPosY), IStep, new Short(curtabindex), 109 in FieldSelection() 335 …uration().setAccessibleName(xFieldsListBox, JavaTools.replaceSubString(slblFields, PropertyNames.E… in FieldSelection()
|
Completed in 62 milliseconds