Home
last modified time | relevance | path

Searched refs:aError (Results 1 – 25 of 97) sorted by relevance

1234

/trunk/main/rsc/source/res/
H A Drsccont.cxx330 return aError; in GetElement()
380 ERRTYPE aError; in MovePosEle() local
404 return aError; in MovePosEle()
474 ERRTYPE aError; in SetString() local
487 aError.Clear(); in SetString()
515 ERRTYPE aError; in SetNumber() local
553 ERRTYPE aError; in SetBool() local
593 ERRTYPE aError; in SetConst() local
634 ERRTYPE aError; in SetRef() local
1127 return aError; in WriteRc()
[all …]
H A Drscmgr.cxx256 ERRTYPE aError; in WriteRcHeader() local
280 if( aError.IsOk() ) in WriteRcHeader()
336 return( aError ); in WriteRcHeader()
406 ERRTYPE aError; in WriteHxxHeader() local
459 return aError; in WriteHxxHeader()
494 ERRTYPE aError; in WriteCxxHeader() local
560 return aError; in WriteCxxHeader()
645 ERRTYPE aError; in IsToDeep() local
673 return( aError ); in IsToDeep()
689 ERRTYPE aError; in SetRef() local
[all …]
H A Drscstr.cxx83 ERRTYPE aError; in SetString() local
85 if( aError.IsOk() ){ in SetString()
103 return( aError ); in SetString()
320 ERRTYPE aError; in WriteRc() local
330 while( aError.IsOk() && aId.IsId() ){ in WriteRc()
334 aError = ERR_REFTODEEP; in WriteRc()
341 aError = pRefClass->GetRef( aTmpI, &aId ); in WriteRc()
350 aError = WRN_STR_REFNOTFOUND; in WriteRc()
351 pTC->pEH->Error( aError, rInst.pClass, in WriteRc()
360 if( aError.IsOk() ) in WriteRc()
[all …]
H A Drscclass.cxx894 ERRTYPE aError; in WriteInstRc() local
964 aError = aTmpI.pClass-> in WriteInstRc()
974 return( aError ); in WriteInstRc()
993 ERRTYPE aError; in WriteRc() local
996 if( aError.IsOk() ) in WriteRc()
999 return( aError ); in WriteRc()
1113 ERRTYPE aError; in WriteSysDependRc() local
1138 aError = ERR_ERROR; in WriteSysDependRc()
1140 return( aError ); in WriteSysDependRc()
1158 return aError; in WriteRc()
[all …]
/trunk/main/rsc/source/parser/
H A Dyyrscyacc.y309 if( aError.IsError() || aError.IsWarning() )
454 if( aError.IsError() || aError.IsWarning() )
554 if( aError.IsError() || aError.IsWarning() )
583 if( aError.IsError() || aError.IsWarning() )
628 if( aError.IsError() || aError.IsWarning() )
744 if( aError.IsError() || aError.IsWarning() )
815 if( aError.IsError() || aError.IsWarning() )
832 if( aError.IsError() || aError.IsWarning() )
849 if( aError.IsError() || aError.IsWarning() )
866 if( aError.IsError() || aError.IsWarning() )
[all …]
H A Drscyacc.cxx69 ERRTYPE aError; in SetNumber() local
72 if( aError.IsError() ) in SetNumber()
85 ERRTYPE aError; in SetConst() local
88 if( aError.IsError() ) in SetConst()
99 ERRTYPE aError; in SetString() local
102 if( aError.IsError() ) in SetString()
196 ERRTYPE aError; in DoClassHeader() local
203 if( aError.IsWarning() ) in DoClassHeader()
205 else if( aError.IsError() ) in DoClassHeader()
207 if( ERR_CONT_INVALIDTYPE == aError ) in DoClassHeader()
[all …]
H A Drscdb.cxx515 return aError; in WriteRc()
521 return aError; in WriteSrc()
527 return aError; in WriteCxx()
533 return aError; in WriteHxx()
555 if( aError.IsError() || aError.IsWarning() ) in IMPL_LINK()
802 ERRTYPE aError; in IMPL_LINK_INLINE_END() local
816 return aError; in IMPL_LINK_INLINE_END()
924 ERRTYPE aError; in WriteHxx() local
940 return aError; in WriteHxx()
956 ERRTYPE aError; in WriteCxx() local
[all …]
H A Drsclex.cxx393 ERRTYPE aError; in parser() local
397 aError = yyparse(); in parser()
402 if( 0 == aError ) in parser()
403 aError.Clear(); in parser()
405 aError = ERR_ERROR; in parser()
407 return( aError ); in parser()
412 ERRTYPE aError; in MacroParser() local
420 aError = yyparse(); in MacroParser()
430 if( 0 == aError ) in MacroParser()
431 aError.Clear(); in MacroParser()
[all …]
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx494 rtlDigestError aError = rtl_digest_init(handle, NULL, 0); in TEST_F() local
503 rtlDigestError aError = rtl_digest_init(handle, NULL, 0); in TEST_F() local
773 ASSERT_TRUE(aError == rtl_Digest_E_None ); in TEST_F()
809 ASSERT_TRUE(aError == rtl_Digest_E_None ); in TEST_F()
846 ASSERT_TRUE(aError == rtl_Digest_E_None ); in TEST_F()
882 ASSERT_TRUE(aError == rtl_Digest_E_None ); in TEST_F()
922 ASSERT_TRUE(aError == rtl_Digest_E_None ); in TEST_F()
963 ASSERT_TRUE(aError == rtl_Digest_E_None ); in TEST_F()
1008 EXPECT_TRUE(aError == rtl_Digest_E_None ); in run_check_PBKDF2()
1058 rtlDigestError aError = rtl_digest_update(aHandle, NULL, 0); in TEST_F() local
[all …]
/trunk/main/tools/inc/tools/
H A Ddebug.hxx469 #define DBG_ASSERT( sCon, aError ) \ argument
482 #define DBG_BF_ASSERT( sCon, aError ) \ argument
487 DbgError( aError); \
491 #define DBG_BF_ASSERT( sCon, aError ) ((void)0) argument
732 #define DBG_ASSERT( sCon, aError ) ((void)0) argument
733 #define DBG_BF_ASSERT( sCon, aError ) ((void)0) argument
748 #define DBG_ERROR( aError ) ((void)0) argument
749 #define DBG_ERROR1( aError, x1 ) ((void)0) argument
750 #define DBG_ERROR2( aError, x1, x2 ) ((void)0) argument
751 #define DBG_ERROR3( aError, x1, x2, x3 ) ((void)0) argument
[all …]
/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx181 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong init"; in test_encode()
193 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong encode"; in test_encode()
247 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong init"; in test_encode_and_decode()
259 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong encode"; in test_encode_and_decode()
271 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong decode"; in test_encode_and_decode()
405 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong init"; in test_encode()
417 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong encode"; in test_encode()
494 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong init"; in TEST_F()
523 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong init"; in TEST_F()
551 ASSERT_TRUE(aError == rtl_Cipher_E_None) << "wrong init"; in TEST_F()
[all …]
/trunk/main/rsc/source/rsc/
H A Drsc.cxx469 ERRTYPE aError; in Start() local
529 if( aError.IsOk() ) in Start()
530 aError = Link(); in Start()
532 if( aError.IsOk() ) in Start()
535 if( aError.IsError() ) in Start()
538 return( aError ); in Start()
663 aError = ERR_ERROR; in IncludeParser()
711 return aError; in IncludeParser()
790 return( aError ); in ParseOneFile()
838 ERRTYPE aError; in Link() local
[all …]
/trunk/main/sal/qa/rtl/random/
H A Drtl_random.cxx111 rtlRandomError aError = rtl_random_addBytes(NULL, NULL, 0); in TEST_F() local
112 ASSERT_TRUE(aError == rtl_Random_E_Argument) << "wrong parameter"; in TEST_F()
114 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, NULL, 0); in TEST_F()
115 ASSERT_TRUE(aError == rtl_Random_E_Argument) << "wrong parameter"; in TEST_F()
118 ASSERT_TRUE(aError == rtl_Random_E_None) << "wrong parameter"; in TEST_F()
230 rtlRandomError aError = rtl_random_getBytes(NULL, NULL, 0); in TEST_F() local
231 ASSERT_TRUE(aError == rtl_Random_E_Argument) << "wrong parameter"; in TEST_F()
233 /* rtlRandomError */ aError = rtl_random_getBytes(aPool, NULL, 0); in TEST_F()
237 ASSERT_TRUE(aError == rtl_Random_E_None) << "wrong parameter"; in TEST_F()
252 ASSERT_TRUE(aError == rtl_Random_E_None) << "wrong parameter"; in TEST_F()
[all …]
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx285 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
317 ByteString aError( "SAX exception caught while importing:\n" ); in ReadThroughComponent() local
319 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
327 ByteString aError( "Zip exception caught while importing:\n" ); in ReadThroughComponent() local
329 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
337 ByteString aError( "IO exception caught while importing:\n" ); in ReadThroughComponent() local
339 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
347 ByteString aError( "uno exception caught while importing:\n" ); in ReadThroughComponent() local
349 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
1104 ByteString aError( "uno Exception caught while exporting:\n" ); in Export() local
[all …]
/trunk/main/idl/source/prj/
H A Ddatabase.cxx246 aError.SetText( "hgchcg" ); in SetError()
248 if( aError.nLine < pTok->GetLine() in SetError()
249 || (aError.nLine == pTok->GetLine() && aError.nColumn < pTok->GetColumn()) ) in SetError()
252 aError.SetText( rError ); in SetError()
740 if( aError.IsError() ) in WriteError()
744 if( aError.GetText().Len() ) in WriteError()
747 aErrorText += aError.GetText(); in WriteError()
753 if( pTok->GetLine() == aError.nLine in WriteError()
754 && pTok->GetColumn() == aError.nColumn ) in WriteError()
761 aErrorText += ByteString::CreateFromInt64(aError.nLine); in WriteError()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx218 ByteString aError( "SAX parse exception caught while importing:\n" ); in ReadThroughComponent() local
219 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
220 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
252 ByteString aError( "SAX exception caught while importing:\n" ); in ReadThroughComponent() local
254 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
263 ByteString aError( "Zip exception caught while importing:\n" ); in ReadThroughComponent() local
265 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
273 ByteString aError( "IO exception caught while importing:\n" ); in ReadThroughComponent() local
275 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
283 ByteString aError( "uno exception caught while importing:\n" ); in ReadThroughComponent() local
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx642 Any aError = ::cppu::getCaughtException(); in storeToRecoveryFile() local
643 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in storeToRecoveryFile()
652 throw WrappedTargetException( ::rtl::OUString(), *this, aError ); in storeToRecoveryFile()
691 Any aError = ::cppu::getCaughtException(); in recoverFromFile() local
701 throw WrappedTargetException( ::rtl::OUString(), *this, aError ); in recoverFromFile()
962 Any aError = ::cppu::getCaughtException(); in store() local
970 impl_throwIOExceptionCausedBySave_throw( aError, ::rtl::OUString() ); in store()
1059 Any aError = ::cppu::getCaughtException(); in impl_storeAs_throw() local
1073 impl_throwIOExceptionCausedBySave_throw( aError, _rURL ); in impl_storeAs_throw()
1223 Any aError = ::cppu::getCaughtException(); in storeToURL() local
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx295 DBG_ERROR( aError.GetBuffer() ); in ImportFromComponent()
329 ByteString aError( "SAX exception caught while importing:\n" ); in ImportFromComponent() local
331 DBG_ERROR( aError.GetBuffer() ); in ImportFromComponent()
341 ByteString aError( "Zip exception caught while importing:\n" ); in ImportFromComponent() local
342 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ImportFromComponent()
343 DBG_ERROR( aError.GetBuffer() ); in ImportFromComponent()
352 ByteString aError( "IO exception caught while importing:\n" ); in ImportFromComponent() local
353 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ImportFromComponent()
354 DBG_ERROR( aError.GetBuffer() ); in ImportFromComponent()
363 ByteString aError( "uno exception caught while importing:\n" ); in ImportFromComponent() local
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx599 SQLExceptionInfo aError; in Execute() local
610 impl_setViewMode( &aError ); in Execute()
647 impl_setViewMode( &aError ); in Execute()
653 aError = SQLException( in Execute()
672 if ( aError.isValid() ) in Execute()
673 showError( aError ); in Execute()
822 SQLExceptionInfo aError; in impl_setViewMode() local
832 *_pErrorInfo = aError; in impl_setViewMode()
834 showError( aError ); in impl_setViewMode()
1014 SQLExceptionInfo aError; in impl_initialize() local
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx440 SQLException aError; in throwUrlNotValid() local
441 aError.Message = getResources().getResourceStringWithSubstitution( in throwUrlNotValid()
446 aError.SQLState = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S1000")); in throwUrlNotValid()
447 aError.ErrorCode = 0; in throwUrlNotValid()
448 aError.Context = static_cast< XConnection* >(this); in throwUrlNotValid()
450 aError.NextException <<= SQLException(_rsMessage, aError.Context, ::rtl::OUString(), 0, Any()); in throwUrlNotValid()
452 throw aError; in throwUrlNotValid()
/trunk/main/cui/source/options/
H A Ddoclinkdialog.cxx131 ErrorBox aError(this, WB_OK , sMsg); in IMPL_LINK() local
132 aError.Execute(); in IMPL_LINK()
140 ErrorBox aError(this, WB_OK , sMsg); in IMPL_LINK() local
141 aError.Execute(); in IMPL_LINK()
152 InfoBox aError(this, sMsg); in IMPL_LINK() local
153 aError.Execute(); in IMPL_LINK()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1582 ERRTYPE aError;
1584 aError = ERR_OPENFILE;
1585 aError = ERR_ERROR;
1586 if( ERR_OPENFILE == aError )
1636 aError.Clear(); //Fehler aufheben
1665 AliERRTYPE aError( ERR_RSCRANGE );
1669 aError = ERRTYPE( ERR_ERROR );
1670 printf( ERR_ERROR == aError ? "TRUE" : "FALSE" );
1672 aError.Clear();
1673 aError = ERRTYPE( ERR_ERROR );
[all …]
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx218 …rtlDigestError aError = rtl_digest_update(aDigest,_rURL.getStr(),_rURL.getLength()*sizeof(sal_Unic… in createUniqueId() local
220aError = rtl_digest_update(aDigest,_rUserName.getStr(),_rUserName.getLength()*sizeof(sal_Unicode)); in createUniqueId()
222aError = rtl_digest_update(aDigest,_rPassword.getStr(),_rPassword.getLength()*sizeof(sal_Unicode)); in createUniqueId()
249aError = rtl_digest_update(aDigest,pSBegin->getStr(),pSBegin->getLength()*sizeof(sal_Unicode)); in createUniqueId()
256 aError = rtl_digest_update(aDigest,sValue.getStr(),sValue.getLength()*sizeof(sal_Unicode)); in createUniqueId()
260 aError = rtl_digest_get(aDigest,_pBuffer,RTL_DIGEST_LENGTH_SHA1); in createUniqueId()
/trunk/main/oox/source/core/
H A Dencryption.cxx150 rtlDigestError aError = rtl_digest_update( aDigest, pnBuffer, sizeof( pnBuffer ) ); in deriveKey() local
152 aError = rtl_digest_get( aDigest, pnX1, RTL_DIGEST_LENGTH_SHA1 ); in deriveKey()
160 aError = rtl_digest_update( aDigest, pnBuffer, sizeof( pnBuffer ) ); in deriveKey()
162 aError = rtl_digest_get( aDigest, pnX2, RTL_DIGEST_LENGTH_SHA1 ); in deriveKey()
185 rtlDigestError aError = rtl_digest_update( aDigest, pnBuffer, nBufferSize ); in verifyPassword() local
190 aError = rtl_digest_get( aDigest, pnHash + 4, RTL_DIGEST_LENGTH_SHA1 ); in verifyPassword()
197 aError = rtl_digest_update( aDigest, pnHash, nHashSize ); in verifyPassword()
198 aError = rtl_digest_get( aDigest, pnHash + 4, RTL_DIGEST_LENGTH_SHA1 ); in verifyPassword()
205 aError = rtl_digest_update( aDigest, pnHash, nHashSize ); in verifyPassword()
206 aError = rtl_digest_get( aDigest, pnHash, RTL_DIGEST_LENGTH_SHA1 ); in verifyPassword()
[all …]
/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx546 Any aError; in connect() local
555 catch( const SQLContext& e ) { aError <<= e; } in connect()
556 catch( const SQLWarning& e ) { aError <<= e; } in connect()
557 catch( const SQLException& e ) { aError <<= e; } in connect()
565 if ( aError.hasValue() && _pMessageParent ) in connect()
570 aError >>= aException; in connect()
577 aDetailedError.NextException = aError; in connect()

Completed in 186 milliseconds

1234