Lines Matching refs:TextContentSet
134 class TextContentSet class
192 const TextContentSet* GetPageBoundContents() const in GetPageBoundContents()
194 … const TextContentSet* GetFrameBoundContents(const Reference<XTextFrame>& rParentFrame) const in GetFrameBoundContents()
211 TextContentSet,
213 TextContentSet m_vPageBounds;
353 TextContentSet::inserter_t pInserter = m_vPageBounds.getInserter(); in Fill()
1403 const TextContentSet* const pTexts = pBoundFrameSets->GetTexts()->GetPageBoundContents(); in exportPageFrames()
1404 const TextContentSet* const pGraphics = pBoundFrameSets->GetGraphics()->GetPageBoundContents(); in exportPageFrames()
1405 … const TextContentSet* const pEmbeddeds = pBoundFrameSets->GetEmbeddeds()->GetPageBoundContents(); in exportPageFrames()
1406 const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetPageBoundContents(); in exportPageFrames()
1407 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportPageFrames()
1411 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportPageFrames()
1415 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportPageFrames()
1419 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportPageFrames()
1430 …const TextContentSet* const pTexts = pBoundFrameSets->GetTexts()->GetFrameBoundContents(*pParentTx… in exportFrameFrames()
1432 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportFrameFrames()
1436 …const TextContentSet* const pGraphics = pBoundFrameSets->GetGraphics()->GetFrameBoundContents(*pPa… in exportFrameFrames()
1438 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportFrameFrames()
1442 …const TextContentSet* const pEmbeddeds = pBoundFrameSets->GetEmbeddeds()->GetFrameBoundContents(*p… in exportFrameFrames()
1444 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportFrameFrames()
1448 …const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetFrameBoundContents(*pParent… in exportFrameFrames()
1450 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportFrameFrames()