|
LibreOffice Module sdext (master) 1
|
Public Member Functions | |
| HashedStyle () | |
| size_t | hashCode () const |
| bool | operator== (const HashedStyle &rRight) const |
Public Attributes | |
| OString | Name |
| PropertyMap | Properties |
| OUString | Contents |
| Element * | ContainedElement |
| std::vector< sal_Int32 > | SubStyles |
| bool | IsSubStyle |
|
inline |
Definition at line 68 of file style.hxx.
References ContainedElement, n, Name, Properties, and SubStyles.
Referenced by pdfi::StyleContainer::StyleHash::operator()().
|
inline |
Definition at line 81 of file style.hxx.
References ContainedElement, Contents, n, Name, Properties, and SubStyles.
| Element* pdfi::StyleContainer::HashedStyle::ContainedElement |
Definition at line 61 of file style.hxx.
Referenced by hashCode(), pdfi::StyleContainer::impl_emitStyle(), pdfi::StyleContainer::impl_getStyleId(), operator==(), and pdfi::StyleContainer::setProperties().
| OUString pdfi::StyleContainer::HashedStyle::Contents |
Definition at line 60 of file style.hxx.
Referenced by pdfi::StyleContainer::impl_emitStyle(), pdfi::StyleContainer::impl_getStyleId(), operator==(), and pdfi::StyleContainer::setProperties().
| bool pdfi::StyleContainer::HashedStyle::IsSubStyle |
Definition at line 64 of file style.hxx.
Referenced by pdfi::StyleContainer::impl_emitStyle(), pdfi::StyleContainer::impl_getStyleId(), and pdfi::StyleContainer::setProperties().
| OString pdfi::StyleContainer::HashedStyle::Name |
Definition at line 58 of file style.hxx.
Referenced by pdfi::StyleContainer::getStyleName(), hashCode(), pdfi::StyleContainer::impl_emitStyle(), pdfi::StyleContainer::impl_getStyleId(), operator==(), and pdfi::StyleContainer::setProperties().
| PropertyMap pdfi::StyleContainer::HashedStyle::Properties |
Definition at line 59 of file style.hxx.
Referenced by pdfi::StyleContainer::getStyleName(), hashCode(), pdfi::StyleContainer::impl_emitStyle(), pdfi::StyleContainer::impl_getStyleId(), operator==(), and pdfi::StyleContainer::setProperties().
| std::vector<sal_Int32> pdfi::StyleContainer::HashedStyle::SubStyles |
Definition at line 62 of file style.hxx.
Referenced by hashCode(), pdfi::StyleContainer::impl_emitStyle(), pdfi::StyleContainer::impl_getStyleId(), operator==(), and pdfi::StyleContainer::setProperties().