Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx1210 const SwSectionFmts& rSectFmts = GetDoc()->GetSections(); in getCount() local
1211 sal_uInt16 nCount = rSectFmts.Count(); in getCount()
1214 if( !rSectFmts[i - 1]->IsInNodesArr()) in getCount()
1229 const SwSectionFmts& rSectFmts = GetDoc()->GetSections(); in getByIndex() local
1230 sal_uInt16 nCount = rSectFmts.Count(); in getByIndex()
1233 if( !rSectFmts[i]->IsInNodesArr()) in getByIndex()
1289 SwSectionFmts& rSectFmts = GetDoc()->GetSections(); in getElementNames() local
1292 if( !rSectFmts[i - 1]->IsInNodesArr()) in getElementNames()
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx72 const SwSectionFmts& rSectFmts = pMyDoc->GetSections(); in GetGlobalDocContent() local
75 for( n = rSectFmts.Count(); n; ) in GetGlobalDocContent()
77 const SwSection* pSect = rSectFmts[ --n ]->GetGlobalDocSection(); in GetGlobalDocContent()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2274 SwSectionFmts& rSectFmts = GetSections(); in RemoveInvisibleContent() local
2277 for( n = rSectFmts.Count(); n; ) in RemoveInvisibleContent()
2279 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in RemoveInvisibleContent()
2385 const SwSectionFmts& rSectFmts = GetSections(); in HasInvisibleContent() local
2388 for( n = rSectFmts.Count(); !bRet && (n > 0); ) in HasInvisibleContent()
2390 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in HasInvisibleContent()

Completed in 35 milliseconds