Home
last modified time | relevance | path

Searched refs:DAVPropertyValue (Results 1 – 7 of 7) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx314 http_dav_ucp::DAVPropertyValue maResult_Lock;
321 std::vector< http_dav_ucp::DAVPropertyValue > maResponseProperties;
322 std::vector< http_dav_ucp::DAVPropertyValue > maPropStatProperties;
631 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement()
645 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement()
669 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement()
683 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement()
993 http_dav_ucp::DAVPropertyValue& rPropValue, in parseWebDAVPropNameResponse()
1055 DAVPropertyValue aFoo2; in parseWebDAVPropFindResponse()
1065 DAVPropertyValue aFoo2; in parseWebDAVPropNameResponse()
[all …]
H A DContentProperties.cxx117 std::vector< DAVPropertyValue >::const_iterator it in ContentProperties()
119 std::vector< DAVPropertyValue >::const_iterator end in ContentProperties()
439 const std::vector< DAVPropertyValue > & rProps ) in addProperties()
441 std::vector< DAVPropertyValue >::const_iterator it = rProps.begin(); in addProperties()
442 const std::vector< DAVPropertyValue >::const_iterator end = rProps.end(); in addProperties()
452 void ContentProperties::addProperty( const DAVPropertyValue & rProp ) in addProperty()
654 const std::vector< DAVPropertyValue > & rProps ) in addProperties()
656 std::vector< DAVPropertyValue >::const_iterator it = rProps.begin(); in addProperties()
657 const std::vector< DAVPropertyValue >::const_iterator end = rProps.end(); in addProperties()
H A DDAVResource.hxx35 struct DAVPropertyValue struct
41 DAVPropertyValue() : IsCaseSensitive( true ) {} in DAVPropertyValue() argument
47 std::vector< DAVPropertyValue > properties;
H A DContentProperties.hxx162 void addProperties( const std::vector< DAVPropertyValue > & rProps );
170 void addProperty( const DAVPropertyValue & rProp );
206 void addProperties( const std::vector< DAVPropertyValue > & rProps );
H A Dwebdavresponseparser.hxx36DAVPropertyValue parseWebDAVLockResponse(const com::sun::star::uno::Reference< com::sun::star::io:…
H A DCurlSession.cxx892 DAVPropertyValue thePropertyValue; in responseHeadersToDAVResource()
1567 … const DAVPropertyValue outLock( parseWebDAVLockResponse( curlRequest.getResponseBody().get() ) ); in LOCK()
1681 … const DAVPropertyValue outLock( parseWebDAVLockResponse( curlRequest.getResponseBody().get() ) ); in LOCK()
H A Dwebdavcontent.cxx142 std::vector< DAVPropertyValue > &aResponseProps = aResource.properties; in lcl_sendPartialGETRequest()
143 for ( std::vector< DAVPropertyValue >::const_iterator it = aResponseProps.begin(); in lcl_sendPartialGETRequest()
177 for ( std::vector< DAVPropertyValue >::iterator it = aResponseProps.begin(); in lcl_sendPartialGETRequest()

Completed in 51 milliseconds