Home
last modified time | relevance | path

Searched refs:aError (Results 76 – 97 of 97) sorted by path

1234

/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/sfx2/source/appl/
H A Dappmisc.cxx106 String aError; member in SfxSpecialConfigError_Impl
116 aError( rStr ) in SfxSpecialConfigError_Impl()
127 ErrorBox( 0, WinBits( WB_OK ) , aError ).Execute(); in IMPL_LINK()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx634 const Any aError( ::cppu::getCaughtException() ); in load() local
636 impl_handleCaughtError_nothrow( aError, aDescriptor ); in load()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx57 GError* aError = NULL; in getGconfClient() local
58 if (!gconf_init(0, NULL, &aError)) in getGconfClient()
62 msg.appendAscii(aError->message); in getGconfClient()
64 g_error_free(aError); in getGconfClient()
65 aError = NULL; in getGconfClient()
/trunk/main/svl/source/misc/
H A DPasswordHelper.cxx37 …rtlDigestError aError = rtl_digest_SHA1 (pPass, nLen, reinterpret_cast<sal_uInt8*>(rPassHash.getAr… in GetHashPassword() local
38 if (aError != rtl_Digest_E_None) in GetHashPassword()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3006 SQLException aError; in commitControl() local
3007 aError.Message = aErrorMsg; in commitControl()
3008 displayException(aError, m_pWindow->GetParent()); in commitControl()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1287 SQLContext aError; in EditedEntry() local
1288 aError.Message = String(SVX_RES(RID_STR_SYNTAXERROR)); in EditedEntry()
1289 aError.Details = aErrorMsg; in EditedEntry()
1290 displayException(aError, this); in EditedEntry()
H A Dfmtools.cxx118 SQLException aError; in lcl_shouldDisplayError() local
119 if ( !( _rError >>= aError ) ) in lcl_shouldDisplayError()
122 if ( aError.Message.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "[OOoBase]" ) ) != 0 ) in lcl_shouldDisplayError()
128 if ( aError.ErrorCode + ErrorCondition::ROW_SET_OPERATION_VETOED == 0 ) in lcl_shouldDisplayError()
H A Dfmvwimp.cxx1156 SQLErrorEvent aError; in implCreateFieldControl() local
1181 aError.Reason = ::cppu::getCaughtException(); in implCreateFieldControl()
1184 if (aError.Reason.hasValue()) in implCreateFieldControl()
1186 displayAsyncErrorMessage( aError ); in implCreateFieldControl()
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()
H A Dformcontrolling.cxx417 Any aError; in impl_operateForm_nothrow() local
448 aError = ::cppu::getCaughtException(); in impl_operateForm_nothrow()
454 aError <<= aFallbackError; in impl_operateForm_nothrow()
463 else if ( aError.hasValue() ) in impl_operateForm_nothrow()
464 displayException( aError ); in impl_operateForm_nothrow()
H A Dnavigatortreemodel.cxx1000 SQLContext aError; in CheckEntry() local
1001 aError.Message = String(SVX_RES(RID_ERR_CONTEXT_ADDFORM)); in CheckEntry()
1002 aError.Details = String(SVX_RES(RID_ERR_DUPLICATE_NAME)); in CheckEntry()
1003 displayException(aError); in CheckEntry()
/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()
/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/filter/ww8/
H A Dww8scan.cxx52 #define ASSERT_RET_ON_FAIL( aCon, aError, aRet ) \ argument
53 ASSERT(aCon, aError); \
/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/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/uui/source/
H A Dnameclashdlg.cxx42 ErrorBox aError( NULL, WB_OK, maSameName ); in IMPL_LINK() local
43 aError.Execute(); in IMPL_LINK()
/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/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/xmloff/source/core/
H A Dxmlerror.cxx191 ByteString aError( String( sMessage.makeStringAndClear() ), in AddRecord() local
193 DBG_ERROR( aError.GetBuffer() ); in AddRecord()

Completed in 321 milliseconds

1234