Home
last modified time | relevance | path

Searched refs:WB_OK (Results 1 – 25 of 147) sorted by relevance

123456

/aoo41x/main/basctl/source/basicide/
H A Dmoduldl2.cxx309 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_LIBISREADONLY ) ) ).Execute(); in EditingEntry()
379 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED ) ) ).Execute(); in EditedEntry()
392 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_LIBNAMETOLONG ) ) ).Execute(); in EditedEntry()
394 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ).Execute(); in EditedEntry()
410 ErrorBox(this, WB_OK | WB_DEF_OK, in IMPL_LINK()
965 ErrorBox( this, WB_OK | WB_DEF_OK, aErrStr ).Execute(); in InsertLib()
982 ErrorBox( this, WB_OK | WB_DEF_OK, aErrStr ).Execute(); in InsertLib()
1001 ErrorBox( this, WB_OK | WB_DEF_OK, aErrStr ).Execute(); in InsertLib()
1636 ErrorBox( pWin, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_LIBNAMETOLONG ) ) ).Execute(); in createLibImpl()
1640 ErrorBox( pWin, WB_OK | WB_DEF_OK, in createLibImpl()
[all …]
H A Dbasobj2.cxx177 …ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED2 )… in RenameModule()
185 … ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ); in RenameModule()
356 … ErrorBox( NULL, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_ERRORCHOOSEMACRO ) ) ).Execute(); in ChooseMacro()
/aoo41x/main/svtools/source/java/
H A Djavaerror.src28 Buttons = WB_OK ;
35 Buttons = WB_OK ;
49 Buttons = WB_OK;
56 Buttons = WB_OK;
/aoo41x/main/sfx2/source/dialog/
H A Ddialog.src44 BUTTONS = WB_OK ;
50 BUTTONS = WB_OK ;
56 BUTTONS = WB_OK ;
113 BUTTONS = WB_OK ;
/aoo41x/main/sfx2/source/doc/
H A Ddoc.src98 BUTTONS = WB_OK ;
112 BUTTONS = WB_OK ;
138 BUTTONS = WB_OK ;
148 BUTTONS = WB_OK ;
154 BUTTONS = WB_OK ;
160 BUTTONS = WB_OK ;
166 BUTTONS = WB_OK ;
H A Ddocvor.cxx369 ErrorBox( pParent, WB_OK, aText ).Execute(); in ErrorDelete_Impl()
375 ErrorBox( pParent, WB_OK, aText ).Execute(); in ErrorDelete_Impl()
638 ErrorBox( this, WB_OK, aText ).Execute(); in MoveOrCopyTemplates()
2352 ErrorBox( pDialog, WB_OK, aText ).Execute(); in IMPL_LINK()
2384 ErrorBox( pDialog, WB_OK, aText ).Execute(); in IMPL_LINK()
2402 ErrorBox( pDialog, WB_OK, aText ).Execute(); in IMPL_LINK()
/aoo41x/main/sot/source/sdstor/
H A Dstgcache.cxx329 ErrorBox( NULL, WB_OK, String("SO2: Dirty Block in Ordered List") ).Execute(); in Commit()
342 ErrorBox( NULL, WB_OK, String("SO2: Dirty Block in LRU List") ).Execute(); in Commit()
458 ErrorBox( NULL, WB_OK, String("SO2: Seek failed") ).Execute(); in Read()
489 ErrorBox( NULL, WB_OK, String("SO2: Seek failed") ).Execute(); in Write()
507 ErrorBox( NULL, WB_OK, String("SO2: Read after Write failed") ).Execute(); in Write()
/aoo41x/main/dbaccess/source/ui/inc/
H A Dsqlmessage.hxx91 WinBits _nStyle = WB_OK | WB_DEF_OK,
104 WinBits nStyle = WB_OK | WB_DEF_OK,
130 WinBits _nStyle = WB_OK | WB_DEF_OK,
/aoo41x/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx412 ErrorBox(this, WB_OK, sErrorMsg).Execute();
420 ErrorBox(this, WB_OK, sErrorMsg).Execute();
427 ErrorBox(this, WB_OK, sErrorMsg).Execute();
513 ErrorBox(this, WB_OK, aErrorMessage).Execute();
587 ErrorBox(this, WB_OK, sErrorMessage).Execute(); in IMPL_LINK()
593 ErrorBox(this, WB_OK, sErrorMessage).Execute(); in IMPL_LINK()
737 ErrorBox(this, WB_OK, sErrorMsg).Execute(); in IMPL_LINK()
/aoo41x/main/xmlsecurity/workben/
H A Dsignaturetest.cxx422 …ErrorBox( this, WB_OK, String( RTL_CONSTASCII_USTRINGPARAM( "Error initializing security context!"… in IMPL_LINK()
451 …ErrorBox( this, WB_OK, String( RTL_CONSTASCII_USTRINGPARAM( "Error initializing security context!"… in IMPL_LINK()
482 …ErrorBox( this, WB_OK, String( RTL_CONSTASCII_USTRINGPARAM( "Error creating Signature!" ) ) ).Exec… in IMPL_LINK()
513 …ErrorBox( this, WB_OK, String( RTL_CONSTASCII_USTRINGPARAM( "Error initializing security context!"… in IMPL_LINK()
533 … ErrorBox( this, WB_OK, String( RTL_CONSTASCII_USTRINGPARAM( "Error in Signature!" ) ) ).Execute(); in IMPL_LINK()
/aoo41x/main/cui/source/options/
H A Doptjava.src270 BUTTONS = WB_OK ;
277 BUTTONS = WB_OK ;
284 BUTTONS = WB_OK ;
291 BUTTONS = WB_OK ;
H A Ddoclinkdialog.cxx131 ErrorBox aError(this, WB_OK , sMsg); in IMPL_LINK()
140 ErrorBox aError(this, WB_OK , sMsg); in IMPL_LINK()
/aoo41x/main/dbaccess/source/ui/uno/
H A Ddbinteraction.cxx187 WinBits nDialogStyle = WB_OK | WB_DEF_OK; in implHandle()
237 nDialogStyle = ( bHaveCancel ? WB_OK_CANCEL : WB_OK ) | WB_DEF_OK; in implHandle()
323 WinBits nDialogStyle = WB_OK | WB_DEF_OK; in implHandle()
/aoo41x/main/cui/source/tabpages/
H A Dtplneend.cxx372 WarningBox aWarningBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
530 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) … in IMPL_LINK()
656 ErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
732 ErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
H A Dtpbitmap.cxx718 WinBits( WB_OK ), in IMPL_LINK()
785 …WarningBox aBox( DLGWIN, WinBits( WB_OK ), String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) )… in IMPL_LINK()
905 ErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
981 ErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
H A Dtplnedef.cxx654 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) … in IMPL_LINK()
734 …WarningBox aBox( DLGWIN, WinBits( WB_OK ), String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) )… in IMPL_LINK()
855 ErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
932 ErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
H A Dtpcolor.cxx512 WarningBox aWarningBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
598 WarningBox aWarningBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
862 ErrorBox aErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
945 ErrorBox aErrorBox( DLGWIN, WinBits( WB_OK ), in IMPL_LINK()
/aoo41x/main/vcl/source/app/
H A Dstdtext.cxx54 ErrorBox aBox( pParent, WB_OK | WB_DEF_OK, aText ); in ShowServiceNotAvailableError()
59 WarningBox aBox( pParent, WB_OK | WB_DEF_OK, aText ); in ShowServiceNotAvailableError()
/aoo41x/main/desktop/source/app/
H A Ddesktop.src156 Buttons = WB_OK ;
205 Buttons = WB_OK ;
212 Buttons = WB_OK ;
/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/sd/source/ui/func/
H A Dfuthes.cxx134 ErrorBox(mpWindow, WB_OK, String(SdResId(STR_NOLANGUAGE))).Execute(); in DoExecute()
161 ErrorBox(mpWindow, WB_OK, String(SdResId(STR_NOLANGUAGE))).Execute(); in DoExecute()
/aoo41x/main/uui/source/
H A Dpassworddlg.cxx73 ErrorBox aErrorBox( GetParent(), WB_OK, aErrorMsg ); in PasswordDialog()
175 ErrorBox aErrorBox( this, WB_OK, aPasswdMismatch ); in IMPL_LINK()
H A Diahndl-errorhandler.cxx237 WB_OK /*| WB_DEF_OK*/, // Abort in handleErrorHandlerRequest()
244 WB_OK /*| WB_DEF_OK*/, // Approve in handleErrorHandlerRequest()
/aoo41x/main/cui/source/dialogs/
H A Dpasswdomdlg.cxx252 ErrorBox aErrorBox( m_pParent, WB_OK, in IMPL_LINK()
263 … ErrorBox aErrorBox( m_pParent, WB_OK, nMismatch == 1 ? m_aOneMismatch : m_aTwoMismatch ); in IMPL_LINK()
H A Dscriptdlg.cxx1000 ErrorBox aErrorBox( static_cast<Window*>(this), WB_OK | RET_OK, aError ); in createEntry()
1084 ErrorBox aErrorBox( static_cast<Window*>(this), WB_OK | RET_OK, aError ); in createEntry()
1175 ErrorBox aErrorBox( static_cast<Window*>(this), WB_OK | RET_OK, aError ); in renameEntry()
1222 ErrorBox aErrorBox( static_cast<Window*>(this), WB_OK | RET_OK, m_delErrStr ); in deleteEntry()
1612 MessBox* pBox = new WarningBox( NULL, WB_OK, message ); in IMPL_LINK()

Completed in 338 milliseconds

123456