Lines Matching refs:xEnv

101                                        const uno::Reference< ucb::XCommandEnvironment >& xEnv )  in lcl_sendPartialGETRequest()
133 xEnv ); in lcl_sendPartialGETRequest()
885 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in addProperty()
929 if ( getPropertySetInfo( xEnv, sal_False /* don't cache data */ ) in addProperty()
953 xResAccess->PROPPATCH( aProppatchValues, xEnv ); in addProperty()
984 const ResourceType & rType = getResourceType( xEnv ); in addProperty()
1023 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in removeProperty()
1033 = getPropertySetInfo( xEnv, sal_False /* don't cache data */ ) in removeProperty()
1065 xResAccess->PROPPATCH( aProppatchValues, xEnv ); in removeProperty()
1094 const ResourceType & rType = getResourceType( xEnv ); in removeProperty()
1382 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getPropertyValues()
1427 const ResourceType & rType = getResourceType( xEnv, xResAccess ); in getPropertyValues()
1506 DAVZERO, aPropNames, resources, xEnv ); in getPropertyValues()
1526 cancelCommandExecution( e, xEnv ); in getPropertyValues()
1557 xResAccess->HEAD( aHeaderNames, resource, xEnv ); in getPropertyValues()
1600 xEnv ); in getPropertyValues()
1609 cancelCommandExecution( aLastException, xEnv ); in getPropertyValues()
1729 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in setPropertyValues()
1886 xInfo = getPropertySetInfo( xEnv, in setPropertyValues()
1948 if ( getResourceType( xEnv, xResAccess ) == DAV ) in setPropertyValues()
2022 xResAccess->PROPPATCH( aProppatchValues, xEnv ); in setPropertyValues()
2047 cancelCommandExecution( e, xEnv ); in setPropertyValues()
2088 sourceURI.GetPath(), targetURI.GetURI(), sal_False, xEnv ); in setPropertyValues()
2161 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in open()
2171 if ( isFolder( xEnv ) ) in open()
2176 = new DynamicResultSet( m_xSMgr, this, rArg, xEnv ); in open()
2193 xEnv ); in open()
2212 xEnv ); in open()
2236 xResAccess->GET( xOut, aHeaders, aResource, xEnv ); in open()
2255 cancelCommandExecution( e, xEnv ); in open()
2282 = xResAccess->GET( aHeaders, aResource, xEnv ); in open()
2304 cancelCommandExecution( e, xEnv ); in open()
2319 xEnv ); in open()
2331 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in post()
2350 xEnv ); in post()
2362 cancelCommandExecution( e, xEnv, sal_True ); in post()
2384 xEnv ); in post()
2394 cancelCommandExecution( e, xEnv, sal_True ); in post()
2406 xEnv ); in post()
3224 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in isFolder()
3237 uno::Reference< sdbc::XRow > xRow( getPropertyValues( aProperties, xEnv ) ); in isFolder()
3476 const uno::Reference< ucb::XCommandEnvironment > & xEnv, in cancelCommandExecution()
3480 ucbhelper::cancelCommandExecution( MapDAVException( e, bWrite ), xEnv ); in cancelCommandExecution()
3518 const uno::Reference< ucb::XCommandEnvironment >& xEnv, in getResourceType()
3559 DAVZERO, aPropNames, resources, xEnv ); in getResourceType()
3606 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getResourceType()
3609 return getResourceType( xEnv, m_xResAccess ); in getResourceType()