Home
last modified time | relevance | path

Searched refs:pBoundFrameSets (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1169 pBoundFrameSets(new BoundFrameSets(GetExport().GetModel())), in XMLTextParagraphExport()
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()
1432 …const TextContentSet* const pTexts = pBoundFrameSets->GetTexts()->GetFrameBoundContents(*pParentTx… in exportFrameFrames()
1438 …const TextContentSet* const pGraphics = pBoundFrameSets->GetGraphics()->GetFrameBoundContents(*pPa… in exportFrameFrames()
1444 …const TextContentSet* const pEmbeddeds = pBoundFrameSets->GetEmbeddeds()->GetFrameBoundContents(*p… in exportFrameFrames()
1450 …const TextContentSet* const pShapes = pBoundFrameSets->GetShapes()->GetFrameBoundContents(*pParent… in exportFrameFrames()
1548 Reference<XEnumeration> xTextFramesEnum = pBoundFrameSets->GetTexts()->createEnumeration(); in collectTextAutoStylesOptimized()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx87 const ::std::auto_ptr< ::xmloff::BoundFrameSets > pBoundFrameSets; member in XMLTextParagraphExport