Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3753 sal_uInt16 nOutlineCount = pDoc->GetNodes().GetOutLineNds().Count(); in getByName() local
3755 for (sal_uInt16 i = 0; i < nOutlineCount && !bFound; ++i) in getByName()
3798 sal_uInt16 nOutlineCount = rOutlineNodes.Count(); in getElementNames() local
3799 aRet.realloc(nOutlineCount); in getElementNames()
3804 for (sal_uInt16 i = 0; i < nOutlineCount; ++i) in getElementNames()
3844 sal_uInt16 nOutlineCount = pDoc->GetNodes().GetOutLineNds().Count(); in hasByName() local
3846 for (sal_uInt16 i = 0; i < nOutlineCount && !bRet; ++i) in hasByName()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx243 sal_uInt16 nOutlineCount = nMemberCount = in Init() local
247 for(sal_uInt16 j = 0; j < nOutlineCount; j++) in Init()
531 sal_uInt16 nOutlineCount = nMemberCount = in FillMemberList() local
535 for (sal_uInt16 i = 0; i < nOutlineCount; ++i) in FillMemberList()
/trunk/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 44 milliseconds