Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx238 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo() function in XclImpChRoot
243 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( sal_uInt16 nRecId ) const in GetChartTypeInfo() function in XclImpChRoot
2130 maTypeInfo( rRoot.GetChartTypeInfo( EXC_CHTYPEID_UNKNOWN ) ) in XclImpChType()
2190 maTypeInfo = GetChartTypeInfo( bStockChart ? in Finalize()
2194 maTypeInfo = GetChartTypeInfo( ::get_flagvalue( in Finalize()
2199 maTypeInfo = GetChartTypeInfo( (maData.mnPieHole > 0) ? in Finalize()
2203 maTypeInfo = GetChartTypeInfo( ::get_flagvalue( in Finalize()
2208 maTypeInfo = GetChartTypeInfo( mnRecId ); in Finalize()
H A Dxechart.cxx316 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo() function in XclExpChRoot
321 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( const OUString& rServiceName ) const in GetChartTypeInfo() function in XclExpChRoot
2125 maTypeInfo( rRoot.GetChartTypeInfo( EXC_CHTYPEID_UNKNOWN ) ) in XclExpChType()
2134 maTypeInfo = GetChartTypeInfo( xChartType->getChartType() ); in Convert()
2140 … maTypeInfo = GetChartTypeInfo( bSwappedAxesSet ? EXC_CHTYPEID_HORBAR : EXC_CHTYPEID_BAR ); in Convert()
2159 maTypeInfo = GetChartTypeInfo( bDonut ? EXC_CHTYPEID_DONUT : EXC_CHTYPEID_PIE ); in Convert()
/aoo4110/main/sc/source/filter/inc/
H A Dxechart.hxx97 const XclChTypeInfo& GetChartTypeInfo( XclChTypeId eType ) const;
99 const XclChTypeInfo& GetChartTypeInfo( const ::rtl::OUString& rServiceName ) const;
H A Dxichart.hxx101 const XclChTypeInfo& GetChartTypeInfo( XclChTypeId eType ) const;
103 const XclChTypeInfo& GetChartTypeInfo( sal_uInt16 nRecId ) const;

Completed in 88 milliseconds