|
LibreOffice Module filter (master) 1
|
#include <svdfppt.hxx>
Public Member Functions | |
| ImplPPTTextObj (PptSlidePersistEntry &rPersistEntry) | |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Public Attributes | |
| sal_uInt32 | mnShapeId |
| sal_uInt32 | mnShapeMaster |
| std::optional< PptOEPlaceholderAtom > | moPlaceHolderAtom |
| TSS_Type | mnInstance |
| TSS_Type | mnDestinationInstance |
| MSO_SPT | meShapeType |
| sal_uInt32 | mnCurrentObject |
| sal_uInt32 | mnParagraphCount |
| std::vector< std::unique_ptr< PPTParagraphObj > > | maParagraphList |
| PptSlidePersistEntry & | mrPersistEntry |
| sal_uInt32 | mnTextFlags |
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 1201 of file svdfppt.hxx.
|
inlineexplicit |
Definition at line 1218 of file svdfppt.hxx.
References mso_sptMin.
| std::vector<std::unique_ptr<PPTParagraphObj> > ImplPPTTextObj::maParagraphList |
Definition at line 1213 of file svdfppt.hxx.
| MSO_SPT ImplPPTTextObj::meShapeType |
Definition at line 1208 of file svdfppt.hxx.
| sal_uInt32 ImplPPTTextObj::mnCurrentObject |
Definition at line 1210 of file svdfppt.hxx.
| TSS_Type ImplPPTTextObj::mnDestinationInstance |
Definition at line 1207 of file svdfppt.hxx.
| TSS_Type ImplPPTTextObj::mnInstance |
Definition at line 1206 of file svdfppt.hxx.
| sal_uInt32 ImplPPTTextObj::mnParagraphCount |
Definition at line 1211 of file svdfppt.hxx.
| sal_uInt32 ImplPPTTextObj::mnShapeId |
Definition at line 1203 of file svdfppt.hxx.
| sal_uInt32 ImplPPTTextObj::mnShapeMaster |
Definition at line 1204 of file svdfppt.hxx.
| sal_uInt32 ImplPPTTextObj::mnTextFlags |
Definition at line 1216 of file svdfppt.hxx.
| std::optional<PptOEPlaceholderAtom> ImplPPTTextObj::moPlaceHolderAtom |
Definition at line 1205 of file svdfppt.hxx.
| PptSlidePersistEntry& ImplPPTTextObj::mrPersistEntry |
Definition at line 1214 of file svdfppt.hxx.