Searched refs:eTypeId (Results 1 – 2 of 2) sorted by relevance
93 const TypeGroupInfo& lclGetTypeInfoFromTypeId( TypeId eTypeId ) in lclGetTypeInfoFromTypeId() argument97 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() local147 …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()168 switch( eTypeId ) in TypeGroupConverter()172 eTypeId = TYPEID_HORBAR; in TypeGroupConverter()176 eTypeId = TYPEID_RADARAREA; in TypeGroupConverter()[all …]
579 const XclChTypeInfo& XclChTypeInfoProvider::GetTypeInfo( XclChTypeId eTypeId ) const in GetTypeInfo()581 XclChTypeInfoMap::const_iterator aIt = maInfoMap.find( eTypeId ); in GetTypeInfo()
Completed in 17 milliseconds