LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::drawingml::GraphicProperties Struct Reference

#include <graphicproperties.hxx>

Collaboration diagram for oox::drawingml::GraphicProperties:
[legend]

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...
 

Detailed Description

Definition at line 36 of file graphicproperties.hxx.

Member Function Documentation

◆ pushToPropMap()

void oox::drawingml::GraphicProperties::pushToPropMap ( PropertyMap rPropMap,
const GraphicHelper rGraphicHelper,
bool  bFlipH = false,
bool  bFlipV = false 
) const

Member Data Documentation

◆ m_sMediaPackageURL

OUString oox::drawingml::GraphicProperties::m_sMediaPackageURL

Audio/Video URL.

Definition at line 39 of file graphicproperties.hxx.

Referenced by pushToPropMap().

◆ m_xMediaStream

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().

◆ maBlipProps

BlipFillProperties oox::drawingml::GraphicProperties::maBlipProps

Properties for the graphic.

Definition at line 38 of file graphicproperties.hxx.

Referenced by pushToPropMap().

◆ mbIsCustomShape

bool oox::drawingml::GraphicProperties::mbIsCustomShape = false

Definition at line 40 of file graphicproperties.hxx.

Referenced by pushToPropMap().


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