LibreOffice Module xmloff (master) 1
|
#include <eventimp.hxx>
Public Member Functions | |
SdXMLEventContextData (const css::uno::Reference< css::drawing::XShape > &rxShape) | |
void | ApplyProperties () |
Public Attributes | |
css::uno::Reference< css::drawing::XShape > | mxShape |
bool | mbValid |
bool | mbScript |
css::presentation::ClickAction | meClickAction |
XMLEffect | meEffect |
XMLEffectDirection | meDirection |
sal_Int16 | mnStartScale |
css::presentation::AnimationSpeed | meSpeed |
sal_Int32 | mnVerb |
OUString | msSoundURL |
bool | mbPlayFull |
OUString | msMacroName |
OUString | msBookmark |
OUString | msLanguage |
Definition at line 46 of file eventimp.hxx.
SdXMLEventContextData::SdXMLEventContextData | ( | const css::uno::Reference< css::drawing::XShape > & | rxShape | ) |
Definition at line 70 of file eventimp.cxx.
void SdXMLEventContextData::ApplyProperties | ( | ) |
Definition at line 231 of file eventimp.cxx.
References aProperties, o3tl::equalsIgnoreAsciiCase(), xmloff::token::GetXMLToken(), ImplSdXMLgetEffect(), mbPlayFull, mbScript, mbValid, meClickAction, meDirection, meEffect, meSpeed, mnStartScale, mnVerb, msBookmark, msLanguage, msMacroName, msSoundURL, mxShape, SAL_WARN_IF, sLibrary, xmloff::token::XML_APPLICATION, and xmloff::token::XML_DOCUMENT.
Referenced by XMLShapeImportHelper::addShapeEvents().
bool SdXMLEventContextData::mbPlayFull |
Definition at line 62 of file eventimp.hxx.
Referenced by ApplyProperties().
bool SdXMLEventContextData::mbScript |
Definition at line 54 of file eventimp.hxx.
Referenced by ApplyProperties().
bool SdXMLEventContextData::mbValid |
Definition at line 53 of file eventimp.hxx.
Referenced by ApplyProperties().
css::presentation::ClickAction SdXMLEventContextData::meClickAction |
Definition at line 55 of file eventimp.hxx.
Referenced by ApplyProperties().
XMLEffectDirection SdXMLEventContextData::meDirection |
Definition at line 57 of file eventimp.hxx.
Referenced by ApplyProperties().
XMLEffect SdXMLEventContextData::meEffect |
Definition at line 56 of file eventimp.hxx.
Referenced by ApplyProperties().
css::presentation::AnimationSpeed SdXMLEventContextData::meSpeed |
Definition at line 59 of file eventimp.hxx.
Referenced by ApplyProperties().
sal_Int16 SdXMLEventContextData::mnStartScale |
Definition at line 58 of file eventimp.hxx.
Referenced by ApplyProperties().
sal_Int32 SdXMLEventContextData::mnVerb |
Definition at line 60 of file eventimp.hxx.
Referenced by ApplyProperties().
OUString SdXMLEventContextData::msBookmark |
Definition at line 64 of file eventimp.hxx.
Referenced by ApplyProperties().
OUString SdXMLEventContextData::msLanguage |
Definition at line 65 of file eventimp.hxx.
Referenced by ApplyProperties().
OUString SdXMLEventContextData::msMacroName |
Definition at line 63 of file eventimp.hxx.
Referenced by ApplyProperties().
OUString SdXMLEventContextData::msSoundURL |
Definition at line 61 of file eventimp.hxx.
Referenced by ApplyProperties().
css::uno::Reference<css::drawing::XShape> SdXMLEventContextData::mxShape |
Definition at line 51 of file eventimp.hxx.
Referenced by XMLShapeImportHelper::addShapeEvents(), and ApplyProperties().