Searched refs:GetChartTypeInfo (Results 1 – 4 of 4) sorted by relevance
238 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo() function in XclImpChRoot243 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( sal_uInt16 nRecId ) const in GetChartTypeInfo() function in XclImpChRoot2130 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()
316 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo() function in XclExpChRoot321 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( const OUString& rServiceName ) const in GetChartTypeInfo() function in XclExpChRoot2125 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()
97 const XclChTypeInfo& GetChartTypeInfo( XclChTypeId eType ) const;99 const XclChTypeInfo& GetChartTypeInfo( const ::rtl::OUString& rServiceName ) const;
101 const XclChTypeInfo& GetChartTypeInfo( XclChTypeId eType ) const;103 const XclChTypeInfo& GetChartTypeInfo( sal_uInt16 nRecId ) const;
Completed in 67 milliseconds