Searched refs:XclChTypeInfo (Results 1 – 6 of 6) sorted by relevance
535 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 …]
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()
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()
1267 struct XclChTypeInfo struct1289 struct XclChExtTypeInfo : public XclChTypeInfo argument1294 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;
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.
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.
Completed in 195 milliseconds