Searched refs:XclChTypeInfo (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xlchart.cxx | 535 static const XclChTypeInfo spTypeInfos[] = 556 XclChExtTypeInfo::XclChExtTypeInfo( const XclChTypeInfo& rTypeInfo ) : in XclChExtTypeInfo() 557 XclChTypeInfo( rTypeInfo ), in XclChExtTypeInfo() 563 void XclChExtTypeInfo::Set( const XclChTypeInfo& rTypeInfo, bool b3dChart, bool bSpline ) in Set() 565 static_cast< XclChTypeInfo& >( *this ) = rTypeInfo; in Set() 574 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in XclChTypeInfoProvider() 575 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in XclChTypeInfoProvider() 579 const XclChTypeInfo& XclChTypeInfoProvider::GetTypeInfo( XclChTypeId eTypeId ) const in GetTypeInfo() 586 const XclChTypeInfo& XclChTypeInfoProvider::GetTypeInfoFromRecId( sal_uInt16 nRecId ) const in GetTypeInfoFromRecId() 588 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in GetTypeInfoFromRecId() [all …]
|
| H A D | xechart.cxx | 316 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo() 321 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( const OUString& rServiceName ) const in GetChartTypeInfo() 1276 const XclChTypeInfo& rTypeInfo, const XclChDataPointPos& rPointPos ) in ConvertDataLabel()
|
| H A D | xichart.cxx | 238 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo() 243 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( sal_uInt16 nRecId ) const in GetChartTypeInfo() 1077 void XclImpChText::ConvertDataLabel( ScfPropertySet& rPropSet, const XclChTypeInfo& rTypeInfo ) con… in ConvertDataLabel()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xlchart.hxx | 1267 struct XclChTypeInfo struct 1289 struct XclChExtTypeInfo : public XclChTypeInfo argument 1294 explicit XclChExtTypeInfo( const XclChTypeInfo& rTypeInfo ); 1296 void Set( const XclChTypeInfo& rTypeInfo, bool b3dChart, bool bSpline ); 1315 const XclChTypeInfo& GetTypeInfo( XclChTypeId eType ) const; 1317 const XclChTypeInfo& GetTypeInfoFromRecId( sal_uInt16 nRecId ) const; 1319 const XclChTypeInfo& GetTypeInfoFromService( const ::rtl::OUString& rServiceName ) const; 1322 typedef ::std::map< XclChTypeId, const XclChTypeInfo* > XclChTypeInfoMap;
|
| H A D | xechart.hxx | 97 const XclChTypeInfo& GetChartTypeInfo( XclChTypeId eType ) const; 99 const XclChTypeInfo& GetChartTypeInfo( const ::rtl::OUString& rServiceName ) const; 539 const XclChTypeInfo& rTypeInfo, const XclChDataPointPos& rPointPos ); 834 inline const XclChTypeInfo& GetTypeInfo() const { return maTypeInfo; } in GetTypeInfo() 841 XclChTypeInfo maTypeInfo; /// Chart type info for the contained type.
|
| H A D | xichart.hxx | 101 const XclChTypeInfo& GetChartTypeInfo( XclChTypeId eType ) const; 103 const XclChTypeInfo& GetChartTypeInfo( sal_uInt16 nRecId ) const; 535 …void ConvertDataLabel( ScfPropertySet& rPropSet, const XclChTypeInfo& rTypeInfo ) c… 915 inline const XclChTypeInfo& GetTypeInfo() const { return maTypeInfo; } in GetTypeInfo() 931 XclChTypeInfo maTypeInfo; /// Chart type info for the contained type.
|