/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | WebWizardDialog.java | 289 btnDelSession = insertButton("btnDelSession", BTNDELSESSION_ACTION_PERFORMED, in buildStep1() 325 btnAddDoc = insertButton("btnAddDoc", BTNADDDOC_ACTION_PERFORMED, in buildStep2() 331 btnRemoveDoc = insertButton("btnRemoveDoc", BTNREMOVEDOC_ACTION_PERFORMED, in buildStep2() 337 btnDocUp = insertButton("btnDocUp", BTNDOCUP_ACTION_PERFORMED, in buildStep2() 346 btnDocDown = insertButton("btnDocDown", BTNDOCDOWN_ACTION_PERFORMED, in buildStep2() 575 … btnBackgrounds = insertButton("btnBackgrounds", BTNBACKGROUNDS_ACTION_PERFORMED, PROPNAMES_BUTTON, in buildStep5() 595 btnIconSets = insertButton("btnIconSets", BTNICONSETS_ACTION_PERFORMED, in buildStep5() 745 btnPreview = insertButton("btnPreview", BTNPREVIEW_ACTION_PERFORMED, in buildStep7() 771 btnLocalDir = insertButton("btnLocalDir", BTNLOCALDIR_ACTION_PERFORMED, in buildStep7() 790 btnZip = insertButton("btnZip", BTNZIP_ACTION_PERFORMED, in buildStep7() [all …]
|
H A D | ImageListDialog.java | 148 btnOK = insertButton("btnOK", null, in build() 154 btnCancel = insertButton("btnCancel", null, in build() 160 btnHelp = insertButton("btnHelp", null, in build() 172 btnOther = insertButton("btnOther", "other", in build() 185 btnDeselect = insertButton("btnNoImage", "deselect", in build()
|
H A D | FTPDialog.java | 287 btnTestConnection = insertButton("btnConnect", "connect", in build() 327 btnDir = insertButton("btnDir", "chooseDirectory", in build() 334 btnOK = insertButton("btnOK", null, in build() 341 btnCancel = insertButton("btnCancel", in build() 348 btnHelp = insertButton("btnHelp", null, in build()
|
H A D | StatusDialog.java | 123 btnCancel = insertButton("btnCancel", "performCancel", this, in StatusDialog()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 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() 313 …Object btnmoveup = CurUnoDialog.insertButton("cmdMoveUp" + sIncSuffix, SOCMDMOVEUP, new ActionList… in FieldSelection() 323 …Object btnmovedown = CurUnoDialog.insertButton("cmdMoveDown" + sIncSuffix, SOCMDMOVEDOWN, new Acti… in FieldSelection()
|
H A D | WizardDialog.java | 488 insertButton("btnWizardHelp", HELP_ACTION_PERFORMED, new String[] in drawNaviBar() 496 insertButton("btnWizardBack", BACK_ACTION_PERFORMED, propNames, in drawNaviBar() 502 insertButton("btnWizardNext", NEXT_ACTION_PERFORMED, propNames, in drawNaviBar() 508 insertButton("btnWizardFinish", FINISH_ACTION_PERFORMED, propNames, in drawNaviBar() 514 insertButton("btnWizardCancel", CANCEL_ACTION_PERFORMED, propNames, in drawNaviBar()
|
H A D | UnoDialog2.java | 65 …public XButton insertButton(String sName, String actionPerformed, Object eventTarget, String[] sPr… in insertButton() method in UnoDialog2 78 …public XButton insertButton(String sName, String actionPerformed, String[] sPropNames, Object[] oP… in insertButton() method in UnoDialog2 80 return insertButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertButton()
|
H A D | AggregateComponent.java | 122 CurUnoDialog.insertButton("btnplus", SOADDROW, new ActionListenerImpl(), in AggregateComponent() 131 CurUnoDialog.insertButton("btnminus", SOREMOVEROW, new ActionListenerImpl(), in AggregateComponent()
|
H A D | ButtonList.java | 162 … btnBack = dialog.insertButton(m_aControlName + "_btnBack", "prevPage", this, pNames1, new Object[] in create() 174 … btnNext = dialog.insertButton(m_aControlName + "_btnNext", "nextPage", this, pNames1, new Object[] in create()
|
H A D | ImageList.java | 253 btnBack = dialog.insertButton(name + "_btnBack", "prevPage", this, pNames1, new Object[] in create() 265 btnNext = dialog.insertButton(name + "_btnNext", "nextPage", this, pNames1, new Object[] in create()
|
H A D | PathSelection.java | 91 CurUnoDialog.insertButton("cmdSelectPath", "triggerPathPicker", this, new String[] in insert()
|
H A D | UnoDialog.java | 325 …public XButton insertButton(String sName, int iControlKey, XActionListener xActionListener, String… in insertButton() method in UnoDialog
|
/aoo41x/main/wizards/com/sun/star/wizards/table/ |
H A D | FieldFormatter.java | 106 btnShiftUp = CurUnoDialog.insertButton("btnShiftUp", "shiftFieldNameUp", this, in FieldFormatter() 116 btnShiftDown = CurUnoDialog.insertButton("btnShiftDown", "shiftFieldNameDown", this, in FieldFormatter() 128 btnminus = CurUnoDialog.insertButton("btnminus", "removeFieldName", this, in FieldFormatter() 138 btnplus = CurUnoDialog.insertButton("btnplus", "addFieldName", this, in FieldFormatter()
|
/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaWizardDialog.java | 319 btnInsert = insertButton("btnInsert", BTNINSERT_ACTION_PERFORMED, in buildStep5() 323 btnRemove = insertButton("btnRemove", BTNREMOVE_ACTION_PERFORMED, in buildStep5() 327 btnUp = insertButton("btnUp", BTNUP_ACTION_PERFORMED, in buildStep5() 331 btnDown = insertButton("btnDown", BTNDOWN_ACTION_PERFORMED, in buildStep5()
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | Dataimport.java | 172 insertButton("cmdCancel", 10000, this, in showProgressDisplay()
|
/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | DialogDocument.java | 68 …oDialogDocument.insertButton(oDialogDocument, 126, 370, 50, "~Close dialog", (short) PushButtonTyp… in main()
|
H A D | ImageControlSample.java | 70 …oImageControlSample.insertButton(oImageControlSample, 90, 75, 50, "~Close dialog", (short) PushBut… in main()
|
H A D | UnoDialogSample2.java | 109 …oUnoDialogSample2.insertButton(oUnoDialogSample2, nButtonPosX, nButtonPosY, nButtonWidth, "~Close"… in main()
|
H A D | UnoDialogSample.java | 154 …oUnoDialogSample.insertButton(oUnoDialogSample, 106, 320, 50, "~Close dialog", (short) PushButtonT… in main() 1150 …public XButton insertButton(XActionListener _xActionListener, int _nPosX, int _nPosY, int _nWidth,… in insertButton() method in UnoDialogSample
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | unodialog.hxx | 84 …com::sun::star::uno::Reference< com::sun::star::awt::XButton > insertButton( const rtl::OUString& …
|
H A D | unodialog.cxx | 218 Reference< XButton > UnoDialog::insertButton( const OUString& rName, Reference< XActionListener > x… in insertButton() function in UnoDialog
|
H A D | informationdialog.cxx | 218 return insertButton( rControlName, Reference< XActionListener >(), aNames, aValues ); in InsertButton()
|
H A D | optimizerdialogcontrols.cxx | 151 insertButton( rControlName, this, aNames, aValues ); in ImplInsertButton()
|