Home
last modified time | relevance | path

Searched refs:getOutlineLevel (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sw/source/ui/shells/
H A Dlistsh.cxx89 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()
/aoo42x/main/sw/inc/
H A DIDocumentOutlineNodes.hxx41 virtual int getOutlineLevel( const sal_Int32 nIdx ) const = 0;
H A Ddoc.hxx1020 virtual int getOutlineLevel( const sal_Int32 nIdx ) const;
/aoo42x/main/sw/source/ui/vba/
H A Dvbaparagraphformat.hxx70 virtual ::sal_Int32 SAL_CALL getOutlineLevel() throw (css::uno::RuntimeException);
H A Dvbaparagraphformat.cxx185 sal_Int32 SAL_CALL SwVbaParagraphFormat::getOutlineLevel() throw (uno::RuntimeException) in getOutlineLevel() function in SwVbaParagraphFormat
/aoo42x/main/sw/source/ui/utlui/
H A Dcontent.cxx249 … 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()
/aoo42x/main/sw/source/ui/misc/
H A Doutline.cxx964 …nTmp = static_cast<sal_uInt16>(pSh->getIDocumentOutlineNodesAccess()->getOutlineLevel(nOutlinePos)… in SetWrtShell()
/aoo42x/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx2004 … const sal_Int8 nLevel = (sal_Int8)mrSh.getIDocumentOutlineNodesAccess()->getOutlineLevel( i ); in EnhancedPDFExport()
/aoo42x/main/sw/source/core/doc/
H A Ddocnum.cxx2633 int SwDoc::getOutlineLevel( const sal_Int32 nIdx ) const in getOutlineLevel() function in SwDoc

Completed in 71 milliseconds