Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3737 sal_uInt16 nOutlineCount = pDoc->GetNodes().GetOutLineNds().Count(); in getByName() local
3739 for (sal_uInt16 i = 0; i < nOutlineCount && !bFound; ++i) in getByName()
3782 sal_uInt16 nOutlineCount = rOutlineNodes.Count(); in getElementNames() local
3783 aRet.realloc(nOutlineCount); in getElementNames()
3788 for (sal_uInt16 i = 0; i < nOutlineCount; ++i) in getElementNames()
3828 sal_uInt16 nOutlineCount = pDoc->GetNodes().GetOutLineNds().Count(); in hasByName() local
3830 for (sal_uInt16 i = 0; i < nOutlineCount && !bRet; ++i) in hasByName()
/aoo4110/main/sw/source/ui/utlui/
H A Dcontent.cxx249 sal_uInt16 nOutlineCount = nMemberCount = in Init() local
253 for(sal_uInt16 j = 0; j < nOutlineCount; j++) in Init()
537 sal_uInt16 nOutlineCount = nMemberCount = in FillMemberList() local
541 for (sal_uInt16 i = 0; i < nOutlineCount; ++i) in FillMemberList()
/aoo4110/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1989 const sal_uInt16 nOutlineCount = in EnhancedPDFExport() local
1991 for ( sal_uInt16 i = 0; i < nOutlineCount; ++i ) in EnhancedPDFExport()

Completed in 64 milliseconds