|
LibreOffice Module filter (master) 1
|
#include <svdfppt.hxx>
Public Member Functions | |
| PptSlidePersistEntry (const PptSlidePersistEntry &)=delete | |
| PptSlidePersistEntry & | operator= (const PptSlidePersistEntry &)=delete |
| PptSlidePersistEntry () | |
| ~PptSlidePersistEntry () | |
| sal_uInt32 | GetSlideId () const |
Public Attributes | |
| PptSlidePersistAtom | aPersistAtom |
| PptSlideAtom | aSlideAtom |
| PptNotesAtom | aNotesAtom |
| PptColorSchemeAtom | aColorScheme |
| std::unique_ptr< PPTStyleSheet > | xStyleSheet |
| sal_uInt32 | HeaderFooterOfs [4] |
| std::unique_ptr< HeaderFooterEntry > | xHeaderFooterEntry |
| std::unique_ptr< SvxMSDffSolverContainer > | xSolverContainer |
| sal_uInt32 | nSlidePersistStartOffset |
| sal_uInt32 | nSlidePersistEndOffset |
| sal_uInt32 | nBackgroundOffset |
| sal_uInt32 | nDrawingDgId |
| std::unique_ptr< sal_uInt32[]> | pPresentationObjects |
| rtl::Reference< SdrObject > | pBObj |
| PptPageKind | ePageKind |
| bool | bNotesMaster: 1 |
| bool | bHandoutMaster: 1 |
| bool | bStarDrawFiller: 1 |
Definition at line 356 of file svdfppt.hxx.
|
delete |
| PptSlidePersistEntry::PptSlidePersistEntry | ( | ) |
Definition at line 492 of file svdfppt.cxx.
| PptSlidePersistEntry::~PptSlidePersistEntry | ( | ) |
Definition at line 505 of file svdfppt.cxx.
|
inline |
Definition at line 387 of file svdfppt.hxx.
References aPersistAtom, and PptSlidePersistAtom::nSlideId.
|
delete |
| PptColorSchemeAtom PptSlidePersistEntry::aColorScheme |
Definition at line 364 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::GetColorFromPalette(), HeaderFooterEntry::NeedToImportInstance(), and SdrPowerPointImport::SdrPowerPointImport().
| PptNotesAtom PptSlidePersistEntry::aNotesAtom |
Definition at line 363 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::SdrPowerPointImport().
| PptSlidePersistAtom PptSlidePersistEntry::aPersistAtom |
Definition at line 361 of file svdfppt.hxx.
Referenced by GetSlideId(), and SdrPowerPointImport::SdrPowerPointImport().
| PptSlideAtom PptSlidePersistEntry::aSlideAtom |
Definition at line 362 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::GetColorFromPalette(), SdrPowerPointImport::ImportPage(), HeaderFooterEntry::NeedToImportInstance(), SdrPowerPointImport::SdrPowerPointImport(), and SdrPowerPointImport::SetPageNum().
| bool PptSlidePersistEntry::bHandoutMaster |
Definition at line 382 of file svdfppt.hxx.
| bool PptSlidePersistEntry::bNotesMaster |
Definition at line 381 of file svdfppt.hxx.
Referenced by SdrEscherImport::ProcessObj(), and SdrPowerPointImport::SdrPowerPointImport().
| bool PptSlidePersistEntry::bStarDrawFiller |
Definition at line 383 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::ImportPage().
| PptPageKind PptSlidePersistEntry::ePageKind |
Definition at line 379 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::ImportPage(), SdrEscherImport::ProcessObj(), SdrPowerPointImport::SdrPowerPointImport(), and SdrPowerPointImport::SeekToShape().
| sal_uInt32 PptSlidePersistEntry::HeaderFooterOfs[4] |
Definition at line 367 of file svdfppt.hxx.
Referenced by HeaderFooterEntry::NeedToImportInstance(), and SdrEscherImport::ProcessObj().
| sal_uInt32 PptSlidePersistEntry::nBackgroundOffset |
Definition at line 372 of file svdfppt.hxx.
| sal_uInt32 PptSlidePersistEntry::nDrawingDgId |
Definition at line 373 of file svdfppt.hxx.
Referenced by SdrEscherImport::ProcessObj(), and SdrPowerPointImport::SdrPowerPointImport().
| sal_uInt32 PptSlidePersistEntry::nSlidePersistEndOffset |
Definition at line 371 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::SdrPowerPointImport().
| sal_uInt32 PptSlidePersistEntry::nSlidePersistStartOffset |
Definition at line 370 of file svdfppt.hxx.
| rtl::Reference<SdrObject> PptSlidePersistEntry::pBObj |
Definition at line 377 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::ImportPage().
| std::unique_ptr<sal_uInt32[]> PptSlidePersistEntry::pPresentationObjects |
Definition at line 375 of file svdfppt.hxx.
Referenced by SdrEscherImport::ProcessObj(), and SdrPowerPointImport::SeekToShape().
| std::unique_ptr<HeaderFooterEntry> PptSlidePersistEntry::xHeaderFooterEntry |
Definition at line 368 of file svdfppt.hxx.
Referenced by HeaderFooterEntry::HeaderFooterEntry(), SdrPowerPointImport::ImportPage(), and PPTTextObj::PPTTextObj().
| std::unique_ptr<SvxMSDffSolverContainer> PptSlidePersistEntry::xSolverContainer |
Definition at line 369 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::ImportPage(), ProcessData::NotifyFreeObj(), SdrEscherImport::ProcessObj(), and SdrPowerPointImport::SdrPowerPointImport().
| std::unique_ptr<PPTStyleSheet> PptSlidePersistEntry::xStyleSheet |
Definition at line 365 of file svdfppt.hxx.
Referenced by SdrPowerPointImport::SdrPowerPointImport(), and SdrPowerPointImport::SetPageNum().