Home
last modified time | relevance | path

Searched refs:Execute (Results 101 – 125 of 1131) sorted by relevance

12345678910>>...46

/trunk/main/offapi/com/sun/star/document/
H A DMacroExecMode.idl45 /** Execute macros from secure list quietly.
56 /** Execute any macro, macros signed with trusted sertificates and macros
96 /** Execute only macros from secure list. Macros that are not from the list
102 /** Execute only macros from secure list or macros that are signed by
117 /** Execute only macros from secure list or macros that are signed by
/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx190 if ( pDlg->Execute() == RET_OK ) in ExecuteTable()
250 if ( RET_OK == pDlg->Execute() ) in ExecuteTable()
449 nRet = pDlg->Execute(); in ExecuteTable()
482 ).Execute(); in ExecuteTable()
576 if ( pDlg->Execute() == RET_OK ) in ExecuteTable()
634 ).Execute() ); in ExecuteTable()
757 nRet = pDlg->Execute(); in ExecuteTable()
810 if ( pDialog.get() && pDialog->Execute() == RET_OK ) in ExecuteTable()
H A Dcellsh1.cxx229 if (pDlg->Execute() == RET_OK) in ExecuteEdit()
305 if (pDlg->Execute() == RET_OK) in ExecuteEdit()
394 if (pDlg->Execute() == RET_OK) in ExecuteEdit()
508 if (pDlg->Execute() == RET_OK) in ExecuteEdit()
754 if ( pDlg->Execute() == RET_OK ) in ExecuteEdit()
1068 if ( pDlg->Execute() == RET_OK ) in ExecuteEdit()
1130 if ( pDlg->Execute() == RET_OK ) in ExecuteEdit()
1321 if (pDlg->Execute() == RET_OK) in ExecuteEdit()
1655 if( pDlg->Execute() ) in ExecuteEdit()
1810 switch( pDlg->Execute() ) in ExecuteEdit()
[all …]
H A Dprevwsh.cxx521 void __EXPORT ScPreviewShell::Execute( SfxRequest& rReq ) in Execute() function in ScPreviewShell
608 bCancel = ( RET_CANCEL == pDlg->Execute() ); in Execute()
714 GetViewFrame()->GetDispatcher()->Execute( SID_VIEWSHELL0, SFX_CALLMODE_ASYNCHRON ); in Execute()
960 Execute( aSfxRequest ); in DoScroll()
983 Execute( aSfxRequest ); in DoScroll()
1004 Execute( aSfxRequest ); in DoScroll()
1027 Execute( aSfxRequest ); in DoScroll()
1043 Execute( aSfxRequest ); in DoScroll()
1063 Execute( aSfxRequest ); in DoScroll()
H A Dcellsh2.cxx184 short bResult = pWarningDlg->Execute(); in lcl_GetSortParam()
373 short bResult = pDlg->Execute(); in ExecuteDB()
553 if ( pDlg->Execute() == RET_OK ) in ExecuteDB()
777 if ( pTypeDlg->Execute() == RET_OK ) in ExecuteDB()
786 if ( pServDlg->Execute() == RET_OK ) in ExecuteDB()
808 if ( pDataDlg->Execute() == RET_OK ) in ExecuteDB()
845 if (aBox.Execute() == RET_NO) in ExecuteDB()
887 ).Execute() == RET_YES ) in ExecuteDB()
977 if ( pDlg->Execute() == RET_OK ) in ExecuteDB()
1083 short nResult = pDlg->Execute(); in ExecuteDB()
[all …]
/trunk/main/svx/source/dialog/
H A Dgrfflt.cxx192 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot()
207 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot()
222 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot()
262 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot()
277 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx78 pDlg->Execute(); in ShowErrorDialog()
588 short SvxScriptOrgDialog::Execute() in Execute() function in SvxScriptOrgDialog
611 short nRet = ModalDialog::Execute(); in Execute()
989 if ( xNewDlg->Execute() && xNewDlg->GetObjectName().Len() ) in createEntry()
1002 aErrorBox.Execute(); in createEntry()
1086 aErrorBox.Execute(); in createEntry()
1177 aErrorBox.Execute(); in renameEntry()
1189 if ( aQueryBox.Execute() == RET_NO ) in deleteEntry()
1224 aErrorBox.Execute(); in deleteEntry()
1586 short SvxScriptErrorDialog::Execute() in Execute() function in SvxScriptErrorDialog
[all …]
/trunk/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx102 pDispatcher->Execute(SID_SWITCHLAYER, SFX_CALLMODE_ASYNCHRON); in Select()
121 pDispatcher->Execute(SID_INSERTLAYER, SFX_CALLMODE_SYNCHRON); in MouseButtonDown()
151 pDispatcher->Execute( SID_MODIFYLAYER, SFX_CALLMODE_SYNCHRON ); in DoubleClick()
269 aWarningBox.Execute(); in AllowRenaming()
357 pDispatcher->Execute(SID_SWITCHLAYER, SFX_CALLMODE_ASYNCHRON); in ActivatePage()
/trunk/main/chart2/source/controller/main/
H A DChartController_Insert.cxx132 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertAxes()
170 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertGrid()
205 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertTitles()
257 if( aDlg.Execute() == RET_OK ) in executeDispatch_OpenLegendDialog()
321 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertMenu_DataLabels()
370 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertMenu_YErrorBars()
450 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertMenu_Trendlines()
509 if( aDlg.Execute() == RET_OK || aDlg.DialogWasClosedWithOK()) in executeDispatch_InsertTrendline()
559 if( aDlg.Execute() == RET_OK || aDlg.DialogWasClosedWithOK()) in executeDispatch_InsertYErrorBars()
/trunk/main/uui/source/
H A Diahndl-locking.cxx103 nResult = xDialog->Execute(); in handleLockedDocumentRequest_()
118 nResult = xDialog->Execute(); in handleLockedDocumentRequest_()
136 nResult = xDialog->Execute(); in handleLockedDocumentRequest_()
178 sal_Int32 nResult = xDialog->Execute(); in handleChangedByOthersRequest_()
217 sal_Int32 nResult = xDialog->Execute(); in handleLockFileIgnoreRequest_()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx456 String( SW_RES( STR_MULT_INTERACT_HYPH_WARN ) ) ).Execute(); in HyphenateDocument()
498 if( aBox.Execute() == RET_YES ) in HyphenateDocument()
635 if ( pDlg->Execute()== RET_OK ) in StartThesaurus()
765 sal_uInt16 nId = ((PopupMenu*)pMenu)->Execute(pEditWin, aPixPos); in ExecSpellPopup()
770 pPopup->Execute(nId); in ExecSpellPopup()
815 pPopup->Execute( aToFill.SVRect(), pEditWin ); in ExecSpellPopup()
854 aPopup.Execute( aToFill.SVRect(), pEditWin ); in ExecSmartTagPopup()
990 /*short ret=*/aFldDlg.Execute(); in ExecFieldPopup()
/trunk/main/padmin/source/
H A Dpadialog.cxx163 aBox.Execute(); in Init()
233 aDialog.Execute(); in IMPL_LINK()
594 aInfoBox.Execute(); in jobFinished()
610 aErrorBox.Execute(); in PrintTestPage()
625 if( aDlg.Execute() ) in AddDevice()
642 aBox.Execute(); in RemDevice()
674 if( aDialog.Execute() ) in ConfigureDevice()
693 aQuery.Execute(); in RenameDevice()
H A Dadddlg.cxx184 if( aDlg.Execute() ) in IMPL_LINK()
211 aErrorBox.Execute(); in IMPL_LINK()
224 aErrorBox.Execute(); in IMPL_LINK()
244 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
253 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
296 aErrorBox.Execute(); in IMPL_LINK()
442 aBox.Execute(); in IMPL_LINK()
524 aBox.Execute(); in APOldPrinterPage()
536 aBox.Execute(); in APOldPrinterPage()
648 aBox.Execute(); in addOldPrinters()
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx113 void SwFrameShell::Execute(SfxRequest &rReq) in Execute() function in SwFrameShell
152 rSh.GetView().GetViewFrame()->GetDispatcher()->Execute( FN_FORMAT_FRAME_DLG, in Execute()
240 pDlg->Execute(); in Execute()
252 pDlg->Execute(); in Execute()
289 pDialog->Execute(); in Execute()
417 rSh.GetView().GetViewFrame()->GetDispatcher()->Execute(FN_FORMAT_GRAFIC_DLG); in Execute()
520 if ( pDlg->Execute() ) in Execute()
672 if ( pDlg->Execute() == RET_OK ) in Execute()
1300 pDis->Execute(SID_ATTRIBUTES_AREA, sal_False); in ExecDrawAttrArgsTextFrame()
1334 if(RET_OK == pDlg->Execute()) in ExecDrawDlgTextFrame()
H A Dbasesh.cxx611 void SwBaseShell::Execute(SfxRequest &rReq) in Execute() function in SwBaseShell
664 rDis.Execute( FN_UPDATE_FIELDS ); in Execute()
665 rDis.Execute( FN_UPDATE_TOX ); in Execute()
666 rDis.Execute( FN_UPDATE_CHARTS ); in Execute()
2522 if ( pDlg->Execute() == RET_OK ) in ExecDlg()
2539 if ( pDlg->Execute() == RET_OK ) in ExecDlg()
2557 if ( pDlg->Execute() == RET_OK ) in ExecDlg()
2592 if ( pDlg->Execute() == RET_OK ) in ExecDlg()
2610 if ( pDlg->Execute() == RET_OK ) in ExecDlg()
2625 if ( pDlg->Execute() == RET_OK ) in ExecDlg()
[all …]
/trunk/main/sfx2/source/appl/
H A Dimpldde.cxx179 aReq.Execute(); in GetData()
200 pRequest->Execute(); in GetData()
263 pLink->Execute(); in Connect()
282 if ( RET_OK == aDlg.Execute() && rEndEditHdl.IsSet() ) in Edit()
388 pReq->Execute(); in IMPL_LINK()
/trunk/main/sd/source/ui/func/
H A Dfuscale.cxx141 sal_uInt16 nResult = pDlg->Execute(); in DoExecute()
183 …mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_SIZE_ALL, SFX_CALLMODE_ASYNCHRON | SFX_… in DoExecute()
189 …mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_SIZE_PAGE_WIDTH, SFX_CALLMODE_ASYNCHRON… in DoExecute()
193 …mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_SIZE_PAGE, SFX_CALLMODE_ASYNCHRON | SFX_… in DoExecute()
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx533 pDispatcher->Execute( SID_BASICIDE_MODULEDLG ); in MouseButtonDown()
613 pDispatcher->Execute( aPopup.Execute( this, aPos ) ); in Command()
622 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ).Execute(); in AllowRenaming()
639 pDispatcher->Execute( SID_BASICIDE_NAMECHANGEDONTAB, in EndRenaming()
940 if ( aQueryBox.Execute() == RET_YES ) in QueryDel()
990 nRet = pDlg->Execute(); in QueryPassword()
1008 aErrorBox.Execute(); in QueryPassword()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx563 void OQueryController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& aArgs) in Execute() function in dbaui::OQueryController
724 Execute(ID_BROWSER_QUERY_EXECUTE,Sequence< PropertyValue >()); in Execute()
788 pWindow->Execute(); in Execute()
798 OJoinController::Execute(_nId,aArgs); in Execute()
985 bClose = aDlg.Execute() == RET_NO; in impl_initialize()
1057 OSQLMessageBox(pWindow,e).Execute(); in impl_initialize()
1394 bRet = ( aDlg.Execute() == RET_OK ); in askForNewName()
1414 OSQLWarningBox( getView(), aMessage ).Execute(); in doSaveAsDoc()
1649 nRet = aQry.Execute(); in saveModified()
1760 aDlg.Execute(); in impl_reset()
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx395 pDlg->Execute(); in ExecFile_Impl()
453 if ( RET_OK == pDlg->Execute() ) in ExecFile_Impl()
815 if ( RET_OK == pDlg->Execute() && pDlg->GetTemplateName().Len()) in ExecFile_Impl()
1217 SFX_APP()->GetAppDispatcher_Impl()->Execute( in ExecView_Impl()
1344 InfoBox( NULL, SfxResId( RID_XMLSEC_INFO_WRONGDOCFORMAT ) ).Execute(); in ImplSign()
1378 …asSign && QueryBox( NULL, SfxResId( MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN ) ).Execute() == RET_YES) in ImplSign()
1379 …(!bHasSign && QueryBox( NULL, SfxResId( RID_XMLSEC_QUERY_SAVEBEFORESIGN ) ).Execute() == RET_YES) ) in ImplSign()
1395 InfoBox( NULL, SfxResId( RID_XMLSEC_INFO_WRONGDOCFORMAT ) ).Execute(); in ImplSign()
1409 ErrorBox( NULL, WB_OK, SfxResId( STR_XMLSEC_ODF12_EXPECTED ) ).Execute(); in ImplSign()
/trunk/main/sc/source/ui/miscdlgs/
H A Dscuiautofmt.cxx262 if ( pDlg->Execute() == RET_OK ) in IMPL_LINK()
301 ).Execute(); in IMPL_LINK()
328 QueryBox( this, WinBits( WB_YES_NO | WB_DEF_YES ), aMsg ).Execute() ) in IMPL_LINK()
368 if( pDlg->Execute() == RET_OK ) in IMPL_LINK()
428 ).Execute(); in IMPL_LINK()
/trunk/main/basic/source/runtime/
H A Dddectrl.cxx163 aRequest.Execute(); in Request()
168 SbError SbiDdeControl::Execute( sal_Int16 nChannel, const String& rCommand ) in Execute() function in SbiDdeControl
174 aRequest.Execute(); in Execute()
184 aRequest.Execute(); in Poke()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx447 pMenu->Execute( pBox, pBox->GetItemRect(nTbxId).BottomLeft()); in TbxMenuHdl()
462 pMenu->Execute( pBox, pBox->GetItemRect(nTbxId).BottomLeft()); in TbxMenuHdl()
850 pActiveShell->GetView().GetViewFrame()->GetDispatcher()->Execute(nSlot); in EditContent()
936 rDispatch.Execute(FN_EDIT_REGION, SFX_CALLMODE_ASYNCHRON, &aName, 0L); in ExcecuteContextMenuAction()
989 if(RET_OK == pDlg->Execute()) in ExcecuteContextMenuAction()
1022 rDispatch.Execute(SID_NEWDOCDIRECT, in ExcecuteContextMenuAction()
1031 pFrame->GetDispatcher()->Execute( in ExcecuteContextMenuAction()
1062 pFrame->GetDispatcher()->Execute(SID_CLOSEWIN, in ExcecuteContextMenuAction()
1094 rDispatch.Execute(nSlot); in ExcecuteContextMenuAction()
1315 Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON, in OpenDoc()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx544 InfoBox(this, SW_RES(MSG_DOUBLE_SHORTNAME)).Execute(); in IMPL_LINK()
588 if( RET_OK == pNewNameDlg->Execute() && in IMPL_LINK()
609 if(RET_YES == aQuery.Execute()) in IMPL_LINK()
648 if ( pMacroDlg && pMacroDlg->Execute() == RET_OK && in IMPL_LINK()
687 if( aDlgHelper.Execute() == ERRCODE_NONE ) in IMPL_LINK()
693 InfoBox(this, SW_RES( MSG_NO_GLOSSARIES )).Execute(); in IMPL_LINK()
745 if ( RET_OK == pDlg->Execute() ) in IMPL_LINK()
776 if(RET_YES == aBox.Execute()) in IMPL_LINK()
926 InfoBox(this, SW_RES(MSG_DOUBLE_SHORTNAME)).Execute(); in IMPL_LINK()
1207 if(RET_OK == pDlg->Execute()) in IMPL_LINK()
/trunk/main/svtools/workben/
H A Dsvdem.cxx145 short Execute();
252 Execute(); in Main()
521 short MyFontDialog::Execute() in Execute() function in MyFontDialog
530 short nRet = ModalDialog::Execute(); in Execute()
543 if ( aQueryBox.Execute() == RET_YES ) in DeactivatePage()
559 long nRet = aQueryBox.Execute(); in AllowRenaming()
925 pDlg->Execute(); in IMPL_LINK()
939 pDlg->Execute(); in IMPL_LINK()
948 pDlg->Execute(); in IMPL_LINK()
1046 pMenu->Execute( this, rPos ); in ContextMenu()

Completed in 386 milliseconds

12345678910>>...46