Lines Matching refs:rtl

103         ::rtl::OUString                 m_sFileURL;
112 virtual ::rtl::OUString SAL_CALL getEncoding() throw (RuntimeException);
113 … virtual void SAL_CALL setEncoding( const ::rtl::OUString& _encoding ) throw (RuntimeException);
125 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
126 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
127 … virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
134 static ::rtl::OUString SAL_CALL getImplementationName_static();
135 static Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
149 void impl_writeString_nothrow( const ::rtl::OString& _rEntry );
153 void impl_doStringsubstitution_nothrow( ::rtl::OUString& _inout_rURL );
200 ::rtl::OStringBuffer sMessage; in impl_prepareFile_nothrow()
203 …sMessage.append( ::rtl::OString( m_sFileURL.getStr(), m_sFileURL.getLength(), osl_getThreadTextEnc… in impl_prepareFile_nothrow()
211 ::rtl::OString sHead; in impl_prepareFile_nothrow()
221 void FileHandler::impl_writeString_nothrow( const ::rtl::OString& _rEntry ) in impl_writeString_nothrow()
236 void FileHandler::impl_doStringsubstitution_nothrow( ::rtl::OUString& _inout_rURL ) in impl_doStringsubstitution_nothrow()
255 ::rtl::OString sTail; in disposing()
277 ::rtl::OUString SAL_CALL FileHandler::getEncoding() throw (RuntimeException) in getEncoding()
280 ::rtl::OUString sEncoding; in getEncoding()
286 …void SAL_CALL FileHandler::setEncoding( const ::rtl::OUString& _rEncoding ) throw (RuntimeExceptio… in setEncoding()
344 ::rtl::OString sEntry; in publish()
361 throw IllegalArgumentException( ::rtl::OUString(), *this, 1 ); in initialize()
379 throw IllegalArgumentException( ::rtl::OUString(), *this, 1 ); in initialize()
385 ::rtl::OUString SAL_CALL FileHandler::getImplementationName() throw(RuntimeException) in getImplementationName()
391 …::sal_Bool SAL_CALL FileHandler::supportsService( const ::rtl::OUString& _rServiceName ) throw(Run… in supportsService()
393 const Sequence< ::rtl::OUString > aServiceNames( getSupportedServiceNames() ); in supportsService()
394 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService()
404 …Sequence< ::rtl::OUString > SAL_CALL FileHandler::getSupportedServiceNames() throw(RuntimeExceptio… in getSupportedServiceNames()
410 ::rtl::OUString SAL_CALL FileHandler::getImplementationName_static() in getImplementationName_static()
412 …return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.extensions.FileHandler" ) … in getImplementationName_static()
416 Sequence< ::rtl::OUString > SAL_CALL FileHandler::getSupportedServiceNames_static() in getSupportedServiceNames_static()
418 Sequence< ::rtl::OUString > aServiceNames(1); in getSupportedServiceNames_static()
419 …aServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.logging.FileHandler… in getSupportedServiceNames_static()