Home
last modified time | relevance | path

Searched refs:aBox (Results 126 – 134 of 134) sorted by relevance

123456

/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1362 QueryBox aBox( rDocShell.GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in DataPilotUpdate() local
1364 if (aBox.Execute() == RET_NO) in DataPilotUpdate()
H A Dimpex.cxx1345 ScReplaceWarnBox aBox( pDocSh->GetActiveDialogParent() ); in ExtText2Doc() local
1346 if ( aBox.Execute() != RET_YES ) in ExtText2Doc()
H A Ddocfunc.cxx3518 … InfoBox aBox( rDocShell.GetActiveDialogParent(), String( ScResId( SCSTR_WRONGPASSWORD ) ) ); in Unprotect() local
3519 aBox.Execute(); in Unprotect()
3548 … InfoBox aBox( rDocShell.GetActiveDialogParent(), String( ScResId( SCSTR_WRONGPASSWORD ) ) ); in Unprotect() local
3549 aBox.Execute(); in Unprotect()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1003 OSQLMessageBox aBox(getView(), sTitle,sMsg, WB_YES_NO_CANCEL | WB_DEF_YES); in checkColumns() local
1005 switch ( aBox.Execute() ) in checkColumns()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx1447 InfoBox aBox(this, CUI_RES(RID_SVX_MSGBOX_LANGUAGE_RESTART)); in FillItemSet() local
1448 aBox.Execute(); in FillItemSet()
/trunk/main/vcl/source/control/
H A Dedit.cxx837 WarningBox aBox( pParent, ResId( SV_EDIT_WARNING_BOX, *pResMgr ) ); in ShowTruncationWarning() local
838 aBox.Execute(); in ShowTruncationWarning()
/trunk/main/desktop/source/app/
H A Dapp.cxx3210 ErrorBox aBox( NULL, ResId( EBX_ERR_PRINTDISABLED, *pDtResMgr ) ); in OpenClients() local
3211 aBox.Execute(); in OpenClients()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx1096 const geometry::RealRectangle2D aBox (0, 0, aSize.Width, aSize.Height); in PaintPreview() local
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1024 SvxBoxItem aBox( (const SvxBoxItem&)rTargetSet.Get(aItemIds.nBox) ); in MergeStyles() local

Completed in 118 milliseconds

123456