LibreOffice Module vcl (master) 1
|
#include <GraphicNativeMetadata.hxx>
Public Member Functions | |
GraphicNativeMetadata () | |
bool | read (Graphic const &rGraphic) |
bool | read (SvStream &rStream) |
Degree10 | getRotation () const |
Private Attributes | |
Degree10 | mRotation |
Definition at line 26 of file GraphicNativeMetadata.hxx.
GraphicNativeMetadata::GraphicNativeMetadata | ( | ) |
Definition at line 25 of file GraphicNativeMetadata.cxx.
|
inline |
Definition at line 37 of file GraphicNativeMetadata.hxx.
bool GraphicNativeMetadata::read | ( | Graphic const & | rGraphic | ) |
Definition at line 30 of file GraphicNativeMetadata.cxx.
References aBuffer, GfxLink::GetData(), GfxLink::GetDataSize(), Graphic::GetGfxLink(), GfxLink::GetType(), NativeJpg, and read().
Referenced by read().
bool GraphicNativeMetadata::read | ( | SvStream & | rStream | ) |
Definition at line 50 of file GraphicNativeMetadata.cxx.
References Exif::getRotation(), mRotation, and Exif::read().
|
private |
Definition at line 28 of file GraphicNativeMetadata.hxx.
Referenced by read().