Searched refs:getOutlineNodesCount (Results 1 – 6 of 6) sorted by relevance
96 while ( nActEndPos < pIDoc->getOutlineNodesCount() && in TYPEINIT1()100 if ( nActEndPos < pIDoc->getOutlineNodesCount() ) in TYPEINIT1()106 while ( nDest < pIDoc->getOutlineNodesCount() && in TYPEINIT1()
39 virtual sal_Int32 getOutlineNodesCount() const = 0;
1019 virtual sal_Int32 getOutlineNodesCount() const;
244 … 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()
2628 sal_Int32 SwDoc::getOutlineNodesCount() const in getOutlineNodesCount() function in SwDoc2657 orOutlineNodeList.reserve( getOutlineNodesCount() ); in getOutlineNodes()2659 const sal_uInt16 nOutlCount( static_cast<sal_uInt16>(getOutlineNodesCount()) ); in getOutlineNodes()
1990 … static_cast<sal_uInt16>(mrSh.getIDocumentOutlineNodesAccess()->getOutlineNodesCount()); in EnhancedPDFExport()
Completed in 55 milliseconds