Home
last modified time | relevance | path

Searched refs:UrlTransformer (Results 1 – 6 of 6) sorted by relevance

/trunk/main/forms/source/helper/
H A Durltransformer.cxx45 UrlTransformer::UrlTransformer( const Reference< XMultiServiceFactory >& _rxORB ) in UrlTransformer() function in frm::UrlTransformer
53 bool UrlTransformer::implEnsureTransformer() const in implEnsureTransformer()
74 URL UrlTransformer::getStrictURL( const ::rtl::OUString& _rURL ) const in getStrictURL()
84 URL UrlTransformer::getStrictURLFromAscii( const sal_Char* _pAsciiURL ) const in getStrictURLFromAscii()
90 …void UrlTransformer::parseSmartWithAsciiProtocol( ::com::sun::star::util::URL& _rURL, const sal_Ch… in parseSmartWithAsciiProtocol()
H A Dcontrolfeatureinterception.cxx48 :m_pUrlTransformer( new UrlTransformer( _rxORB ) ) in ControlFeatureInterception()
H A Dformnavigation.cxx390 m_pUrlTransformer.reset( new UrlTransformer( _rxORB ) ); in OFormNavigationMapper()
/trunk/main/forms/source/inc/
H A Dcontrolfeatureinterception.hxx39 class UrlTransformer;
57 ::std::auto_ptr< UrlTransformer > m_pUrlTransformer;
62 const UrlTransformer& getTransformer() const { return *m_pUrlTransformer; } in getTransformer()
H A Durltransformer.hxx41 class UrlTransformer class
51UrlTransformer( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…
H A Dformnavigation.hxx43 class UrlTransformer;
188 ::std::auto_ptr< UrlTransformer > m_pUrlTransformer;

Completed in 28 milliseconds