Home
last modified time | relevance | path

Searched refs:insertButton (Results 1 – 23 of 23) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java289 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 DImageListDialog.java148 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 DFTPDialog.java288 btnTestConnection = insertButton("btnConnect", "connect", in build()
328 btnDir = insertButton("btnDir", "chooseDirectory", in build()
335 btnOK = insertButton("btnOK", null, in build()
342 btnCancel = insertButton("btnCancel", in build()
349 btnHelp = insertButton("btnHelp", null, in build()
H A DStatusDialog.java123 btnCancel = insertButton("btnCancel", "performCancel", this, in StatusDialog()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java243 …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 DWizardDialog.java488 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 DUnoDialog2.java65 …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 DAggregateComponent.java122 CurUnoDialog.insertButton("btnplus", SOADDROW, new ActionListenerImpl(), in AggregateComponent()
131 CurUnoDialog.insertButton("btnminus", SOREMOVEROW, new ActionListenerImpl(), in AggregateComponent()
H A DButtonList.java162 … 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 DImageList.java253 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 DPathSelection.java91 CurUnoDialog.insertButton("cmdSelectPath", "triggerPathPicker", this, new String[] in insert()
H A DUnoDialog.java325 …public XButton insertButton(String sName, int iControlKey, XActionListener xActionListener, String… in insertButton() method in UnoDialog
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java106 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()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialog.java319 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()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDataimport.java172 insertButton("cmdCancel", 10000, this, in showProgressDisplay()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DDialogDocument.java68 …oDialogDocument.insertButton(oDialogDocument, 126, 370, 50, "~Close dialog", (short) PushButtonTyp… in main()
H A DImageControlSample.java70 …oImageControlSample.insertButton(oImageControlSample, 90, 75, 50, "~Close dialog", (short) PushBut… in main()
H A DUnoDialogSample2.java109 …oUnoDialogSample2.insertButton(oUnoDialogSample2, nButtonPosX, nButtonPosY, nButtonWidth, "~Close"… in main()
H A DUnoDialogSample.java154 …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
/trunk/main/sdext/source/minimizer/
H A Dunodialog.hxx84 …com::sun::star::uno::Reference< com::sun::star::awt::XButton > insertButton( const rtl::OUString& …
H A Dunodialog.cxx218 Reference< XButton > UnoDialog::insertButton( const OUString& rName, Reference< XActionListener > x… in insertButton() function in UnoDialog
H A Dinformationdialog.cxx218 return insertButton( rControlName, Reference< XActionListener >(), aNames, aValues ); in InsertButton()
H A Doptimizerdialogcontrols.cxx151 insertButton( rControlName, this, aNames, aValues ); in ImplInsertButton()

Completed in 127 milliseconds