LibreOffice Module writerfilter (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
writerfilter::dmapper::NumPicBullet Class Referencefinal

Represents a numbering picture bullet: an id and a graphic. More...

#include <NumberingManager.hxx>

Inheritance diagram for writerfilter::dmapper::NumPicBullet:
[legend]
Collaboration diagram for writerfilter::dmapper::NumPicBullet:
[legend]

Public Types

typedef tools::SvRef< NumPicBulletPointer
 

Public Member Functions

 NumPicBullet ()
 
 ~NumPicBullet () override
 
void SetId (sal_Int32 nId)
 
sal_Int32 GetId () const
 
void SetShape (css::uno::Reference< css::drawing::XShape > const &xShape)
 
const css::uno::Reference< css::drawing::XShape > & GetShape () const
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 

Private Attributes

sal_Int32 m_nId
 
css::uno::Reference< css::drawing::XShape > m_xShape
 

Additional Inherited Members

- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Represents a numbering picture bullet: an id and a graphic.

Definition at line 99 of file NumberingManager.hxx.

Member Typedef Documentation

◆ Pointer

Definition at line 102 of file NumberingManager.hxx.

Constructor & Destructor Documentation

◆ NumPicBullet()

writerfilter::dmapper::NumPicBullet::NumPicBullet ( )

Definition at line 324 of file NumberingManager.cxx.

◆ ~NumPicBullet()

writerfilter::dmapper::NumPicBullet::~NumPicBullet ( )
override

Definition at line 329 of file NumberingManager.cxx.

Member Function Documentation

◆ GetId()

sal_Int32 writerfilter::dmapper::NumPicBullet::GetId ( ) const
inline

Definition at line 107 of file NumberingManager.hxx.

References m_nId.

◆ GetShape()

const css::uno::Reference< css::drawing::XShape > & writerfilter::dmapper::NumPicBullet::GetShape ( ) const
inline

Definition at line 109 of file NumberingManager.hxx.

References m_xShape.

◆ SetId()

void writerfilter::dmapper::NumPicBullet::SetId ( sal_Int32  nId)

Definition at line 333 of file NumberingManager.cxx.

References m_nId, and nId.

◆ SetShape()

void writerfilter::dmapper::NumPicBullet::SetShape ( css::uno::Reference< css::drawing::XShape > const &  xShape)

Definition at line 338 of file NumberingManager.cxx.

References m_xShape.

Member Data Documentation

◆ m_nId

sal_Int32 writerfilter::dmapper::NumPicBullet::m_nId
private

Definition at line 111 of file NumberingManager.hxx.

Referenced by GetId(), and SetId().

◆ m_xShape

css::uno::Reference<css::drawing::XShape> writerfilter::dmapper::NumPicBullet::m_xShape
private

Definition at line 112 of file NumberingManager.hxx.

Referenced by GetShape(), and SetShape().


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