Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/core/doc/
H A Ddoc.cxx2292 SwSectionFmts& rSectFmts = GetSections(); in RemoveInvisibleContent() local
2295 for( n = rSectFmts.Count(); n; ) in RemoveInvisibleContent()
2297 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in RemoveInvisibleContent()
2403 const SwSectionFmts& rSectFmts = GetSections(); in HasInvisibleContent() local
2406 for( n = rSectFmts.Count(); !bRet && (n > 0); ) in HasInvisibleContent()
2408 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in HasInvisibleContent()

Completed in 40 milliseconds