LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
xmloff::BoundFrameSets Class Reference

Public Member Functions

 BoundFrameSets (const Reference< XInterface > &rModel)
 
const BoundFrames * GetTexts () const
 
const BoundFrames * GetGraphics () const
 
const BoundFrames * GetEmbeddeds () const
 
const BoundFrames * GetShapes () const
 

Private Attributes

std::unique_ptr< BoundFrames > m_pTexts
 
std::unique_ptr< BoundFrames > m_pGraphics
 
std::unique_ptr< BoundFrames > m_pEmbeddeds
 
std::unique_ptr< BoundFrames > m_pShapes
 

Detailed Description

Definition at line 430 of file txtparae.cxx.

Constructor & Destructor Documentation

◆ BoundFrameSets()

BoundFrameSets::BoundFrameSets ( const Reference< XInterface > &  rModel)
explicit

Definition at line 555 of file txtparae.cxx.

References m_pEmbeddeds, m_pGraphics, m_pShapes, and m_pTexts.

Member Function Documentation

◆ GetEmbeddeds()

const BoundFrames * xmloff::BoundFrameSets::GetEmbeddeds ( ) const
inline

Definition at line 438 of file txtparae.cxx.

References m_pEmbeddeds.

◆ GetGraphics()

const BoundFrames * xmloff::BoundFrameSets::GetGraphics ( ) const
inline

Definition at line 436 of file txtparae.cxx.

References m_pGraphics.

◆ GetShapes()

const BoundFrames * xmloff::BoundFrameSets::GetShapes ( ) const
inline

Definition at line 440 of file txtparae.cxx.

References m_pShapes.

◆ GetTexts()

const BoundFrames * xmloff::BoundFrameSets::GetTexts ( ) const
inline

Definition at line 434 of file txtparae.cxx.

References m_pTexts.

Member Data Documentation

◆ m_pEmbeddeds

std::unique_ptr<BoundFrames> xmloff::BoundFrameSets::m_pEmbeddeds
private

Definition at line 445 of file txtparae.cxx.

Referenced by BoundFrameSets(), and GetEmbeddeds().

◆ m_pGraphics

std::unique_ptr<BoundFrames> xmloff::BoundFrameSets::m_pGraphics
private

Definition at line 444 of file txtparae.cxx.

Referenced by BoundFrameSets(), and GetGraphics().

◆ m_pShapes

std::unique_ptr<BoundFrames> xmloff::BoundFrameSets::m_pShapes
private

Definition at line 446 of file txtparae.cxx.

Referenced by BoundFrameSets(), and GetShapes().

◆ m_pTexts

std::unique_ptr<BoundFrames> xmloff::BoundFrameSets::m_pTexts
private

Definition at line 443 of file txtparae.cxx.

Referenced by BoundFrameSets(), and GetTexts().


The documentation for this class was generated from the following file: