LibreOffice Module writerfilter (master) 1
Public Attributes | List of all members
writerfilter::rtftok::RTFPicture Class Reference

Stores the properties of a picture. More...

#include <rtfdocumentimpl.hxx>

Inheritance diagram for writerfilter::rtftok::RTFPicture:
[legend]
Collaboration diagram for writerfilter::rtftok::RTFPicture:
[legend]

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

- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Stores the properties of a picture.

Definition at line 352 of file rtfdocumentimpl.hxx.

Member Data Documentation

◆ eStyle

RTFBmpStyle writerfilter::rtftok::RTFPicture::eStyle = RTFBmpStyle::NONE

◆ eWMetafile

sal_uInt16 writerfilter::rtftok::RTFPicture::eWMetafile = 0

◆ nCropB

short writerfilter::rtftok::RTFPicture::nCropB = 0

◆ nCropL

short writerfilter::rtftok::RTFPicture::nCropL = 0

◆ nCropR

short writerfilter::rtftok::RTFPicture::nCropR = 0

◆ nCropT

short writerfilter::rtftok::RTFPicture::nCropT = 0

◆ nGoalHeight

sal_Int32 writerfilter::rtftok::RTFPicture::nGoalHeight = 0

◆ nGoalWidth

sal_Int32 writerfilter::rtftok::RTFPicture::nGoalWidth = 0

◆ nHeight

sal_Int32 writerfilter::rtftok::RTFPicture::nHeight = 0

◆ nScaleX

sal_uInt16 writerfilter::rtftok::RTFPicture::nScaleX = 100

◆ nScaleY

sal_uInt16 writerfilter::rtftok::RTFPicture::nScaleY = 100

◆ nWidth

sal_Int32 writerfilter::rtftok::RTFPicture::nWidth = 0

The documentation for this class was generated from the following file: