LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
XclExpImgData Class Reference

Provides export of bitmap data to an IMGDATA record. More...

#include <xeescher.hxx>

Inheritance diagram for XclExpImgData:
[legend]
Collaboration diagram for XclExpImgData:
[legend]

Public Member Functions

 XclExpImgData (Graphic aGraphic, sal_uInt16 nRecId)
 
virtual void Save (XclExpStream &rStrm) override
 Writes the BITMAP record. More...
 
virtual void SaveXml (XclExpXmlStream &rStrm) override
 
- Public Member Functions inherited from XclExpRecordBase
 XclExpRecordBase ()
 
 XclExpRecordBase (XclExpRecordBase const &)
 
 XclExpRecordBase (XclExpRecordBase &&)
 
XclExpRecordBaseoperator= (XclExpRecordBase const &)
 
XclExpRecordBaseoperator= (XclExpRecordBase &&) noexcept
 
virtual ~XclExpRecordBase ()
 
virtual void Save (XclExpStream &rStrm)
 Overwrite this method to do any operation while saving the record. More...
 
virtual void SaveXml (XclExpXmlStream &rStrm)
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Attributes

Graphic maGraphic
 
sal_uInt16 mnRecId
 The VCL graphic. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Provides export of bitmap data to an IMGDATA record.

Definition at line 149 of file xeescher.hxx.

Constructor & Destructor Documentation

◆ XclExpImgData()

XclExpImgData::XclExpImgData ( Graphic  aGraphic,
sal_uInt16  nRecId 
)
explicit

Definition at line 387 of file xeescher.cxx.

References maGraphic.

Member Function Documentation

◆ Save()

void XclExpImgData::Save ( XclExpStream rStrm)
overridevirtual

◆ SaveXml()

void XclExpImgData::SaveXml ( XclExpXmlStream rStrm)
overridevirtual

Reimplemented from XclExpRecordBase.

Definition at line 436 of file xeescher.cxx.

References FSNS(), maGraphic, and rStrm.

Member Data Documentation

◆ maGraphic

Graphic XclExpImgData::maGraphic
private

Definition at line 159 of file xeescher.hxx.

Referenced by Save(), and SaveXml().

◆ mnRecId

sal_uInt16 XclExpImgData::mnRecId
private

The VCL graphic.

Definition at line 160 of file xeescher.hxx.

Referenced by Save().


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