LibreOffice Module filter (master) 1
|
#include <svdfppt.hxx>
Public Member Functions | |
PptSlidePersistList () | |
~PptSlidePersistList () | |
size_t | size () const |
bool | is_null (size_t nIdx) const |
const PptSlidePersistEntry & | operator[] (size_t nIdx) const |
PptSlidePersistEntry & | operator[] (size_t nIdx) |
Entries_t::iterator | begin () |
void | insert (Entries_t::iterator it, std::unique_ptr< PptSlidePersistEntry > pEntry) |
void | push_back (std::unique_ptr< PptSlidePersistEntry > pEntry) |
sal_uInt16 | FindPage (sal_uInt32 nId) const |
Private Types | |
typedef std::vector< std::unique_ptr< PptSlidePersistEntry > > | Entries_t |
Private Member Functions | |
PptSlidePersistList (const PptSlidePersistList &)=delete | |
PptSlidePersistList & | operator= (const PptSlidePersistList &)=delete |
Private Attributes | |
Entries_t | mvEntries |
Definition at line 392 of file svdfppt.hxx.
|
private |
Definition at line 398 of file svdfppt.hxx.
|
privatedelete |
PptSlidePersistList::PptSlidePersistList | ( | ) |
Definition at line 206 of file svdfppt.cxx.
PptSlidePersistList::~PptSlidePersistList | ( | ) |
Definition at line 208 of file svdfppt.cxx.
|
inline |
Definition at line 409 of file svdfppt.hxx.
sal_uInt16 PptSlidePersistList::FindPage | ( | sal_uInt32 | nId | ) | const |
Definition at line 210 of file svdfppt.cxx.
References gentoken::i, mvEntries, nId, and PPTSLIDEPERSIST_ENTRY_NOTFOUND.
|
inline |
Definition at line 410 of file svdfppt.hxx.
|
inline |
Definition at line 406 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::GetColorFromPalette(), SdrPowerPointImport::GetSlideLayoutAtom(), and SdrPowerPointImport::SeekToShape().
|
privatedelete |
|
inline |
Definition at line 408 of file svdfppt.hxx.
|
inline |
Definition at line 407 of file svdfppt.hxx.
|
inline |
Definition at line 415 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::SdrPowerPointImport().
|
inline |
Definition at line 405 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::GetPageCount(), SdrPowerPointImport::ImportPage(), PPTTextObj::PPTTextObj(), and SdrPowerPointImport::SdrPowerPointImport().
|
private |
Definition at line 399 of file svdfppt.hxx.
Referenced by FindPage().