/aoo41x/main/wizards/com/sun/star/wizards/table/ |
H A D | FieldFormatter.java | 209 …tUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST, _fieldnames); in initialize() 261 …[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST); in removeFieldName() 286 …[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST); in removeFieldName() 322 …etUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST, fieldnames); in modifyFieldName() 335 ….setUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST, snewlist); in shiftFieldNameUp() 351 ….setUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST, snewlist); in shiftFieldNameDown() 413 …[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST); in iscompleted() 419 …[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xlstFieldNames), PropertyNames.STRING_ITEM_LIST); in getFieldNames()
|
H A D | Finalizer.java | 126 …mes.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.STRING_ITEM_LIST, PropertyName… in Finalizer() 181 …mes.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.STRING_ITEM_LIST, PropertyName… in Finalizer()
|
H A D | PrimaryKeyHandler.java | 209 …noPropertyValue(UnoDialog.getModel(lstSinglePrimeKey), PropertyNames.STRING_ITEM_LIST, fieldnames); in initialize()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 401 …ialog.setControlProperty("lstSelFields" + sIncSuffix, PropertyNames.STRING_ITEM_LIST, NewItemList); in changeSelectionOrder() 496 …Dialog.setControlProperty("lstSelFields" + sIncSuffix, PropertyNames.STRING_ITEM_LIST, new String[] in emptyFieldsListBoxes() 499 …UnoDialog.setControlProperty("lstFields" + sIncSuffix, PropertyNames.STRING_ITEM_LIST, new String[] in emptyFieldsListBoxes() 669 …ng[]) CurUnoDialog.getControlProperty("lstSelFields" + sIncSuffix, PropertyNames.STRING_ITEM_LIST); in getSelectedFieldNames() 674 …CurUnoDialog.setControlProperty("lstSelFields" + sIncSuffix, PropertyNames.STRING_ITEM_LIST, _sfie… in setSelectedFieldNames() 676 …CurUnoDialog.setControlProperty("lstFields" + sIncSuffix, PropertyNames.STRING_ITEM_LIST, sleftbox… in setSelectedFieldNames() 691 …CurUnoDialog.setControlProperty("lstSelFields" + sIncSuffix, PropertyNames.STRING_ITEM_LIST, _sfie… in changeSelectedFieldNames()
|
H A D | CommandFieldSelection.java | 213 …[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.STRING_ITEM_LIST)); in getselectedItemPos() 303 …etUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.STRING_ITEM_LIST, ContentList); in fillupCommandListBox() 423 …g[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.STRING_ITEM_LIST); in preselectCommand() 451 …g[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.STRING_ITEM_LIST); in preselectCommand()
|
H A D | DBLimitedFieldSelection.java | 119 …Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllField… in initializeListBox() 144 …Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllField… in initializeListBox()
|
H A D | UnoDialog.java | 271 …names = (String[]) Helper.getUnoPropertyValue(getModel(_xListBox), PropertyNames.STRING_ITEM_LIST); in getListBoxItemCount() 688 Object sList = Helper.getUnoPropertyValue(oListBoxModel, PropertyNames.STRING_ITEM_LIST); in deselectListBox() 689 Helper.setUnoPropertyValue(oListBoxModel, PropertyNames.STRING_ITEM_LIST, new String[] in deselectListBox() 692 Helper.setUnoPropertyValue(oListBoxModel, PropertyNames.STRING_ITEM_LIST, sList); in deselectListBox()
|
H A D | AggregateComponent.java | 524 …mes.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.STRING_ITEM_LIST, PropertyName… in ControlRow() 566 …etUnoPropertyValue(UnoDialog.getModel(xFieldListBox), PropertyNames.STRING_ITEM_LIST, CurDBMetaDat… in insertFieldNames()
|
H A D | FilterComponent.java | 675 PropertyNames.STRING_ITEM_LIST, in ControlRow() 833 …(UnoDialog.getModel(ControlElements[SOLSTFIELDNAME]), PropertyNames.STRING_ITEM_LIST, _FieldNames); in setFieldNames()
|
H A D | SortingComponent.java | 182 …tControlProperty("lstSort" + Integer.toString(i + 1), PropertyNames.STRING_ITEM_LIST, ViewFieldNam… in initialize()
|
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxWizardDialogImpl.java | 397 … setControlProperty("lstBusinessStyle", PropertyNames.STRING_ITEM_LIST, BusinessFiles[0]); in initializeTemplates() 398 setControlProperty("lstPrivateStyle", PropertyNames.STRING_ITEM_LIST, PrivateFiles[0]); in initializeTemplates() 429 … setControlProperty("lstSalutation", PropertyNames.STRING_ITEM_LIST, resources.SalutationLabels); in initializeSalutation() 434 setControlProperty("lstGreeting", PropertyNames.STRING_ITEM_LIST, resources.GreetingLabels); in initializeGreeting() 439 …setControlProperty("lstCommunicationType", PropertyNames.STRING_ITEM_LIST, resources.Communication… in initializeCommunication()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 1096 … setControlProperty("lstSalutation", PropertyNames.STRING_ITEM_LIST, resources.SalutationLabels); in initializeSalutation() 1101 setControlProperty("lstGreeting", PropertyNames.STRING_ITEM_LIST, resources.GreetingLabels); in initializeGreeting() 1268 setControlProperty("lstLetterNorm", PropertyNames.STRING_ITEM_LIST, LanguageLabels); in initializeNorms() 1312 setControlProperty("lstBusinessStyle", PropertyNames.STRING_ITEM_LIST, BusinessFiles[0]); in initializeTemplates() 1313 … setControlProperty("lstPrivOfficialStyle", PropertyNames.STRING_ITEM_LIST, OfficialFiles[0]); in initializeTemplates() 1314 setControlProperty("lstPrivateStyle", PropertyNames.STRING_ITEM_LIST, PrivateFiles[0]); in initializeTemplates()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | ListModelBinder.java | 180 …Helper.setUnoPropertyValue(UnoDataAware.getModel(list), PropertyNames.STRING_ITEM_LIST, new String… in fillList() 195 …Helper.setUnoPropertyValue(UnoDataAware.getModel(list), PropertyNames.STRING_ITEM_LIST, new String… in fillComboBox()
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportLayouter.java | 110 …rtyNames.SELECTED_ITEMS, PropertyNames.PROPERTY_STEP, PropertyNames.STRING_ITEM_LIST, PropertyName… in ReportLayouter() 145 …rtyNames.SELECTED_ITEMS, PropertyNames.PROPERTY_STEP, PropertyNames.STRING_ITEM_LIST, PropertyName… in ReportLayouter()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | PropertyNames.java | 62 public static String STRING_ITEM_LIST = "StringItemList"; field in PropertyNames
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormConfiguration.java | 160 …Helper.setUnoPropertyValue(UnoDialog.getModel(lstRelations), PropertyNames.STRING_ITEM_LIST, srefe… in initialize()
|
H A D | StyleApplier.java | 121 …rtyNames.SELECTED_ITEMS, PropertyNames.PROPERTY_STEP, PropertyNames.STRING_ITEM_LIST, PropertyName… in StyleApplier()
|
/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaWizardDialogImpl.java | 242 setControlProperty("listPageDesign", PropertyNames.STRING_ITEM_LIST, agendaTemplates[0]); in makeDA()
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Events.java | 154 …Helper.setUnoPropertyValue(getModel(lstDocuments), PropertyNames.STRING_ITEM_LIST, EMPTY_STRING_AR… in loadSession()
|