Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2273 SwSectionFmts aSectFmts; in RemoveInvisibleContent() local
2294 if( USHRT_MAX == aSectFmts.GetPos( pSect->GetFmt() ) ) in RemoveInvisibleContent()
2295 aSectFmts.Insert( pSect->GetFmt(), 0 ); in RemoveInvisibleContent()
2306 if( 0 != ( n = aSectFmts.Count() )) in RemoveInvisibleContent()
2310 SwSectionFmt* pSectFmt = aSectFmts[ --n ]; in RemoveInvisibleContent()
2344 aSectFmts.Remove( 0, aSectFmts.Count() ); in RemoveInvisibleContent()

Completed in 24 milliseconds