Lines Matching refs:rtl

65         ::rtl::OUString                 m_sLoggerName;
69 …EventLogger_Impl( const Reference< XComponentContext >& _rxContext, const ::rtl::OUString& _rLogge… in EventLogger_Impl()
77 inline const ::rtl::OUString& getName() const { return m_sLoggerName; } in getName()
110 …EventLogger::EventLogger( const Reference< XComponentContext >& _rxContext, const ::rtl::OUString&… in EventLogger()
117 …:m_pImpl( new EventLogger_Impl( _rxContext, ::rtl::OUString::createFromAscii( _pAsciiLoggerName ) … in EventLogger()
127 const ::rtl::OUString& EventLogger::getName() const in getName()
224 …void lcl_replaceParameter( ::rtl::OUString& _inout_Message, const ::rtl::OUString& _rPlaceHolde… in lcl_replaceParameter()
237 … const sal_Char* _pSourceClass, const sal_Char* _pSourceMethod, const ::rtl::OUString& _rMessage, in impl_log()
243 static ::rtl::OUString sPH1( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "$1$" ) ) ); in impl_log()
244 static ::rtl::OUString sPH2( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "$2$" ) ) ); in impl_log()
245 static ::rtl::OUString sPH3( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "$3$" ) ) ); in impl_log()
246 static ::rtl::OUString sPH4( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "$4$" ) ) ); in impl_log()
247 static ::rtl::OUString sPH5( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "$5$" ) ) ); in impl_log()
248 static ::rtl::OUString sPH6( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "$6$" ) ) ); in impl_log()
250 ::rtl::OUString sMessage( _rMessage ); in impl_log()
277 ::rtl::OUString::createFromAscii( _pSourceClass ), in impl_log()
278 ::rtl::OUString::createFromAscii( _pSourceMethod ), in impl_log()
302 ::rtl::OUString sBundleBaseName;
340 …::rtl::OUString lcl_loadString_nothrow( const Reference< XResourceBundle >& _rxBundle, const sal_I… in lcl_loadString_nothrow()
343 ::rtl::OUString sMessage; in lcl_loadString_nothrow()
346 ::rtl::OUStringBuffer aBuffer; in lcl_loadString_nothrow()
363 …asedEventLogger( const Reference< XComponentContext >& _rxContext, const ::rtl::OUString& _rResour… in ResourceBasedEventLogger()
364 const ::rtl::OUString& _rLoggerName ) in ResourceBasedEventLogger()
377 m_pData->sBundleBaseName = ::rtl::OUString::createFromAscii( _pResourceBundleBaseName ); in ResourceBasedEventLogger()
381 …::rtl::OUString ResourceBasedEventLogger::impl_loadStringMessage_nothrow( const sal_Int32 _nMessag… in impl_loadStringMessage_nothrow()
383 ::rtl::OUString sMessage; in impl_loadStringMessage_nothrow()
388 ::rtl::OUStringBuffer aBuffer; in impl_loadStringMessage_nothrow()