LibreOffice Module oox (master) 1
|
#include <diagramlayoutatoms.hxx>
Public Member Functions | |
ConditionAttr () | |
void | loadFromXAttr (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttributes) |
Public Attributes | |
OUString | msVal |
sal_Int32 | mnFunc |
sal_Int32 | mnArg |
sal_Int32 | mnOp |
sal_Int32 | mnVal |
Definition at line 52 of file diagramlayoutatoms.hxx.
oox::drawingml::ConditionAttr::ConditionAttr | ( | ) |
Definition at line 753 of file diagramlayoutatoms.cxx.
void oox::drawingml::ConditionAttr::loadFromXAttr | ( | const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttributes | ) |
Definition at line 761 of file diagramlayoutatoms.cxx.
References mnArg, mnFunc, mnOp, mnVal, msVal, and XML_none.
Referenced by oox::drawingml::ConditionAtom::ConditionAtom().
sal_Int32 oox::drawingml::ConditionAttr::mnArg |
Definition at line 61 of file diagramlayoutatoms.hxx.
Referenced by oox::drawingml::ConditionAtom::getDecision(), and loadFromXAttr().
sal_Int32 oox::drawingml::ConditionAttr::mnFunc |
Definition at line 60 of file diagramlayoutatoms.hxx.
Referenced by oox::drawingml::ConditionAtom::getDecision(), and loadFromXAttr().
sal_Int32 oox::drawingml::ConditionAttr::mnOp |
Definition at line 62 of file diagramlayoutatoms.hxx.
Referenced by oox::drawingml::ConditionAtom::getDecision(), and loadFromXAttr().
sal_Int32 oox::drawingml::ConditionAttr::mnVal |
Definition at line 63 of file diagramlayoutatoms.hxx.
Referenced by oox::drawingml::ConditionAtom::getDecision(), and loadFromXAttr().
OUString oox::drawingml::ConditionAttr::msVal |
Definition at line 59 of file diagramlayoutatoms.hxx.
Referenced by oox::drawingml::ConditionAtom::getDecision(), and loadFromXAttr().