Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxechart.hxx540 class XclExpChMarkerFormat : public XclExpRecord class
543 explicit XclExpChMarkerFormat( const XclExpChRoot& rRoot );
571 typedef rtl::Reference< XclExpChMarkerFormat > XclExpChMarkerFormatRef;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxechart.hxx541 class XclExpChMarkerFormat : public XclExpRecord class
544 explicit XclExpChMarkerFormat( const XclExpChRoot& rRoot );
572 typedef std::shared_ptr< XclExpChMarkerFormat > XclExpChMarkerFormatRef;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxechart.cxx1427 XclExpChMarkerFormat::XclExpChMarkerFormat( const XclExpChRoot& rRoot ) : in XclExpChMarkerFormat() function in XclExpChMarkerFormat
1434 void XclExpChMarkerFormat::Convert( const XclExpChRoot& rRoot, in Convert()
1447 void XclExpChMarkerFormat::ConvertStockSymbol( const XclExpChRoot& rRoot, in ConvertStockSymbol()
1473 void XclExpChMarkerFormat::RegisterColors( const XclExpChRoot& rRoot ) in RegisterColors()
1484 void XclExpChMarkerFormat::WriteBody( XclExpStream& rStrm ) in WriteBody()
1568 mxMarkerFmt = new XclExpChMarkerFormat( GetChRoot() ); in ConvertDataSeries()
1605 mxMarkerFmt = new XclExpChMarkerFormat( GetChRoot() ); in ConvertStockSeries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxechart.cxx1427 XclExpChMarkerFormat::XclExpChMarkerFormat( const XclExpChRoot& rRoot ) : in XclExpChMarkerFormat() function in XclExpChMarkerFormat
1434 void XclExpChMarkerFormat::Convert( const XclExpChRoot& rRoot, in Convert()
1447 void XclExpChMarkerFormat::ConvertStockSymbol( const XclExpChRoot& rRoot, in ConvertStockSymbol()
1473 void XclExpChMarkerFormat::RegisterColors( const XclExpChRoot& rRoot ) in RegisterColors()
1484 void XclExpChMarkerFormat::WriteBody( XclExpStream& rStrm ) in WriteBody()
1568 mxMarkerFmt.reset( new XclExpChMarkerFormat( GetChRoot() ) ); in ConvertDataSeries()
1605 mxMarkerFmt.reset( new XclExpChMarkerFormat( GetChRoot() ) ); in ConvertStockSeries()