Lines Matching refs:xProps

100                                        std::auto_ptr< ContentProperties > &xProps,  in lcl_sendPartialGETRequest()
191 if ( xProps.get() ) in lcl_sendPartialGETRequest()
192 xProps->addProperties( in lcl_sendPartialGETRequest()
196 xProps.reset ( new ContentProperties( aResource ) ); in lcl_sendPartialGETRequest()
314 uno::Reference< beans::XPropertySet > const xProps( in queryInterface() local
317 xCtx.set( xProps->getPropertyValue( in queryInterface()
1352 const std::auto_ptr< PropertyValueMap > & xProps = rData.getProperties(); in getPropertyValues() local
1354 PropertyValueMap::const_iterator it = xProps->begin(); in getPropertyValues()
1355 PropertyValueMap::const_iterator end = xProps->end(); in getPropertyValues()
1385 std::auto_ptr< ContentProperties > xProps; in getPropertyValues() local
1416 xProps.reset( new ContentProperties( *xCachedProps.get() ) ); in getPropertyValues()
1450 xProps.reset( new ContentProperties( *xCachedProps.get() ) ); in getPropertyValues()
1510 if ( xProps.get()) in getPropertyValues()
1511 xProps->addProperties( in getPropertyValues()
1515 xProps.reset( in getPropertyValues()
1538 if ( !( xProps.get() in getPropertyValues()
1539 && xProps->containsAllNames( in getPropertyValues()
1560 if ( xProps.get() ) in getPropertyValues()
1561 xProps->addProperties( in getPropertyValues()
1565 xProps.reset ( new ContentProperties( resource ) ); in getPropertyValues()
1568 xProps->addProperties( aMissingProps, in getPropertyValues()
1599 xProps, in getPropertyValues()
1625 xProps.reset( new ContentProperties( aUnescapedTitle ) ); in getPropertyValues()
1635 xProps->addProperty( in getPropertyValues()
1642 if ( !xProps.get() ) in getPropertyValues()
1643 xProps.reset( new ContentProperties( aUnescapedTitle, false ) ); in getPropertyValues()
1645 xProps->addProperty( in getPropertyValues()
1650 xProps->addProperty( in getPropertyValues()
1654 xProps->addProperty( in getPropertyValues()
1658 xProps->addProperty( in getPropertyValues()
1669 xProps.reset( new ContentProperties( aUnescapedTitle, in getPropertyValues()
1681 xProps->addProperty( in getPropertyValues()
1691 xProps->getValue( in getPropertyValues()
1694 xProps->addProperty( in getPropertyValues()
1707 *xProps, in getPropertyValues()
1715 m_xCachedProps.reset( new CachableContentProperties( *xProps.get() ) ); in getPropertyValues()
1717 m_xCachedProps->addProperties( *xProps.get() ); in getPropertyValues()