Searched refs:maPropertiesList (Results 1 – 3 of 3) sorted by relevance
44 while( maPropertiesList.Count() ) in ~SvXMLAutoStylePoolParentP_Impl()45 delete maPropertiesList.Remove( maPropertiesList.Count() -1 ); in ~SvXMLAutoStylePoolParentP_Impl()60 sal_uInt32 nCount = maPropertiesList.Count(); in Add()64 SvXMLAutoStylePoolPropertiesP_Impl *pIS = maPropertiesList.GetObject( i ); in Add()83 maPropertiesList.Insert( pProperties, i ); in Add()104 sal_uInt32 nCount = maPropertiesList.Count(); in AddNamed()108 SvXMLAutoStylePoolPropertiesP_Impl *pIS = maPropertiesList.GetObject( i ); in AddNamed()125 maPropertiesList.Insert( pProperties, i ); in AddNamed()141 sal_uInt32 nCount = maPropertiesList.Count(); in Find()144 SvXMLAutoStylePoolPropertiesP_Impl *pIS = maPropertiesList.GetObject( i ); in Find()
135 SvXMLAutoStylePoolPropertiesPList_Impl maPropertiesList; member in SvXMLAutoStylePoolParentP_Impl156 return maPropertiesList; in GetPropertiesList()
1191 std::list< PropertyEntry* > maPropertiesList; member in PropertiesList1273 maPropertiesList.push_back( propEntry ); in addProperties()1302 for ( std::list< PropertyEntry* >::iterator it = maPropertiesList.begin(); in clear()1303 it != maPropertiesList.end(); it++) in clear()1305 maPropertiesList.clear(); in clear()
Completed in 32 milliseconds