Searched refs:getAllMarksCount (Results 1 – 8 of 8) sorted by relevance
131 if( pWrtShell && pWrtShell->getIDocumentMarkAccess()->getAllMarksCount() > 0 ) in Command()
73 virtual sal_Int32 getAllMarksCount() const;
210 virtual sal_Int32 getAllMarksCount() const =0;
776 if( pMarkAccess->getAllMarksCount() ) in DelCntntIndex()779 for( sal_uInt16 n = 0; n < pMarkAccess->getAllMarksCount(); ++n ) in DelCntntIndex()
1290 if( bCopyBookmarks && getIDocumentMarkAccess()->getAllMarksCount() ) in CopyImpl()1379 if( getIDocumentMarkAccess()->getAllMarksCount() ) in CopyWithFlyInFly()
945 sal_Int32 MarkManager::getAllMarksCount() const in getAllMarksCount() function in sw::mark::MarkManager1429 const sal_Int32 nMarksCount = pMarkAccess->getAllMarksCount(); in _SaveCntntIdx()
1083 if( ++nBkmkTabPos >= pMarkAccess->getAllMarksCount() ) in OutBookmarks()
1681 const sal_Int32 nMarks = pMarkAccess->getAllMarksCount(); in GetBookmarks()
Completed in 59 milliseconds