|
LibreOffice Module filter (master) 1
|
#include <svdfppt.hxx>
Public Member Functions | |
| PptSlideAtom () | |
| void | Clear () |
Public Attributes | |
| PptSlideLayoutAtom | aLayout |
| sal_uInt32 | nMasterId |
| sal_uInt32 | nNotesId |
| sal_uInt16 | nFlags |
Friends | |
| SvStream & | ReadPptSlideAtom (SvStream &rIn, PptSlideAtom &rAtom) |
Definition at line 227 of file svdfppt.hxx.
|
inline |
Definition at line 235 of file svdfppt.hxx.
References Clear().
| void PptSlideAtom::Clear | ( | ) |
Definition at line 327 of file svdfppt.cxx.
References nFlags, nMasterId, and nNotesId.
Referenced by PptSlideAtom().
|
friend |
Definition at line 315 of file svdfppt.cxx.
| PptSlideLayoutAtom PptSlideAtom::aLayout |
Definition at line 229 of file svdfppt.hxx.
| sal_uInt16 PptSlideAtom::nFlags |
Definition at line 232 of file svdfppt.hxx.
Referenced by Clear(), SdrPowerPointImport::GetColorFromPalette(), SdrPowerPointImport::ImportPage(), and HeaderFooterEntry::NeedToImportInstance().
| sal_uInt32 PptSlideAtom::nMasterId |
Definition at line 230 of file svdfppt.hxx.
Referenced by Clear(), SdrPowerPointImport::GetColorFromPalette(), SdrPowerPointImport::SdrPowerPointImport(), and SdrPowerPointImport::SetPageNum().
| sal_uInt32 PptSlideAtom::nNotesId |
Definition at line 231 of file svdfppt.hxx.
Referenced by Clear().