Lines Matching refs:TextContentSet

136     class TextContentSet  class
194 const TextContentSet* GetPageBoundContents() const in GetPageBoundContents()
196 … const TextContentSet* GetFrameBoundContents(const Reference<XTextFrame>& rParentFrame) const in GetFrameBoundContents()
213 TextContentSet,
215 TextContentSet m_vPageBounds;
355 TextContentSet::inserter_t pInserter = m_vPageBounds.getInserter(); in Fill()
1405 const TextContentSet* const pTexts = pBoundFrameSets->GetTexts()->GetPageBoundContents(); in exportPageFrames()
1406 const TextContentSet* const pGraphics = pBoundFrameSets->GetGraphics()->GetPageBoundContents(); in exportPageFrames()
1407 … const TextContentSet* const pEmbeddeds = pBoundFrameSets->GetEmbeddeds()->GetPageBoundContents(); in exportPageFrames()
1408 const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetPageBoundContents(); in exportPageFrames()
1409 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportPageFrames()
1413 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportPageFrames()
1417 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportPageFrames()
1421 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportPageFrames()
1432 …const TextContentSet* const pTexts = pBoundFrameSets->GetTexts()->GetFrameBoundContents(*pParentTx… in exportFrameFrames()
1434 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportFrameFrames()
1438 …const TextContentSet* const pGraphics = pBoundFrameSets->GetGraphics()->GetFrameBoundContents(*pPa… in exportFrameFrames()
1440 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportFrameFrames()
1444 …const TextContentSet* const pEmbeddeds = pBoundFrameSets->GetEmbeddeds()->GetFrameBoundContents(*p… in exportFrameFrames()
1446 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportFrameFrames()
1450 …const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetFrameBoundContents(*pParent… in exportFrameFrames()
1452 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportFrameFrames()