Home
last modified time | relevance | path

Searched refs:getOutlineNodesCount (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dlistsh.cxx96 while ( nActEndPos < pIDoc->getOutlineNodesCount() && in TYPEINIT1()
100 if ( nActEndPos < pIDoc->getOutlineNodesCount() ) in TYPEINIT1()
106 while ( nDest < pIDoc->getOutlineNodesCount() && in TYPEINIT1()
/trunk/main/sw/inc/
H A DIDocumentOutlineNodes.hxx39 virtual sal_Int32 getOutlineNodesCount() const = 0;
H A Ddoc.hxx1019 virtual sal_Int32 getOutlineNodesCount() const;
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx244 … static_cast<sal_uInt16>(pWrtShell->getIDocumentOutlineNodesAccess()->getOutlineNodesCount()); in Init()
532 … static_cast<sal_uInt16>(pWrtShell->getIDocumentOutlineNodesAccess()->getOutlineNodesCount()); in FillMemberList()
1767 DBG_ASSERT(nPos < pWrtShell->getIDocumentOutlineNodesAccess()->getOutlineNodesCount(), in FillTransferData()
2524 …tatic_cast<sal_uInt16>(GetWrtShell()->getIDocumentOutlineNodesAccess()->getOutlineNodesCount())- 1; in NotifyMoving()
2565 …atic_cast<sal_uInt16>(GetWrtShell()->getIDocumentOutlineNodesAccess()->getOutlineNodesCount()) - 1; in NotifyCopying()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx2628 sal_Int32 SwDoc::getOutlineNodesCount() const in getOutlineNodesCount() function in SwDoc
2657 orOutlineNodeList.reserve( getOutlineNodesCount() ); in getOutlineNodes()
2659 const sal_uInt16 nOutlCount( static_cast<sal_uInt16>(getOutlineNodesCount()) ); in getOutlineNodes()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1990 … static_cast<sal_uInt16>(mrSh.getIDocumentOutlineNodesAccess()->getOutlineNodesCount()); in EnhancedPDFExport()

Completed in 77 milliseconds