Lines Matching refs:m_aPath
75 if ( m_aUri.getLength() && !m_aPath.getLength() ) in init()
85 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
100 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
143 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
154 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
175 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
191 m_aPath = aPureUri.copy( nEnd + 1 ); in init()
198 if ( m_aPath.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "//" ) ) ) != -1 in init()
199 || m_aPath.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "%2F" ) ) ) != -1 in init()
200 || m_aPath.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "%2f" ) ) ) != -1 in init()
201 …|| ::comphelper::OStorageHelper::PathHasSegment( m_aPath, ::rtl::OUString( RTL_CONSTASCII_USTRINGP… in init()
202 …|| ::comphelper::OStorageHelper::PathHasSegment( m_aPath, ::rtl::OUString( RTL_CONSTASCII_USTRINGP… in init()
205 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
217 ::ucb_impl::urihelper::encodeURI( m_aPath ) ); in init()
221 m_aPath = ::ucb_impl::urihelper::decodeSegment( m_aPath ); in init()
242 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()