Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddoc.cxx2291 SwSectionFmts aSectFmts; in RemoveInvisibleContent() local
2312 if( USHRT_MAX == aSectFmts.GetPos( pSect->GetFmt() ) ) in RemoveInvisibleContent()
2313 aSectFmts.Insert( pSect->GetFmt(), 0 ); in RemoveInvisibleContent()
2324 if( 0 != ( n = aSectFmts.Count() )) in RemoveInvisibleContent()
2328 SwSectionFmt* pSectFmt = aSectFmts[ --n ]; in RemoveInvisibleContent()
2362 aSectFmts.Remove( 0, aSectFmts.Count() ); in RemoveInvisibleContent()

Completed in 36 milliseconds