Searched refs:getOutlineLevel (Results 1 – 9 of 9) sorted by relevance
89 const sal_uInt16 nActLevel = static_cast<sal_uInt16>(pIDoc->getOutlineLevel( nActPos )); in TYPEINIT1()97 pIDoc->getOutlineLevel( nActEndPos ) > nActLevel ) in TYPEINIT1()107 pIDoc->getOutlineLevel( nDest ) > nActLevel ) in TYPEINIT1()120 while ( nDest > 0 && pIDoc->getOutlineLevel( nDest ) > nActLevel ) in TYPEINIT1()
41 virtual int getOutlineLevel( const sal_Int32 nIdx ) const = 0;
1020 virtual int getOutlineLevel( const sal_Int32 nIdx ) const;
70 virtual ::sal_Int32 SAL_CALL getOutlineLevel() throw (css::uno::RuntimeException);
185 sal_Int32 SAL_CALL SwVbaParagraphFormat::getOutlineLevel() throw (uno::RuntimeException) in getOutlineLevel() function in SwVbaParagraphFormat
249 … if(pWrtShell->getIDocumentOutlineNodesAccess()->getOutlineLevel(j) > nOutlineLevel ) in Init()537 … const sal_Int8 nLevel = (sal_Int8)pWrtShell->getIDocumentOutlineNodesAccess()->getOutlineLevel(i); in FillMemberList()1977 … pSh->getIDocumentOutlineNodesAccess()->getOutlineLevel(nOutlinePos) != nSelLevel; in HasContentChanged()
964 …nTmp = static_cast<sal_uInt16>(pSh->getIDocumentOutlineNodesAccess()->getOutlineLevel(nOutlinePos)… in SetWrtShell()
2004 … const sal_Int8 nLevel = (sal_Int8)mrSh.getIDocumentOutlineNodesAccess()->getOutlineLevel( i ); in EnhancedPDFExport()
2633 int SwDoc::getOutlineLevel( const sal_Int32 nIdx ) const in getOutlineLevel() function in SwDoc
Completed in 643 milliseconds