Home
last modified time | relevance | path

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

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