Home
last modified time | relevance | path

Searched refs:maPropertiesList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dimpastp3.cxx44 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()
H A Dimpastpl.hxx135 SvXMLAutoStylePoolPropertiesPList_Impl maPropertiesList; member in SvXMLAutoStylePoolParentP_Impl
156 return maPropertiesList; in GetPropertiesList()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1191 std::list< PropertyEntry* > maPropertiesList; member in PropertiesList
1273 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 33 milliseconds