Home
last modified time | relevance | path

Searched refs:orModel (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/oox/source/drawingml/chart/
H A Dseriescontext.cxx48 sal_Int32 nElement, const AttributeList& rAttribs, DataLabelModelBase& orModel ) in lclDataLabelSharedCreateContext() argument
54 orModel.mbDeleted = rAttribs.getBool( XML_val, false ); in lclDataLabelSharedCreateContext()
57 orModel.monLabelPos = rAttribs.getToken( XML_val, XML_TOKEN_INVALID ); in lclDataLabelSharedCreateContext()
60 orModel.maNumberFormat.setAttributes( rAttribs ); in lclDataLabelSharedCreateContext()
63 orModel.mobShowBubbleSize = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext()
66 orModel.mobShowCatName = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext()
69 orModel.mobShowLegendKey = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext()
72 orModel.mobShowPercent = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext()
75 orModel.mobShowSerName = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext()
78 orModel.mobShowVal = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext()
[all …]