Lines Matching refs:_rUrlOrPath
40 OFileNotation::OFileNotation( const ::rtl::OUString& _rUrlOrPath ) in OFileNotation() argument
42 construct( _rUrlOrPath ); in OFileNotation()
46 OFileNotation::OFileNotation( const ::rtl::OUString& _rUrlOrPath, NOTATION _eInputNotation ) in OFileNotation() argument
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()
116 m_sSystem = m_sFileURL = _rUrlOrPath; in construct()