LibreOffice Module oox (master) 1
|
#include <diagramlayoutatoms.hxx>
Public Member Functions | |
IteratorAttr () | |
void | loadFromXAttr (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttributes) |
Public Attributes | |
std::vector< sal_Int32 > | maAxis |
sal_Int32 | mnCnt |
bool | mbHideLastTrans |
sal_Int32 | mnPtType |
sal_Int32 | mnSt |
sal_Int32 | mnStep |
Definition at line 37 of file diagramlayoutatoms.hxx.
oox::drawingml::IteratorAttr::IteratorAttr | ( | ) |
Definition at line 730 of file diagramlayoutatoms.cxx.
void oox::drawingml::IteratorAttr::loadFromXAttr | ( | const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttributes | ) |
Definition at line 739 of file diagramlayoutatoms.cxx.
References oox::AttributeList::getBool(), oox::AttributeList::getInteger(), oox::AttributeList::getTokenList(), maAxis, mbHideLastTrans, mnCnt, mnPtType, mnSt, and mnStep.
Referenced by oox::drawingml::ConditionAtom::ConditionAtom(), oox::drawingml::ForEachAtom::ForEachAtom(), and oox::drawingml::LayoutNodeContext::onCreateContext().
std::vector<sal_Int32> oox::drawingml::IteratorAttr::maAxis |
Definition at line 44 of file diagramlayoutatoms.hxx.
Referenced by oox::drawingml::ConditionAtom::getNodeCount(), and loadFromXAttr().
bool oox::drawingml::IteratorAttr::mbHideLastTrans |
Definition at line 46 of file diagramlayoutatoms.hxx.
Referenced by loadFromXAttr().
sal_Int32 oox::drawingml::IteratorAttr::mnCnt |
Definition at line 45 of file diagramlayoutatoms.hxx.
Referenced by loadFromXAttr().
sal_Int32 oox::drawingml::IteratorAttr::mnPtType |
Definition at line 47 of file diagramlayoutatoms.hxx.
Referenced by loadFromXAttr().
sal_Int32 oox::drawingml::IteratorAttr::mnSt |
Definition at line 48 of file diagramlayoutatoms.hxx.
Referenced by loadFromXAttr().
sal_Int32 oox::drawingml::IteratorAttr::mnStep |
Definition at line 49 of file diagramlayoutatoms.hxx.
Referenced by loadFromXAttr().