|
LibreOffice Module filter (master) 1
|
#include <svdfppt.hxx>
Public Member Functions | |
| PPTTextParagraphStyleAtomInterpreter () | |
| bool | Read (SvStream &rIn, const DffRecordHeader &rRecHd) |
Public Attributes | |
| bool | bValid |
| bool | bForbiddenRules |
| bool | bHangingPunctuation |
| bool | bLatinTextWrap |
Definition at line 661 of file svdfppt.hxx.
| PPTTextParagraphStyleAtomInterpreter::PPTTextParagraphStyleAtomInterpreter | ( | ) |
Definition at line 4683 of file svdfppt.cxx.
| bool PPTTextParagraphStyleAtomInterpreter::Read | ( | SvStream & | rIn, |
| const DffRecordHeader & | rRecHd | ||
| ) |
Definition at line 4691 of file svdfppt.cxx.
References bForbiddenRules, bHangingPunctuation, bLatinTextWrap, bValid, DffRecordHeader::GetRecEndFilePos(), SvStream::ReadUInt16(), SvStream::ReadUInt32(), DffRecordHeader::SeekToContent(), and SvStream::Tell().
Referenced by SdrPowerPointImport::SdrPowerPointImport().
| bool PPTTextParagraphStyleAtomInterpreter::bForbiddenRules |
Definition at line 664 of file svdfppt.hxx.
Referenced by PPTStyleSheet::PPTStyleSheet(), and Read().
| bool PPTTextParagraphStyleAtomInterpreter::bHangingPunctuation |
Definition at line 665 of file svdfppt.hxx.
Referenced by PPTStyleSheet::PPTStyleSheet(), and Read().
| bool PPTTextParagraphStyleAtomInterpreter::bLatinTextWrap |
Definition at line 666 of file svdfppt.hxx.
Referenced by PPTStyleSheet::PPTStyleSheet(), and Read().
| bool PPTTextParagraphStyleAtomInterpreter::bValid |
Definition at line 663 of file svdfppt.hxx.
Referenced by PPTStyleSheet::PPTStyleSheet(), and Read().