|
LibreOffice Module sdext (master) 1
|
#include <style.hxx>
Public Member Functions | |
| Style (const OString &rName, PropertyMap &&rProps) | |
Public Attributes | |
| OString | Name |
| PropertyMap | Properties |
| OUString | Contents |
| Element * | ContainedElement |
| std::vector< Style * > | SubStyles |
|
inline |
| Element* pdfi::StyleContainer::Style::ContainedElement |
Definition at line 45 of file style.hxx.
Referenced by pdfi::StyleContainer::impl_getStyleId(), and pdfi::WriterXmlFinalizer::visit().
| OUString pdfi::StyleContainer::Style::Contents |
Definition at line 44 of file style.hxx.
Referenced by pdfi::StyleContainer::impl_getStyleId().
| OString pdfi::StyleContainer::Style::Name |
Definition at line 42 of file style.hxx.
Referenced by pdfi::StyleContainer::impl_getStyleId().
| PropertyMap pdfi::StyleContainer::Style::Properties |
Definition at line 43 of file style.hxx.
Referenced by pdfi::StyleContainer::impl_getStyleId().
| std::vector< Style* > pdfi::StyleContainer::Style::SubStyles |
Definition at line 46 of file style.hxx.
Referenced by pdfi::StyleContainer::impl_getStyleId(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().