Searched refs:mnTypeId (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | ximpstyl.cxx | 484 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 D | ximpstyl.hxx | 171 sal_uInt16 mnTypeId; member in SdXMLPresentationPageLayoutContext 191 sal_uInt16 GetTypeId() const { return mnTypeId; } in GetTypeId()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | axisconverter.cxx | 187 … 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 D | seriesconverter.cxx | 222 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 D | seriesmodel.cxx | 83 mnTypeId( XML_both ), in ErrorBarModel() 108 mnTypeId( XML_linear ), in TrendlineModel()
|
H A D | axismodel.cxx | 60 mnTypeId( nTypeId ), in AxisModel()
|
H A D | typegroupmodel.cxx | 60 mnTypeId( nTypeId ), in TypeGroupModel()
|
H A D | seriescontext.cxx | 215 mrModel.mnTypeId = rAttribs.getToken( XML_val, XML_both ); in onCreateContext() 315 mrModel.mnTypeId = rAttribs.getToken( XML_val, XML_linear ); in onCreateContext()
|
H A D | typegroupconverter.cxx | 144 switch( mrModel.mnTypeId ) in TypeGroupConverter()
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | seriesmodel.hxx | 119 sal_Int32 mnTypeId; /// Type of the error bars (plus/minus/both). member 161 sal_Int32 mnTypeId; /// Type of the trendline. member
|
H A D | typegroupmodel.hxx | 80 sal_Int32 mnTypeId; /// Chart type identifier. member
|
H A D | axismodel.hxx | 92 sal_Int32 mnTypeId; /// Type identifier of this axis. member
|
Completed in 47 milliseconds