LibreOffice Module writerfilter (master) 1
|
Stores the properties of a picture. More...
#include <rtfdocumentimpl.hxx>
Public Attributes | |
sal_Int32 | nWidth = 0 |
sal_Int32 | nHeight = 0 |
sal_Int32 | nGoalWidth = 0 |
sal_Int32 | nGoalHeight = 0 |
sal_uInt16 | nScaleX = 100 |
sal_uInt16 | nScaleY = 100 |
short | nCropT = 0 |
short | nCropB = 0 |
short | nCropL = 0 |
short | nCropR = 0 |
sal_uInt16 | eWMetafile = 0 |
RTFBmpStyle | eStyle = RTFBmpStyle::NONE |
Additional Inherited Members | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Stores the properties of a picture.
Definition at line 352 of file rtfdocumentimpl.hxx.
RTFBmpStyle writerfilter::rtftok::RTFPicture::eStyle = RTFBmpStyle::NONE |
Definition at line 366 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
sal_uInt16 writerfilter::rtftok::RTFPicture::eWMetafile = 0 |
Definition at line 365 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
short writerfilter::rtftok::RTFPicture::nCropB = 0 |
Definition at line 362 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
short writerfilter::rtftok::RTFPicture::nCropL = 0 |
Definition at line 363 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
short writerfilter::rtftok::RTFPicture::nCropR = 0 |
Definition at line 364 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
short writerfilter::rtftok::RTFPicture::nCropT = 0 |
Definition at line 361 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
sal_Int32 writerfilter::rtftok::RTFPicture::nGoalHeight = 0 |
Definition at line 358 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
sal_Int32 writerfilter::rtftok::RTFPicture::nGoalWidth = 0 |
Definition at line 357 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
sal_Int32 writerfilter::rtftok::RTFPicture::nHeight = 0 |
Definition at line 356 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
sal_uInt16 writerfilter::rtftok::RTFPicture::nScaleX = 100 |
Definition at line 359 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
sal_uInt16 writerfilter::rtftok::RTFPicture::nScaleY = 100 |
Definition at line 360 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
sal_Int32 writerfilter::rtftok::RTFPicture::nWidth = 0 |
Definition at line 355 of file rtfdocumentimpl.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().