Lines Matching refs:Add
145 …istAutoStylePool*)&GetExport().GetTextParagraphExport()->GetListAutoStylePool())->Add( xNumRule )); in exportStyleAttributes()
348 OUString SvXMLAutoStylePoolP::Add( sal_Int32 nFamily, in Add() function in SvXMLAutoStylePoolP
353 pImpl->Add(sName, nFamily, sEmpty, rProperties ); in Add()
357 OUString SvXMLAutoStylePoolP::Add( sal_Int32 nFamily, in Add() function in SvXMLAutoStylePoolP
362 pImpl->Add(sName, nFamily, rParent, rProperties, sal_False, bDontSeek ); in Add()
366 sal_Bool SvXMLAutoStylePoolP::Add(OUString& rName, sal_Int32 nFamily, const ::std::vector< XMLPrope… in Add() function in SvXMLAutoStylePoolP
369 return pImpl->Add(rName, nFamily, sEmpty, rProperties); in Add()
372 sal_Bool SvXMLAutoStylePoolP::Add(OUString& rName, sal_Int32 nFamily, const OUString& rParent, cons… in Add() function in SvXMLAutoStylePoolP
374 return pImpl->Add(rName, nFamily, rParent, rProperties); in Add()
389 pImpl->Add(sName, nFamily, sEmpty, rProperties, sal_True ); in AddAndCache()
398 pImpl->Add(sName, nFamily, rParent, rProperties, sal_True ); in AddAndCache()