Searched refs:aLogMessage (Results 1 – 4 of 4) sorted by relevance
265 void SfxObjectShell::SetError( sal_uInt32 lErr, const ::rtl::OUString& aLogMessage ) in SetError() argument271 if( lErr != ERRCODE_NONE && aLogMessage.getLength() ) in SetError()272 AddLog( aLogMessage ); in SetError()
436 void SfxMedium::SetError( sal_uInt32 nError, const ::rtl::OUString& aLogMessage ) in SetError() argument439 if ( eError != ERRCODE_NONE && aLogMessage.getLength() ) in SetError()440 AddLog( aLogMessage ); in SetError()
196 void SetError( sal_uInt32 nError, const ::rtl::OUString& aLogMessage );
318 void SetError( sal_uInt32 rErr, const ::rtl::OUString& aLogMessage );
Completed in 58 milliseconds