Home
last modified time | relevance | path

Searched refs:sIncSuffix (Results 1 – 13 of 13) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/ui/ !
H A DFieldSelection.java42 protected String sIncSuffix; field in FieldSelection
161 this.xFieldSelection.setID(sIncSuffix); in addFieldSelectionListener()
219sIncSuffix = "_" + com.sun.star.wizards.common.Desktop.getIncrementSuffix(CurUnoDialog.getDlgNameA… in FieldSelection()
222 …UnoDialog.insertControlModel("com.sun.star.awt.UnoControlFixedTextModel", "lblFields" + sIncSuffix, in FieldSelection()
233 …xFieldsListBox = CurUnoDialog.insertListBox("lstFields" + sIncSuffix, SOFLDSLST, new ActionListene… in FieldSelection()
243 …Object btnmoveselected = CurUnoDialog.insertButton("cmdMoveSelected" + sIncSuffix, SOCMDMOVESEL, n… in FieldSelection()
255 …btnmoveall = CurUnoDialog.insertButton("cmdMoveAll" + sIncSuffix, SOCMDMOVEALL, new ActionListener… in FieldSelection()
265 …Object btnremoveselected = CurUnoDialog.insertButton("cmdRemoveSelected" + sIncSuffix, SOCMDREMOVE… in FieldSelection()
277 …btnremoveall = CurUnoDialog.insertButton("cmdRemoveAll" + sIncSuffix, SOCMDREMOVEALL, new ActionLi… in FieldSelection()
292 …Dialog.insertControlModel("com.sun.star.awt.UnoControlFixedTextModel", "lblSelFields" + sIncSuffix, in FieldSelection()
[all …]
H A DControlScroller.java62 String sIncSuffix; field in ControlScroller
111sIncSuffix = com.sun.star.wizards.common.Desktop.getIncrementSuffix(CurUnoDialog.getDlgNameAccess(… in ControlScroller()
112 …og.insertControlModel("com.sun.star.awt.UnoControlImageControlModel", "imgBackground" + sIncSuffix, in ControlScroller()
121 oImgControl = CurUnoDialog.xDlgContainer.getControl("imgBackground" + sIncSuffix); in ControlScroller()
123 xScrollBar = CurUnoDialog.insertScrollBar("TitleScrollBar" + sIncSuffix, 0, in ControlScroller()
298 …CurUnoDialog.setControlProperty("TitleScrollBar" + sIncSuffix, PropertyNames.PROPERTY_ENABLED, Boo… in toggleComponent()
H A DFilterComponent.java69 private String sIncSuffix; field in FilterComponent
134 String sControlNameSuffix = sIncSuffix + "_" + getIndexNumber(sControlName); in itemStateChanged()
405sIncSuffix = com.sun.star.wizards.common.Desktop.getIncrementSuffix(CurUnoDialog.getDlgNameAccess(… in FilterComponent()
419 … CurUnoDialog.insertRadioButton("optMatchAll" + sIncSuffix, SOOPTANDMODE, new ItemListenerImpl(), in FilterComponent()
444 …optMatchAny = CurUnoDialog.insertRadioButton("optMatchAny" + sIncSuffix, SOOPTORMODE, new ItemList… in FilterComponent()
555 String sCompSuffix = sIncSuffix + "_" + String.valueOf(Index + 1); in ControlRow()
H A DCommandFieldSelection.java128 sTableLabelName = "lblTables_" + super.sIncSuffix; in insertControls()
129 sTableListBoxName = "lstTables_" + super.sIncSuffix; in insertControls()
H A DXFieldSelectionListener.java45 public void setID(String sIncSuffix); in setID() argument
/AOO42X/main/wizards/com/sun/star/wizards/common/ !
H A DDesktop.java186 String sIncSuffix = PropertyNames.EMPTY_STRING; in getIncrementSuffix() local
199 sIncSuffix = Integer.toString(i); in getIncrementSuffix()
201 return sIncSuffix; in getIncrementSuffix()
208 String sIncSuffix = PropertyNames.EMPTY_STRING; in getIncrementSuffix() local
221 sIncSuffix = Integer.toString(i); in getIncrementSuffix()
223 return sIncSuffix; in getIncrementSuffix()
268 String sIncSuffix = getIncrementSuffix(xElementContainer, sElementName); in getUniqueName() local
269 return sElementName + sIncSuffix; in getUniqueName()
281 String sIncSuffix = getIncrementSuffix(xElementContainer, sElementName); in getUniqueName() local
282 return sElementName + sIncSuffix; in getUniqueName()
/AOO42X/main/wizards/com/sun/star/wizards/form/ !
H A DFormWizard.java396 public void setID(String sIncSuffix) in setID() argument
399 if (sIncSuffix != null) in setID()
401 if ((!sIncSuffix.equals(PropertyNames.EMPTY_STRING)) && (!sIncSuffix.equals("_"))) in setID()
403 String sID = JavaTools.ArrayoutofString(sIncSuffix, "_")[1]; in setID()
/AOO42X/main/wizards/com/sun/star/wizards/query/ !
H A DQueryWizard.java409 public void setID(String sIncSuffix) in setID() argument
412 if (sIncSuffix != null) in setID()
414 if ((!sIncSuffix.equals(PropertyNames.EMPTY_STRING)) && (!sIncSuffix.equals("_"))) in setID()
416 String sID = JavaTools.ArrayoutofString(sIncSuffix, "_")[1]; in setID()
/AOO42X/main/wizards/com/sun/star/wizards/report/ !
H A DReportWizard.java692 public void setID(String sIncSuffix) in setID() argument
695 if (sIncSuffix != null) in setID()
697 if ((!sIncSuffix.equals(PropertyNames.EMPTY_STRING)) && (!sIncSuffix.equals("_"))) in setID()
699 String sID = JavaTools.ArrayoutofString(sIncSuffix, "_")[1]; in setID()
H A DGroupFieldHandler.java128 …CurUnoDialog.setControlProperty("cmdMoveSelected" + sIncSuffix, PropertyNames.PROPERTY_ENABLED, Bo… in toggleListboxButtons()
189 public void setID(String sIncSuffix) in setID() argument
/AOO42X/main/wizards/com/sun/star/wizards/table/ !
H A DScenarioSelector.java315 public void setID(String sIncSuffix) in setID() argument
H A DPrimaryKeyHandler.java444 public void setID(String sIncSuffix) in setID() argument
/AOO42X/main/odk/examples/DevelopersGuide/GUI/ !
H A DUnoDialogSample.java849 String sIncSuffix = ""; in createUniqueName() local