Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx93 const TypeGroupInfo& lclGetTypeInfoFromTypeId( TypeId eTypeId ) in lclGetTypeInfoFromTypeId() argument
97 if( pIt->meTypeId == eTypeId ) in lclGetTypeInfoFromTypeId()
99 …OSL_ENSURE( eTypeId == TYPEID_UNKNOWN, "lclGetTypeInfoFromTypeId - unexpected chart type identifie… in lclGetTypeInfoFromTypeId()
143 TypeId eTypeId = TYPEID_UNKNOWN; in TypeGroupConverter() local
147 …case C_TOKEN( area3DChart ): ENSURE_AXESCOUNT( 2, 3 ); eTypeId = TYPEID_AREA; mb3dChart = … in TypeGroupConverter()
148 …case C_TOKEN( areaChart ): ENSURE_AXESCOUNT( 2, 2 ); eTypeId = TYPEID_AREA; mb3dChart = … in TypeGroupConverter()
149 …case C_TOKEN( bar3DChart ): ENSURE_AXESCOUNT( 2, 3 ); eTypeId = TYPEID_BAR; mb3dChart = … in TypeGroupConverter()
150 …case C_TOKEN( barChart ): ENSURE_AXESCOUNT( 2, 2 ); eTypeId = TYPEID_BAR; mb3dChart = … in TypeGroupConverter()
151 …case C_TOKEN( bubbleChart ): ENSURE_AXESCOUNT( 2, 2 ); eTypeId = TYPEID_BUBBLE; mb3dChart = … in TypeGroupConverter()
152 …case C_TOKEN( doughnutChart ): ENSURE_AXESCOUNT( 0, 0 ); eTypeId = TYPEID_DOUGHNUT; mb3dChart = … in TypeGroupConverter()
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dxlchart.cxx579 const XclChTypeInfo& XclChTypeInfoProvider::GetTypeInfo( XclChTypeId eTypeId ) const in GetTypeInfo()
581 XclChTypeInfoMap::const_iterator aIt = maInfoMap.find( eTypeId ); in GetTypeInfo()