Home
last modified time | relevance | path

Searched refs:Execute (Results 251 – 275 of 1126) sorted by relevance

1...<<11121314151617181920>>...46

/aoo41x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx133 if (RET_OK == aPasswdDlg.Execute() && aPasswdDlg.GetPassword().Len() > 0) in lcl_GetPassword()
156 InfoBox( NULL, String( SfxResId( RID_SFX_INCORRECT_PASSWORD ) ) ).Execute(); in lcl_IsPasswordCorrect()
422 if (aBox.Execute() != RET_YES) in IMPL_LINK()
H A Dmgetempl.cxx628 aBox.Execute(); in DeactivatePage()
645 aBox.Execute(); in DeactivatePage()
665 aBox.Execute(); in DeactivatePage()
/aoo41x/main/sw/source/ui/inc/
H A Dstmenu.hxx69 using PopupMenu::Execute;
77 sal_uInt16 Execute( const Rectangle& rPopupPos, Window* pWin );
/aoo41x/main/chart2/source/controller/dialogs/
H A Ddlg_View3D.cxx96 short View3DDialog::Execute() in Execute() function in chart::View3DDialog
98 short nResult = TabDialog::Execute(); in Execute()
/aoo41x/main/cui/source/dialogs/
H A Dsplitcelldlg.cxx100 short SvxSplitTableDlg::Execute() in Execute() function in SvxSplitTableDlg
102 return SvxStandardDialog::Execute(); in Execute()
/aoo41x/main/sw/sdi/
H A Dfrmsh.sdi40 ExecMethod = Execute ;
47 ExecMethod = Execute ;
H A Dwdocsh.sdi32 ExecMethod = Execute ;
52 ExecMethod = Execute ;
/aoo41x/main/dbaccess/source/ui/dlg/
H A DTablesSingleDlg.cxx91 short OTableSubscriptionDialog::Execute() in Execute() function in dbaui::OTableSubscriptionDialog
96 nRet = SfxSingleTabDialog::Execute(); in Execute()
/aoo41x/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2623 return ( RET_OK == aDialog.Execute() ); in impl_dialogListSelection_nothrow()
2697 return ( RET_OK == aDialog.Execute() ); in impl_dialogLinkedFormFields_nothrow()
2743 if ( RET_OK == pDialog->Execute() ) in impl_dialogFormatting_nothrow()
2806 bool bSuccess = ( 0 == aFileDlg.Execute() ); in impl_browseForImage_nothrow()
2846 bool bSuccess = ( 0 == aFileDlg.Execute() ); in impl_browseForTargetURL_nothrow()
2868 if ( RET_OK == aDlg.Execute() ) in impl_executeFontDialog_nothrow()
2909 bool bSuccess = ( 0 == aFileDlg.Execute() ); in impl_browseForDatabaseDocument_throw()
2925 if ( !aColorDlg.Execute() ) in impl_dialogColorChooser_throw()
2939 bool bSuccess = ( RET_OK == dlgSelectLabel.Execute() ); in impl_dialogChooseLabelControl_nothrow()
2967 return ( RET_OK == aDialog.Execute() ); in impl_dialogChangeTabOrder_nothrow()
/aoo41x/main/sd/source/ui/app/
H A Dtmplctrl.cxx138 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
145 pViewFrame->GetDispatcher()->Execute(SID_PRESENTATION_LAYOUT,SFX_CALLMODE_SLOT, &aStyle, 0L ); in Command()
/aoo41x/main/sw/source/ui/ribbar/
H A Dtbxanchr.cxx157 sal_uInt16 nSlotId = aPopMenu.Execute(&GetToolBox(), aRect); in Click()
161 pDispatch->Execute(nSlotId, SFX_CALLMODE_ASYNCHRON|SFX_CALLMODE_RECORD); in Click()
/aoo41x/main/sw/source/ui/utlui/
H A Dbookctrl.cxx148 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
153 SfxViewFrame::Current()->GetDispatcher()->Execute( FN_STAT_BOOKMARK, in Command()
H A Dtmplctrl.cxx150 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
157 pWrtShell->GetView().GetViewFrame()->GetDispatcher()->Execute( in Command()
/aoo41x/main/svx/source/dialog/
H A Dpasswd.cxx50 ErrorBox( this, WB_OK, aRepeatPasswdErrStr ).Execute(); in IMPL_LINK()
59 ErrorBox( this, WB_OK, aOldPasswdErrStr ).Execute(); in IMPL_LINK()
/aoo41x/main/sc/source/ui/inc/
H A Dretypepassdlg.hxx53 virtual short Execute();
135 virtual short Execute();
/aoo41x/main/sw/source/ui/dialog/
H A Duiregionsw.cxx479 if (aPasswdDlg.Execute()) in CheckPasswd()
492 InfoBox(this, SW_RES(REG_WRONG_PASSWORD)).Execute(); in CheckPasswd()
1101 if( RET_NO == QueryBox( this, SW_RES(QB_CONNECT) ).Execute() ) in IMPL_LINK()
1215 if(RET_OK == aTabDlg.Execute()) in IMPL_LINK()
1407 if(RET_OK == aPasswdDlg.Execute()) in IMPL_LINK()
1416 InfoBox(pBox, SW_RES(REG_WRONG_PASSWD_REPEAT)).Execute(); in IMPL_LINK()
1907 if(RET_OK == aPasswdDlg.Execute()) in IMPL_LINK()
1916 InfoBox(pButton, SW_RES(REG_WRONG_PASSWD_REPEAT)).Execute(); in IMPL_LINK()
1948 RET_NO == QueryBox( this, SW_RES(QB_CONNECT) ).Execute() ) in IMPL_LINK_INLINE_END()
/aoo41x/main/sfx2/source/control/
H A Ddispatch.cxx1087 return GetBindings()->Execute( nSlot, (const SfxPoolItem **) pArgs, nMode ) in ExecuteFunction()
1266 const SfxPoolItem* SfxDispatcher::Execute( const SfxExecuteItem& rItem ) in Execute() function in SfxDispatcher
1272 const SfxPoolItem* pRet = Execute( in Execute()
1281 const SfxPoolItem* SfxDispatcher::Execute( in Execute() function in SfxDispatcher
1317 const SfxPoolItem* SfxDispatcher::Execute in Execute() function in SfxDispatcher
1377 const SfxPoolItem* SfxDispatcher::Execute in Execute() function in SfxDispatcher
1401 return Execute( nSlot, eCall, 0, rArgs ); in Execute()
1405 const SfxPoolItem* SfxDispatcher::Execute in Execute() function in SfxDispatcher
1484 const SfxPoolItem* SfxDispatcher::Execute in Execute() function in SfxDispatcher
/aoo41x/main/starmath/source/
H A Ddialog.cxx427 if (pQueryBox->Execute() == RET_YES) in IMPL_LINK()
523 if (pFontDialog->Execute() == RET_OK) in IMPL_LINK()
534 if (pQueryBox->Execute() == RET_YES) in IMPL_LINK_INLINE_START()
741 if (pQueryBox->Execute() == RET_YES) in IMPL_LINK()
1064 if (pQueryBox->Execute() == RET_YES) in IMPL_LINK()
1435 if (pDialog->Execute() == RET_OK && rSymbolMgr.IsModified()) in IMPL_LINK()
1489 rViewSh.GetViewFrame()->GetDispatcher()->Execute( in IMPL_LINK()
2167 short SmSymDefineDialog::Execute() in Execute() function in SmSymDefineDialog
2169 short nResult = ModalDialog::Execute(); in Execute()
/aoo41x/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx114 if( RET_EDIT == pDlg->Execute() ) in SV_IMPL_PTRARR()
441 InfoBox(pWrtShell->GetView().GetWindow(), SW_RES(MSG_ERR_INSERT_GLOS)).Execute(); in NewGlossary()
574 const sal_uInt16 nRet = RET_OK == pDlg->Execute()? in Expand()
608 InfoBox( pWrtShell->GetView().GetWindow(), aTmp ).Execute(); in Expand()
/aoo41x/main/basic/source/runtime/
H A Diosys.cxx912 MessBox( pParent, WinBits( WB_OK ), String(), aOutStr ).Execute(); in Shutdown()
914 MessBox( GetpApp()->GetDefDialogParent(), WinBits( WB_OK ), String(), aOutStr ).Execute(); in Shutdown()
1010 if( aDlg.Execute() ) in ReadCon()
1039 String(), aStr ).Execute() ) in WriteCon()
/aoo41x/main/sd/source/ui/func/
H A Dfuinsert.cxx135 if( aDlg.Execute() == GRFILTER_OK ) in DoExecute()
485 pDlg->Execute(); in DoExecute()
505 if( ERRCODE_NONE == aPluginFileDialog.Execute () ) in DoExecute()
537 ErrorBox( mpWindow, WB_3DLOOK | WB_OK, aStrErr ).Execute(); in DoExecute()
/aoo41x/main/svx/source/sidebar/paragraph/
H A DParaBulletsControl.cxx113 mpBindings->GetDispatcher()->Execute( FN_SVX_SET_BULLET, SFX_CALLMODE_RECORD, &aItem, 0L ); in IMPL_LINK()
124 mpBindings->GetDispatcher()->Execute( SID_OUTLINE_BULLET, SFX_CALLMODE_ASYNCHRON ); in IMPL_LINK()
/aoo41x/main/sd/source/ui/view/
H A Ddrviewsi.cxx166 GetViewFrame()->GetDispatcher()->Execute( in AssignFrom3DWindow()
194 aInfoBox.Execute(); in AssignFrom3DWindow()
/aoo41x/main/svtools/source/dialogs/
H A Dfiledlg.cxx42 short PathDialog::Execute() in Execute() function in PathDialog
45 short n = ModalDialog::Execute(); in Execute()
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrtxtob1.cxx72 sal_Bool bRet = ( pDlg->Execute() == RET_OK ); in ExecuteCharDlg()
117 sal_Bool bRet = ( pDlg->Execute() == RET_OK ); in ExecuteParaDlg()

Completed in 130 milliseconds

1...<<11121314151617181920>>...46