Home
last modified time | relevance | path

Searched refs:pLevelStyles (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmloff/source/style/
H A Dxmlnumi.cxx1142 , pLevelStyles( 0 ) in SvxXMLListStyleContext()
1151 if( pLevelStyles ) in ~SvxXMLListStyleContext()
1153 while( pLevelStyles->Count() ) in ~SvxXMLListStyleContext()
1155 sal_uInt16 n = pLevelStyles->Count() - 1; in ~SvxXMLListStyleContext()
1156 SvxXMLListLevelStyleContext_Impl *pStyle = (*pLevelStyles)[n]; in ~SvxXMLListStyleContext()
1157 pLevelStyles->Remove( n, 1 ); in ~SvxXMLListStyleContext()
1162 delete pLevelStyles; in ~SvxXMLListStyleContext()
1184 if( !pLevelStyles ) in CreateChildContext()
1185 pLevelStyles = new SvxXMLListStyle_Impl; in CreateChildContext()
1186 pLevelStyles->Insert( pLevelStyle, pLevelStyles->Count() ); in CreateChildContext()
[all …]
/AOO41X/main/xmloff/inc/xmloff/
H A Dxmlnumi.hxx46 SvxXMLListStyle_Impl *pLevelStyles; member in SvxXMLListStyleContext