|
LibreOffice Module oox (master) 1
|
#include <graphicproperties.hxx>
Public Member Functions | |
| void | pushToPropMap (PropertyMap &rPropMap, const GraphicHelper &rGraphicHelper, bool bFlipH=false, bool bFlipV=false) const |
| Writes the properties to the passed property map. More... | |
Public Attributes | |
| BlipFillProperties | maBlipProps |
| Properties for the graphic. More... | |
| OUString | m_sMediaPackageURL |
| Audio/Video URL. More... | |
| bool | mbIsCustomShape = false |
| css::uno::Reference< css::io::XInputStream > | m_xMediaStream |
| Audio/Video input stream. More... | |
Definition at line 36 of file graphicproperties.hxx.
| void oox::drawingml::GraphicProperties::pushToPropMap | ( | PropertyMap & | rPropMap, |
| const GraphicHelper & | rGraphicHelper, | ||
| bool | bFlipH = false, |
||
| bool | bFlipV = false |
||
| ) | const |
Writes the properties to the passed property map.
Definition at line 764 of file fillproperties.cxx.
References oox::API_RGB_TRANSPARENT, oox::GraphicHelper::getOriginalSize(), oox::PropertyMap::getProperty(), oox::PropertyMap::hasProperty(), m_sMediaPackageURL, m_xMediaStream, maBlipProps, mbIsCustomShape, oox::drawingml::BlipFillProperties::moAlphaModFix, oox::drawingml::BlipFillProperties::moBiLevelThreshold, oox::drawingml::BlipFillProperties::moBrightness, oox::drawingml::BlipFillProperties::moClipRect, oox::drawingml::BlipFillProperties::moColorEffect, oox::drawingml::BlipFillProperties::moContrast, oox::drawingml::BlipFillProperties::mxFillGraphic, oox::drawingml::PER_PERCENT, PROP_AdjustContrast, PROP_AdjustLuminance, PROP_FillBitmapMode, PROP_FillStyle, PROP_GraphicColorMode, PROP_GraphicCrop, PROP_RotateAngle, PROP_Transparency, oox::PropertyMap::setProperty(), and XML_TOKEN_INVALID.
| OUString oox::drawingml::GraphicProperties::m_sMediaPackageURL |
Audio/Video URL.
Definition at line 39 of file graphicproperties.hxx.
Referenced by pushToPropMap().
| css::uno::Reference<css::io::XInputStream> oox::drawingml::GraphicProperties::m_xMediaStream |
Audio/Video input stream.
Definition at line 41 of file graphicproperties.hxx.
Referenced by pushToPropMap().
| BlipFillProperties oox::drawingml::GraphicProperties::maBlipProps |
Properties for the graphic.
Definition at line 38 of file graphicproperties.hxx.
Referenced by pushToPropMap().
| bool oox::drawingml::GraphicProperties::mbIsCustomShape = false |
Definition at line 40 of file graphicproperties.hxx.
Referenced by pushToPropMap().