|
LibreOffice Module filter (master) 1
|
#include <svdfppt.hxx>
Public Member Functions | |
| PPTRuler () | |
| virtual | ~PPTRuler () override |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Public Attributes | |
| sal_Int32 | nFlags |
| sal_uInt16 | nDefaultTab |
| sal_uInt16 | nTextOfs [nMaxPPTLevels] = {} |
| sal_uInt16 | nBulletOfs [nMaxPPTLevels] = {} |
| std::unique_ptr< PPTTabEntry[]> | pTab |
| sal_uInt16 | nTabCount |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 987 of file svdfppt.hxx.
| PPTRuler::PPTRuler | ( | ) |
Definition at line 4545 of file svdfppt.cxx.
|
overridevirtual |
Definition at line 4552 of file svdfppt.cxx.
| sal_uInt16 PPTRuler::nBulletOfs[nMaxPPTLevels] = {} |
Definition at line 992 of file svdfppt.hxx.
| sal_uInt16 PPTRuler::nDefaultTab |
Definition at line 990 of file svdfppt.hxx.
| sal_Int32 PPTRuler::nFlags |
Definition at line 989 of file svdfppt.hxx.
| sal_uInt16 PPTRuler::nTabCount |
Definition at line 995 of file svdfppt.hxx.
| sal_uInt16 PPTRuler::nTextOfs[nMaxPPTLevels] = {} |
Definition at line 991 of file svdfppt.hxx.
| std::unique_ptr<PPTTabEntry[]> PPTRuler::pTab |
Definition at line 994 of file svdfppt.hxx.