Home
last modified time | relevance | path

Searched refs:aError (Results 1 – 25 of 97) sorted by last modified time

1234

/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/vcl/source/gdi/
H A Doutdev3.cxx2931 …String aError( RTL_CONSTASCII_USTRINGPARAM( "Application error: no fonts and no vcl resource found… in ImplInitFontList() local
2937 aError = aResStr; in ImplInitFontList()
2939 Application::Abort( aError ); in ImplInitFontList()
H A Dpdfwriter_impl.cxx1787 …oslFileError aError = osl_openFile( m_aContext.URL.pData, &m_aFile, osl_File_OpenFlag_Write | osl… in PDFWriterImpl() local
1788 if( aError != osl_File_E_None ) in PDFWriterImpl()
1790 if( aError == osl_File_E_EXIST ) in PDFWriterImpl()
1792 aError = osl_openFile( m_aContext.URL.pData, &m_aFile, osl_File_OpenFlag_Write ); in PDFWriterImpl()
1793 if( aError == osl_File_E_None ) in PDFWriterImpl()
1794 aError = osl_setFileSize( m_aFile, 0 ); in PDFWriterImpl()
1797 if( aError != osl_File_E_None ) in PDFWriterImpl()
2556 oslFileError aError = osl_getFilePos( m_aFile, &nOffset ); in updateObject() local
2557 DBG_ASSERT( aError == osl_File_E_None, "could not register object" ); in updateObject()
2558 if( aError != osl_File_E_None ) in updateObject()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx412 Any aError; in getDataSourceByName() local
436 aError = e.TargetException; in getDataSourceByName()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx689 ErrorBox aError(this, WB_OK, sError); in IMPL_LINK() local
690 aError.Execute(); in IMPL_LINK()
752 ErrorBox aError(this, ModuleRes(ERR_NEED_INDEX_FIELDS)); in implCheckPlausibility() local
753 aError.Execute(); in implCheckPlausibility()
771 ErrorBox aError(this, WB_OK, sMessage); in implCheckPlausibility() local
772 aError.Execute(); in implCheckPlausibility()
H A Dgeneralpage.cxx614 InfoBox aError(this, sMessage);
615 aError.Execute();
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx1412 String aError( SvtLanguageTable::GetLanguageString( (LanguageType)(sal_uLong)nLang ) ); in IMPL_LINK_INLINE_START() local
1414 ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS, aError) ); in IMPL_LINK_INLINE_START()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1132 SQLExceptionInfo aError( ::cppu::getCaughtException() ); in alterColumns() local
1133 OSQLWarningBox aMsg( getView(), aMessage, WB_YES_NO | WB_DEF_YES , &aError ); in alterColumns()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1692 SQLExceptionInfo aError( ::cppu::getCaughtException() ); in impl_prepareAndExecute_throw() local
1693 …OSL_ENSURE( aError.isValid(), "ORowSet::impl_prepareAndExecute_throw: caught an SQLException which… in impl_prepareAndExecute_throw()
1700 aError.append( SQLExceptionInfo::SQL_CONTEXT, sInfo ); in impl_prepareAndExecute_throw()
1705 aError.doThrow(); in impl_prepareAndExecute_throw()
2218 Any aError = ::cppu::getCaughtException(); in calcConnection() local
2220 … "$name$", m_aDataSourceName, "$error$", extractExceptionMessage( m_aContext, aError ) ); in calcConnection()
H A DSingleSelectQueryComposer.cxx1488 SQLException aError; in getQueryWithSubstitution() local
1489 …tementNode->parseNodeToExecutableStatement( sSqlStatement, m_xConnection, m_aSqlParser, &aError ) ) in getQueryWithSubstitution()
1490 throw SQLException( aError ); in getQueryWithSubstitution()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1307 ErrorBox aError( pThis, WB_OK, sError ); in IMPL_STATIC_LINK() local
1308 aError.Execute(); in IMPL_STATIC_LINK()
/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/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/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/connectivity/source/parse/
H A Dsqlbison.y4806 ::rtl::OUString aError = s_pScanner->getErrorMessage();
4807 if(aError.getLength())
4810 m_sErrorMessage += aError;
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3671 SQLContext aError; in displayErrorSetFocus() local
3672 aError.Message = String( SVX_RES( RID_STR_WRITEERROR ) ); in displayErrorSetFocus()
3673 aError.Details = _rMessage; in displayErrorSetFocus()
3674 displayException( aError, _pDialogParent ); in displayErrorSetFocus()
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx177 Any aError( ::cppu::getCaughtException() ); in initialize() local
181 buf.append ( aError.getValueTypeName() ); in initialize()
184 Exception aException; aError >>= aException; in initialize()
186 throw lang::WrappedTargetException( buf.makeStringAndClear(), *this, aError ); in initialize()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx326 Any aError( ::cppu::getCaughtException() ); in lcl_loadSubDocument_nothrow() local
330 && ( aError.isExtractableTo( ::cppu::UnoType< WrongFormatException >::get() ) ) in lcl_loadSubDocument_nothrow()
346 aError in lcl_loadSubDocument_nothrow()
/trunk/main/xmloff/source/core/
H A Dxmlerror.cxx191 ByteString aError( String( sMessage.makeStringAndClear() ), in AddRecord() local
193 DBG_ERROR( aError.GetBuffer() ); in AddRecord()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2208 osl::FileBase::RC aError = aFotFile.open( osl_File_OpenFlag_Read ); in ImplGetFontAttrFromFile() local
2209 if( aError != osl::FileBase::E_None ) in ImplGetFontAttrFromFile()
/trunk/main/uui/source/
H A Dnameclashdlg.cxx42 ErrorBox aError( NULL, WB_OK, maSameName ); in IMPL_LINK() local
43 aError.Execute(); in IMPL_LINK()
/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/sw/source/filter/ww8/
H A Dww8scan.cxx52 #define ASSERT_RET_ON_FAIL( aCon, aError, aRet ) \ argument
53 ASSERT(aCon, aError); \
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx51 #define ASSERT_RET_ON_FAIL( aCon, aError, aRet ) \ argument
52 ASSERT(aCon, aError); \
/trunk/main/sw/source/core/access/
H A Daccmap.cxx195 ByteString aError( "Runtime exception caught while notifying shape.:\n" ); in Notify() local
196 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in Notify()
197 DBG_ERROR( aError.GetBuffer() ); in Notify()

Completed in 344 milliseconds

1234