Home
last modified time | relevance | path

Searched refs:_rUrlOrPath (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svl/source/misc/
H A Dfilenotation.cxx40 OFileNotation::OFileNotation( const ::rtl::OUString& _rUrlOrPath ) in OFileNotation() argument
42 construct( _rUrlOrPath ); in OFileNotation()
50 INetURLObject aParser( _rUrlOrPath ); in OFileNotation()
52 implInitWithURLNotation( _rUrlOrPath ); in OFileNotation()
54 m_sSystem = m_sFileURL = _rUrlOrPath; in OFileNotation()
57 implInitWithSystemNotation( _rUrlOrPath ); in OFileNotation()
96 void OFileNotation::construct( const ::rtl::OUString& _rUrlOrPath ) in construct() argument
100 INetURLObject aParser( _rUrlOrPath ); in construct()
105 bSuccess = implInitWithURLNotation( _rUrlOrPath ); in construct()
110 bSuccess = implInitWithSystemNotation( _rUrlOrPath ); in construct()
[all …]
/aoo41x/main/svl/inc/svl/
H A Dfilenotation.hxx51 OFileNotation( const ::rtl::OUString& _rUrlOrPath );
52 OFileNotation( const ::rtl::OUString& _rUrlOrPath, NOTATION _eInputNotation );
57 SVL_DLLPRIVATE void construct( const ::rtl::OUString& _rUrlOrPath );

Completed in 13 milliseconds