LibreOffice Module writerfilter (master) 1
|
Represents a numbering picture bullet: an id and a graphic. More...
#include <NumberingManager.hxx>
Public Types | |
typedef tools::SvRef< NumPicBullet > | Pointer |
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 |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (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 | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Represents a numbering picture bullet: an id and a graphic.
Definition at line 99 of file NumberingManager.hxx.
Definition at line 102 of file NumberingManager.hxx.
writerfilter::dmapper::NumPicBullet::NumPicBullet | ( | ) |
Definition at line 324 of file NumberingManager.cxx.
|
override |
Definition at line 329 of file NumberingManager.cxx.
|
inline |
Definition at line 107 of file NumberingManager.hxx.
References m_nId.
|
inline |
Definition at line 109 of file NumberingManager.hxx.
References m_xShape.
void writerfilter::dmapper::NumPicBullet::SetId | ( | sal_Int32 | nId | ) |
Definition at line 333 of file NumberingManager.cxx.
void writerfilter::dmapper::NumPicBullet::SetShape | ( | css::uno::Reference< css::drawing::XShape > const & | xShape | ) |
Definition at line 338 of file NumberingManager.cxx.
References m_xShape.
|
private |
Definition at line 111 of file NumberingManager.hxx.
|
private |
Definition at line 112 of file NumberingManager.hxx.
Referenced by GetShape(), and SetShape().