Searched refs:aWarning (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/tools/inc/tools/ |
H A D | debug.hxx | 457 #define DBG_ASSERTWARNING( sCon, aWarning ) \ argument 464 DbgWarning( aWarning); \ 552 #define DBG_WARNING( aWarning ) \ argument 556 DbgWarning( aWarning ); \ 558 #define DBG_WARNING1( aWarning, x1 ) \ argument 563 DbgOutTypef( DBG_OUT_WARNING, aWarning, \ 567 #define DBG_WARNING2( aWarning, x1, x2 ) \ argument 741 #define DBG_WARNING( aWarning ) ((void)0) argument 742 #define DBG_WARNING1( aWarning, x1 ) ((void)0) argument 743 #define DBG_WARNING2( aWarning, x1, x2 ) ((void)0) argument [all …]
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JConnection.cxx | 583 SQLWarning aWarning; in getWarnings() local 584 aWarning.Context = aAsException.Context; in getWarnings() 585 aWarning.Message = aAsException.Message; in getWarnings() 586 aWarning.SQLState = aAsException.SQLState; in getWarnings() 587 aWarning.ErrorCode = aAsException.ErrorCode; in getWarnings() 588 aWarning.NextException = aAsException.NextException; in getWarnings() 590 return makeAny( aWarning ); in getWarnings()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 287 WarningBox aWarning( this, WB_OK, CUI_RESSTR(RID_SVXSTR_HYPDLG_NOVALIDFILENAME) ); in AskApply() local 288 aWarning.Execute(); in AskApply() 337 WarningBox aWarning( this, WB_YES_NO, CUI_RESSTR(RID_SVXSTR_HYPERDLG_QUERYOVERWRITE) ); in DoApply() local 338 bCreate = aWarning.Execute() == BUTTON_YES; in DoApply()
|
/aoo41x/main/uui/source/ |
H A D | iahndl.cxx | 1362 MacroWarning aWarning( in handleMacroConfirmRequest() local 1365 aWarning.SetDocumentURL( aDocumentURL ); in handleMacroConfirmRequest() 1368 aWarning.SetStorage( xZipStorage, aDocumentVersion, aSignInfo ); in handleMacroConfirmRequest() 1372 aWarning.SetCertificate( aSignInfo[ 0 ].Signer ); in handleMacroConfirmRequest() 1375 bApprove = aWarning.Execute() == RET_OK; in handleMacroConfirmRequest()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 2334 WarningBox aWarning( in GenerateFormLetter() local 2338 if ( RET_OK != aWarning.Execute() ) in GenerateFormLetter() 2386 SwMergeSourceWarningBox_Impl aWarning( &GetViewFrame()->GetWindow()); in GenerateFormLetter() local 2387 String sTmp(aWarning.GetMessText()); in GenerateFormLetter() 2389 aWarning.SetMessText(sTmp); in GenerateFormLetter() 2390 if(RET_OK == aWarning.Execute()) in GenerateFormLetter()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmoutputpage.cxx | 898 SwSaveWarningBox_Impl aWarning( pButton, sOutPath ); in IMPL_LINK() local 899 if(RET_OK == aWarning.Execute()) in IMPL_LINK() 900 sOutPath = aWarning.GetFileName(); in IMPL_LINK()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 361 SQLWarning aWarning; in execute() local 383 aWarning = ex; in execute()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 2679 SQLWarning aWarning; variable 2680 aWarning.Message = String( ModuleRes( STR_SUB_DOCS_WITH_SCRIPTS ) ); 2683 aWarning.NextException <<= aDetail; 2687 aArgs[0] <<= NamedValue( PROPERTY_SQLEXCEPTION, makeAny( aWarning ) );
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 3193 WarningBox aWarning( 0, WB_YES_NO | WB_DEF_YES, aMsg ); in checkForExistingFiles() local 3194 aWarning.SetImage( WarningBox::GetStandardImage() ); in checkForExistingFiles() 3195 bFound = ( RET_NO == aWarning.Execute() ); in checkForExistingFiles()
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 4074 SQLWarning aWarning; in confirmDelete() local 4075 aWarning.Message = sTitle; in confirmDelete() 4078 aWarning.NextException <<= aDetails; in confirmDelete() 4080 OInteractionRequest* pRequest = new OInteractionRequest( makeAny( aWarning ) ); in confirmDelete()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 2770 WarningBox aWarning( pParent,SW_RES(MSG_DISABLE_READLINE_QUESTION)); in checkRedlining() local 2771 sal_uInt16 nResult = aWarning.Execute(); in checkRedlining()
|
Completed in 126 milliseconds