LibreOffice Module writerfilter (master) 1
|
Stores the properties of a shape. More...
#include <rtfdocumentimpl.hxx>
Public Member Functions | |
RTFShape () | |
std::vector< std::pair< OUString, OUString > > & | getProperties () |
const std::vector< std::pair< OUString, OUString > > & | getProperties () const |
std::vector< std::pair< OUString, OUString > > & | getGroupProperties () |
void | setLeft (sal_Int32 nLeft) |
sal_Int32 | getLeft () const |
void | setTop (sal_Int32 nTop) |
sal_Int32 | getTop () const |
void | setRight (sal_Int32 nRight) |
sal_Int32 | getRight () const |
void | setBottom (sal_Int32 nBottom) |
sal_Int32 | getBottom () const |
void | setZ (sal_Int32 nZ) |
bool | hasZ () const |
sal_Int32 | getZ () const |
void | setHoriOrientRelation (sal_Int16 nHoriOrientRelation) |
sal_Int16 | getHoriOrientRelation () const |
void | setVertOrientRelation (sal_Int16 nVertOrientRelation) |
sal_Int16 | getVertOrientRelation () const |
void | setHoriOrientRelationToken (sal_uInt32 nHoriOrientRelationToken) |
sal_uInt32 | getHoriOrientRelationToken () const |
void | setVertOrientRelationToken (sal_uInt32 nVertOrientRelationToken) |
sal_uInt32 | getVertOrientRelationToken () const |
void | setWrap (css::text::WrapTextMode nWrap) |
css::text::WrapTextMode | getWrap () const |
void | setInBackground (bool bInBackground) |
bool | getInBackground () const |
RTFSprms & | getWrapPolygonSprms () |
RTFSprms & | getAnchorAttributes () |
std::pair< Id, RTFValue::Pointer_t > & | getWrapSprm () |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Attributes | |
std::vector< std::pair< OUString, OUString > > | m_aProperties |
Properties of a single shape. More... | |
std::vector< std::pair< OUString, OUString > > | m_aGroupProperties |
Properties applied on the groupshape. More... | |
sal_Int32 | m_nLeft = 0 |
sal_Int32 | m_nTop = 0 |
sal_Int32 | m_nRight = 0 |
sal_Int32 | m_nBottom = 0 |
std::optional< sal_Int32 > | m_oZ |
Z-Order of the shape. More... | |
sal_Int16 | m_nHoriOrientRelation = 0 |
Horizontal text::RelOrientation for drawinglayer shapes. More... | |
sal_Int16 | m_nVertOrientRelation = 0 |
Vertical text::RelOrientation for drawinglayer shapes. More... | |
sal_uInt32 | m_nHoriOrientRelationToken = 0 |
Horizontal dmapper token for Writer pictures. More... | |
sal_uInt32 | m_nVertOrientRelationToken = 0 |
Vertical dmapper token for Writer pictures. More... | |
css::text::WrapTextMode | m_nWrap = css::text::WrapTextMode::WrapTextMode_MAKE_FIXED_SIZE |
bool | m_bInBackground = false |
If shape is below text (true) or text is below shape (false). More... | |
RTFSprms | m_aWrapPolygonSprms |
Wrap polygon, written by RTFSdrImport::resolve(), read by RTFDocumentImpl::resolvePict(). More... | |
RTFSprms | m_aAnchorAttributes |
Anchor attributes like wrap distance, written by RTFSdrImport::resolve(), read by RTFDocumentImpl::resolvePict(). More... | |
std::pair< Id, RTFValue::Pointer_t > | m_aWrapSprm { 0, nullptr } |
Wrap type, written by RTFDocumentImpl::popState(), read by RTFDocumentImpl::resolvePict(). More... | |
Additional Inherited Members | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Stores the properties of a shape.
Definition at line 186 of file rtfdocumentimpl.hxx.
|
default |
|
inline |
Definition at line 260 of file rtfdocumentimpl.hxx.
References m_aAnchorAttributes.
Referenced by writerfilter::rtftok::RTFSdrImport::resolve(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 214 of file rtfdocumentimpl.hxx.
References m_nBottom.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), and writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 198 of file rtfdocumentimpl.hxx.
References m_aGroupProperties.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 227 of file rtfdocumentimpl.hxx.
References m_nHoriOrientRelation.
Referenced by writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 241 of file rtfdocumentimpl.hxx.
References m_nHoriOrientRelationToken.
Referenced by writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 256 of file rtfdocumentimpl.hxx.
References m_bInBackground.
Referenced by writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 202 of file rtfdocumentimpl.hxx.
References m_nLeft.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFSdrImport::resolve(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 191 of file rtfdocumentimpl.hxx.
References m_aProperties.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFSdrImport::initShape(), and writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 193 of file rtfdocumentimpl.hxx.
References m_aProperties.
|
inline |
Definition at line 210 of file rtfdocumentimpl.hxx.
References m_nRight.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), and writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 206 of file rtfdocumentimpl.hxx.
References m_nTop.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFSdrImport::resolve(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 234 of file rtfdocumentimpl.hxx.
References m_nVertOrientRelation.
Referenced by writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 248 of file rtfdocumentimpl.hxx.
References m_nVertOrientRelationToken.
Referenced by writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 252 of file rtfdocumentimpl.hxx.
References m_nWrap.
Referenced by writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 258 of file rtfdocumentimpl.hxx.
References m_aWrapPolygonSprms.
Referenced by writerfilter::rtftok::RTFSdrImport::resolve(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 262 of file rtfdocumentimpl.hxx.
References m_aWrapSprm.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 220 of file rtfdocumentimpl.hxx.
References m_oZ.
Referenced by writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 218 of file rtfdocumentimpl.hxx.
References m_oZ.
Referenced by writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 212 of file rtfdocumentimpl.hxx.
References m_nBottom.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 222 of file rtfdocumentimpl.hxx.
References m_nHoriOrientRelation.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 236 of file rtfdocumentimpl.hxx.
References m_nHoriOrientRelationToken.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 254 of file rtfdocumentimpl.hxx.
References m_bInBackground.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 200 of file rtfdocumentimpl.hxx.
References m_nLeft.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 208 of file rtfdocumentimpl.hxx.
References m_nRight.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 204 of file rtfdocumentimpl.hxx.
References m_nTop.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 229 of file rtfdocumentimpl.hxx.
References m_nVertOrientRelation.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFSdrImport::resolve().
|
inline |
Definition at line 243 of file rtfdocumentimpl.hxx.
References m_nVertOrientRelationToken.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 250 of file rtfdocumentimpl.hxx.
References m_nWrap.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 216 of file rtfdocumentimpl.hxx.
References m_oZ.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
private |
Anchor attributes like wrap distance, written by RTFSdrImport::resolve(), read by RTFDocumentImpl::resolvePict().
Definition at line 284 of file rtfdocumentimpl.hxx.
Referenced by getAnchorAttributes().
|
private |
Properties applied on the groupshape.
Definition at line 267 of file rtfdocumentimpl.hxx.
Referenced by getGroupProperties().
|
private |
Properties of a single shape.
Definition at line 265 of file rtfdocumentimpl.hxx.
Referenced by getProperties().
|
private |
Wrap polygon, written by RTFSdrImport::resolve(), read by RTFDocumentImpl::resolvePict().
Definition at line 282 of file rtfdocumentimpl.hxx.
Referenced by getWrapPolygonSprms().
|
private |
Wrap type, written by RTFDocumentImpl::popState(), read by RTFDocumentImpl::resolvePict().
Definition at line 286 of file rtfdocumentimpl.hxx.
Referenced by getWrapSprm().
|
private |
If shape is below text (true) or text is below shape (false).
Definition at line 280 of file rtfdocumentimpl.hxx.
Referenced by getInBackground(), and setInBackground().
|
private |
Definition at line 271 of file rtfdocumentimpl.hxx.
Referenced by getBottom(), and setBottom().
|
private |
Horizontal text::RelOrientation for drawinglayer shapes.
Definition at line 273 of file rtfdocumentimpl.hxx.
Referenced by getHoriOrientRelation(), and setHoriOrientRelation().
|
private |
Horizontal dmapper token for Writer pictures.
Definition at line 276 of file rtfdocumentimpl.hxx.
Referenced by getHoriOrientRelationToken(), and setHoriOrientRelationToken().
|
private |
Definition at line 268 of file rtfdocumentimpl.hxx.
|
private |
Definition at line 270 of file rtfdocumentimpl.hxx.
Referenced by getRight(), and setRight().
|
private |
Definition at line 269 of file rtfdocumentimpl.hxx.
|
private |
Vertical text::RelOrientation for drawinglayer shapes.
Definition at line 275 of file rtfdocumentimpl.hxx.
Referenced by getVertOrientRelation(), and setVertOrientRelation().
|
private |
Vertical dmapper token for Writer pictures.
Definition at line 277 of file rtfdocumentimpl.hxx.
Referenced by getVertOrientRelationToken(), and setVertOrientRelationToken().
|
private |
Definition at line 278 of file rtfdocumentimpl.hxx.
|
private |
Z-Order of the shape.
Definition at line 272 of file rtfdocumentimpl.hxx.