Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx484 mnTypeId( 20 ) // AUTOLAYOUT_NONE in SdXMLPresentationPageLayoutContext()
589 mnTypeId = 0; // AUTOLAYOUT_TITLE in EndElement()
594 mnTypeId = 1; // AUTOLAYOUT_ENUM in EndElement()
599 mnTypeId = 2; // AUTOLAYOUT_CHART in EndElement()
604 mnTypeId = 8; // AUTOLAYOUT_TAB in EndElement()
609 mnTypeId = 11; // AUTOLAYOUT_OBJ in EndElement()
617 mnTypeId = 28; in EndElement()
622 mnTypeId = 29; in EndElement()
677 mnTypeId = 30; in EndElement()
688 mnTypeId = 27; in EndElement()
[all …]
H A Dximpstyl.hxx171 sal_uInt16 mnTypeId; member in SdXMLPresentationPageLayoutContext
191 sal_uInt16 GetTypeId() const { return mnTypeId; } in GetTypeId()
/trunk/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx187 … OSL_ENSURE( (mrModel.mnTypeId == C_TOKEN( catAx )) || (mrModel.mnTypeId == C_TOKEN( dateAx )), in convertFromModel()
189 bool bDateAxis = mrModel.mnTypeId == C_TOKEN( dateAx ); in convertFromModel()
199 …OSL_ENSURE( mrModel.mnTypeId == C_TOKEN( valAx ), "AxisConverter::convertFromModel - unexpected ax… in convertFromModel()
204 …OSL_ENSURE( mrModel.mnTypeId == C_TOKEN( valAx ), "AxisConverter::convertFromModel - unexpected ax… in convertFromModel()
208 …OSL_ENSURE( mrModel.mnTypeId == C_TOKEN( serAx ), "AxisConverter::convertFromModel - unexpected ax… in convertFromModel()
225 if( mrModel.mnTypeId == C_TOKEN( dateAx ) ) in convertFromModel()
H A Dseriesconverter.cxx222 bool bShowPos = (mrModel.mnTypeId == XML_plus) || (mrModel.mnTypeId == XML_both); in convertFromModel()
223 bool bShowNeg = (mrModel.mnTypeId == XML_minus) || (mrModel.mnTypeId == XML_both); in convertFromModel()
371 switch( mrModel.mnTypeId ) in convertFromModel()
H A Dseriesmodel.cxx83 mnTypeId( XML_both ), in ErrorBarModel()
108 mnTypeId( XML_linear ), in TrendlineModel()
H A Dseriescontext.cxx215 mrModel.mnTypeId = rAttribs.getToken( XML_val, XML_both ); in onCreateContext()
315 mrModel.mnTypeId = rAttribs.getToken( XML_val, XML_linear ); in onCreateContext()
H A Dtypegroupmodel.cxx60 mnTypeId( nTypeId ), in TypeGroupModel()
H A Daxismodel.cxx60 mnTypeId( nTypeId ), in AxisModel()
H A Dtypegroupconverter.cxx144 switch( mrModel.mnTypeId ) in TypeGroupConverter()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dseriesmodel.hxx119 sal_Int32 mnTypeId; /// Type of the error bars (plus/minus/both). member
161 sal_Int32 mnTypeId; /// Type of the trendline. member
H A Dtypegroupmodel.hxx80 sal_Int32 mnTypeId; /// Chart type identifier. member
H A Daxismodel.hxx92 sal_Int32 mnTypeId; /// Type identifier of this axis. member

Completed in 70 milliseconds