LibreOffice Module editeng (master) 1
Public Member Functions | Private Attributes | List of all members
ContentAttribs Class Reference

#include <editdoc.hxx>

Collaboration diagram for ContentAttribs:
[legend]

Public Member Functions

 ContentAttribs (SfxItemPool &rItemPool)
 
void dumpAsXml (xmlTextWriterPtr pWriter) const
 
SvxTabStop FindTabStop (sal_Int32 nCurPos, sal_uInt16 nDefTab)
 
SfxItemSetGetItems ()
 
const SfxItemSetGetItems () const
 
const SfxStyleSheetGetStyleSheet () const
 
SfxStyleSheetGetStyleSheet ()
 
void SetStyleSheet (SfxStyleSheet *pS)
 
const SfxPoolItemGetItem (sal_uInt16 nWhich) const
 
template<class T >
const T & GetItem (TypedWhichId< T > nWhich) const
 
bool HasItem (sal_uInt16 nWhich) const
 

Private Attributes

SfxStyleSheetpStyle
 
SfxItemSetFixed< EE_PARA_START, EE_CHAR_ENDaAttribSet
 

Detailed Description

Definition at line 154 of file editdoc.hxx.

Constructor & Destructor Documentation

◆ ContentAttribs()

ContentAttribs::ContentAttribs ( SfxItemPool rItemPool)

Definition at line 1814 of file editdoc.cxx.

Member Function Documentation

◆ dumpAsXml()

void ContentAttribs::dumpAsXml ( xmlTextWriterPtr  pWriter) const

◆ FindTabStop()

SvxTabStop ContentAttribs::FindTabStop ( sal_Int32  nCurPos,
sal_uInt16  nDefTab 
)

◆ GetItem() [1/2]

const SfxPoolItem & ContentAttribs::GetItem ( sal_uInt16  nWhich) const

◆ GetItem() [2/2]

template<class T >
const T & ContentAttribs::GetItem ( TypedWhichId< T >  nWhich) const
inline

Definition at line 174 of file editdoc.hxx.

References GetItem().

◆ GetItems() [1/2]

SfxItemSet & ContentAttribs::GetItems ( )
inline

◆ GetItems() [2/2]

const SfxItemSet & ContentAttribs::GetItems ( ) const
inline

Definition at line 167 of file editdoc.hxx.

References aAttribSet.

◆ GetStyleSheet() [1/2]

SfxStyleSheet * ContentAttribs::GetStyleSheet ( )
inline

Definition at line 169 of file editdoc.hxx.

References pStyle.

◆ GetStyleSheet() [2/2]

const SfxStyleSheet * ContentAttribs::GetStyleSheet ( ) const
inline

◆ HasItem()

bool ContentAttribs::HasItem ( sal_uInt16  nWhich) const

◆ SetStyleSheet()

void ContentAttribs::SetStyleSheet ( SfxStyleSheet pS)

Member Data Documentation

◆ aAttribSet

SfxItemSetFixed<EE_PARA_START, EE_CHAR_END> ContentAttribs::aAttribSet
private

Definition at line 158 of file editdoc.hxx.

Referenced by dumpAsXml(), GetItem(), GetItems(), HasItem(), and SetStyleSheet().

◆ pStyle

SfxStyleSheet* ContentAttribs::pStyle
private

Definition at line 157 of file editdoc.hxx.

Referenced by dumpAsXml(), GetItem(), GetStyleSheet(), HasItem(), and SetStyleSheet().


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