Searched refs:rSectFmts (Results 1 – 3 of 3) sorted by relevance
1210 const SwSectionFmts& rSectFmts = GetDoc()->GetSections(); in getCount() local1211 sal_uInt16 nCount = rSectFmts.Count(); in getCount()1214 if( !rSectFmts[i - 1]->IsInNodesArr()) in getCount()1229 const SwSectionFmts& rSectFmts = GetDoc()->GetSections(); in getByIndex() local1230 sal_uInt16 nCount = rSectFmts.Count(); in getByIndex()1233 if( !rSectFmts[i]->IsInNodesArr()) in getByIndex()1289 SwSectionFmts& rSectFmts = GetDoc()->GetSections(); in getElementNames() local1292 if( !rSectFmts[i - 1]->IsInNodesArr()) in getElementNames()
72 const SwSectionFmts& rSectFmts = pMyDoc->GetSections(); in GetGlobalDocContent() local75 for( n = rSectFmts.Count(); n; ) in GetGlobalDocContent()77 const SwSection* pSect = rSectFmts[ --n ]->GetGlobalDocSection(); in GetGlobalDocContent()
2292 SwSectionFmts& rSectFmts = GetSections(); in RemoveInvisibleContent() local2295 for( n = rSectFmts.Count(); n; ) in RemoveInvisibleContent()2297 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in RemoveInvisibleContent()2403 const SwSectionFmts& rSectFmts = GetSections(); in HasInvisibleContent() local2406 for( n = rSectFmts.Count(); !bRet && (n > 0); ) in HasInvisibleContent()2408 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in HasInvisibleContent()
Completed in 62 milliseconds