Lines Matching refs:rProperties

75 		const vector< XMLPropertyState >& rProperties,  in exportStyleAttributes()
85 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes()
86 pProp != rProperties.end(); in exportStyleAttributes()
107 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes()
108 pProp != rProperties.end(); in exportStyleAttributes()
160 …for( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.… in exportStyleAttributes()
191 const vector< XMLPropertyState >& rProperties, in exportStyleContent()
260 GetExport(), rProperties, in exportStyleContent()
271 GetExport(), rProperties, in exportStyleContent()
349 const vector< XMLPropertyState >& rProperties ) in Add()
353 pImpl->Add(sName, nFamily, sEmpty, rProperties ); in Add()
359 const vector< XMLPropertyState >& rProperties, bool bDontSeek ) in Add()
362 pImpl->Add(sName, nFamily, rParent, rProperties, sal_False, bDontSeek ); in Add()
366 …olP::Add(OUString& rName, sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties ) in Add() argument
369 return pImpl->Add(rName, nFamily, sEmpty, rProperties); in Add()
372 … sal_Int32 nFamily, const OUString& rParent, const ::std::vector< XMLPropertyState >& rProperties ) in Add() argument
374 return pImpl->Add(rName, nFamily, rParent, rProperties); in Add()
378 const ::std::vector< XMLPropertyState >& rProperties ) in AddNamed()
381 return pImpl->AddNamed(rName, nFamily, rParent, rProperties); in AddNamed()
385 const vector< XMLPropertyState >& rProperties ) in AddAndCache()
389 pImpl->Add(sName, nFamily, sEmpty, rProperties, sal_True ); in AddAndCache()
395 const vector< XMLPropertyState >& rProperties ) in AddAndCache()
398 pImpl->Add(sName, nFamily, rParent, rProperties, sal_True ); in AddAndCache()
409 const vector< XMLPropertyState >& rProperties ) const in Find()
412 return pImpl->Find( nFamily, sEmpty, rProperties ); in Find()
417 const vector< XMLPropertyState >& rProperties ) const in Find()
419 return pImpl->Find( nFamily, rParent, rProperties ); in Find()