LibreOffice Module sdext (master) 1
|
#include <graphiccollector.hxx>
Public Member Functions | |
GraphicUser () | |
Public Attributes | |
css::uno::Reference< css::drawing::XShape > | mxShape |
css::uno::Reference< css::beans::XPropertySet > | mxPropertySet |
css::uno::Reference< css::beans::XPropertySet > | mxPagePropertySet |
css::uno::Reference< css::graphic::XGraphic > | mxGraphic |
css::text::GraphicCrop | maGraphicCropLogic |
css::awt::Size | maLogicalSize |
bool | mbFillBitmap |
Definition at line 55 of file graphiccollector.hxx.
|
inline |
Definition at line 66 of file graphiccollector.hxx.
css::text::GraphicCrop GraphicCollector::GraphicUser::maGraphicCropLogic |
Definition at line 62 of file graphiccollector.hxx.
Referenced by ImpAddGraphicEntity().
css::awt::Size GraphicCollector::GraphicUser::maLogicalSize |
Definition at line 63 of file graphiccollector.hxx.
Referenced by ImpAddEntity(), ImpAddFillBitmapEntity(), and ImpAddGraphicEntity().
bool GraphicCollector::GraphicUser::mbFillBitmap |
Definition at line 64 of file graphiccollector.hxx.
Referenced by ImpAddFillBitmapEntity(), and ImpAddGraphicEntity().
css::uno::Reference< css::graphic::XGraphic > GraphicCollector::GraphicUser::mxGraphic |
Definition at line 60 of file graphiccollector.hxx.
Referenced by ImpAddFillBitmapEntity(), and ImpAddGraphicEntity().
css::uno::Reference< css::beans::XPropertySet > GraphicCollector::GraphicUser::mxPagePropertySet |
Definition at line 59 of file graphiccollector.hxx.
Referenced by ImpAddFillBitmapEntity().
css::uno::Reference< css::beans::XPropertySet > GraphicCollector::GraphicUser::mxPropertySet |
Definition at line 58 of file graphiccollector.hxx.
Referenced by ImpAddFillBitmapEntity().
css::uno::Reference< css::drawing::XShape > GraphicCollector::GraphicUser::mxShape |
Definition at line 57 of file graphiccollector.hxx.
Referenced by ImpAddGraphicEntity().