Lines Matching refs:rProps
127 rProps,
140 rProps,
149 com::sun::star::beans::Property >& rProps,
155 void addProperties( const std::vector< rtl::OUString > & rProps,
159 void addProperties( const ContentProperties & rProps );
162 void addProperties( const std::vector< DAVPropertyValue > & rProps );
202 CachableContentProperties( const ContentProperties & rProps );
204 void addProperties( const ContentProperties & rProps );
206 void addProperties( const std::vector< DAVPropertyValue > & rProps );
210 com::sun::star::beans::Property >& rProps, in containsAllNames()
212 { return m_aProps.containsAllNames( rProps, rNamesNotContained ); } in containsAllNames()