Home
last modified time | relevance | path

Searched refs:SerfUri (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfUri.cxx59 SerfUri::SerfUri( const apr_uri_t * inUri ) in SerfUri() function in SerfUri
82 SerfUri::SerfUri( const rtl::OUString & inUri ) in SerfUri() function in SerfUri
120 void SerfUri::init( const apr_uri_t * pUri ) in init()
141 SerfUri::~SerfUri( ) in ~SerfUri()
145 void SerfUri::calculateURI () in calculateURI()
189 ::rtl::OUString SerfUri::GetPathBaseName () const in GetPathBaseName()
218 bool SerfUri::operator== ( const SerfUri & rOther ) const in operator ==()
223 ::rtl::OUString SerfUri::GetPathBaseNameUnescaped () const in GetPathBaseNameUnescaped()
228 void SerfUri::AppendPath (const rtl::OUString& rPath) in AppendPath()
247 rtl::OUString SerfUri::unescape( const rtl::OUString& segment ) in unescape()
[all …]
H A DSerfUri.hxx40 class SerfUri class
55 SerfUri( const ::rtl::OUString & inUri ) throw ( DAVException );
56 SerfUri( const apr_uri_t * inUri ) throw ( DAVException );
57 ~SerfUri( );
59 bool operator== ( const SerfUri & rOther ) const;
60 bool operator!= ( const SerfUri & rOther ) const in operator !=()
H A DDAVResourceAccess.cxx1061 SerfUri aURI( m_aURL ); in initialize()
1143 SerfUri aUri( rRedirectURL ); in detectRedirectCycle()
1145 std::vector< SerfUri >::const_iterator it = m_aRedirectURIs.begin(); in detectRedirectCycle()
1146 std::vector< SerfUri >::const_iterator end = m_aRedirectURIs.end(); in detectRedirectCycle()
1165 std::vector< SerfUri >::const_iterator it = m_aRedirectURIs.begin(); in resetUri()
1167 SerfUri aUri( (*it) ); in resetUri()
H A Dwebdavdatasupplier.cxx402 SerfUri aURI( in getData()
410 aPath = SerfUri::unescape( aPath ); in getData()
423 SerfUri aCurrURI( rRes.uri ); in getData()
433 aCurrPath = SerfUri::unescape( aCurrPath ); in getData()
H A Dwebdavcontent.cxx235 SerfUri aURI( Identifier->getContentIdentifier() ); in Content()
1397 aUnescapedTitle = SerfUri::unescape( m_aEscapedTitle ); in getPropertyValues()
1620 SerfUri aUri( xResAccess->getURL() ); in getPropertyValues()
1720 m_aEscapedTitle = SerfUri::escapeSegment( aUnescapedTitle ); in getPropertyValues()
2075 aNewURL += SerfUri::escapeSegment( aNewTitle ); in setPropertyValues()
2083 SerfUri sourceURI( xOldId->getContentIdentifier() ); in setPropertyValues()
2084 SerfUri targetURI( xNewId->getContentIdentifier() ); in setPropertyValues()
2138 m_aEscapedTitle = SerfUri::escapeSegment( aNewTitle ); in setPropertyValues()
2642 SerfUri aURI( aURL ); in insert()
2732 SerfUri sourceURI( rArgs.SourceURL ); in transfer()
[all …]
H A DSerfSession.cxx164SerfUri::makeConnectionEndPointString( m_aUri.GetHost(), m_aUri.GetPort() ) ); in Init()
182SerfUri::makeConnectionEndPointString( m_aUri.GetHost(), m_aUri.GetPort() ) ); in Init()
286 SerfUri theUri( inUri ); in CanUse()
365 SerfUri uri( getRequestEnvironment().m_aRequestURI ); in provideSerfCredentials()
1050 SerfUri theSourceUri( inSourceURL ); in COPY()
1082 SerfUri theSourceUri( inSourceURL ); in MOVE()
H A DDAVSessionFactory.cxx63 SerfUri aURI( inUri ); in createDAVSession()
87 SerfUri aURI( inUri ); in createDAVSession()
H A DSerfRequestProcessor.cxx517SerfUri::makeConnectionEndPointString( mrSerfSession.getHostName(), in postprocessProcessor()
523SerfUri::makeConnectionEndPointString( mrSerfSession.getHostName(), in postprocessProcessor()
H A DSerfSession.hxx54 SerfUri m_aUri;
H A DDAVResourceAccess.hxx57 std::vector< SerfUri > m_aRedirectURIs;
H A DContentProperties.cxx100 SerfUri aURI( rResource.uri ); in ContentProperties()

Completed in 82 milliseconds