Searched refs:SwXFlatParagraphIterator (Results 1 – 3 of 3) sorted by relevance
298 SwXFlatParagraphIterator::SwXFlatParagraphIterator( SwDoc& rDoc, sal_Int32 nType, sal_Bool bAutomat… in SwXFlatParagraphIterator() function in SwXFlatParagraphIterator313 SwXFlatParagraphIterator::~SwXFlatParagraphIterator() in ~SwXFlatParagraphIterator()318 void SwXFlatParagraphIterator::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify()330 uno::Reference< text::XFlatParagraph > SwXFlatParagraphIterator::getFirstPara() in getFirstPara()336 uno::Reference< text::XFlatParagraph > SwXFlatParagraphIterator::getNextPara() in getNextPara()440 uno::Reference< text::XFlatParagraph > SwXFlatParagraphIterator::getLastPara() in getLastPara()446 uno::Reference< text::XFlatParagraph > SwXFlatParagraphIterator::getParaAfter(const uno::Reference<… in getParaAfter()493 uno::Reference< text::XFlatParagraph > SwXFlatParagraphIterator::getParaBefore(const uno::Reference… in getParaBefore()
114 class SwXFlatParagraphIterator: class122 SwXFlatParagraphIterator( SwDoc& rDoc, sal_Int32 nType, sal_Bool bAutomatic );123 virtual ~SwXFlatParagraphIterator();137 SwXFlatParagraphIterator( const SwXFlatParagraphIterator & ); // not defined138 SwXFlatParagraphIterator & operator =(const SwXFlatParagraphIterator & ); // not defined
3239 return new SwXFlatParagraphIterator( *pDocShell->GetDoc(), nTextMarkupType, bAutomatic ); in getFlatParagraphIterator()
Completed in 109 milliseconds