Home
last modified time | relevance | path

Searched refs:XclChTypeInfo (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx535 static const XclChTypeInfo spTypeInfos[] =
556 XclChExtTypeInfo::XclChExtTypeInfo( const XclChTypeInfo& rTypeInfo ) : in XclChExtTypeInfo()
557 XclChTypeInfo( rTypeInfo ), in XclChExtTypeInfo()
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()
588 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in GetTypeInfoFromRecId()
589 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in GetTypeInfoFromRecId()
598 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in GetTypeInfoFromService()
[all …]
H A Dxechart.cxx316 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 Dxichart.cxx238 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()
/trunk/main/sc/source/filter/inc/
H A Dxlchart.hxx1267 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 Dxechart.hxx97 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 Dxichart.hxx101 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.

Completed in 85 milliseconds