Lines Matching refs:SchXMLExportHelper_Impl

127 class SchXMLExportHelper_Impl  class
136 SchXMLExportHelper_Impl( SvXMLExport& rExport,
139 virtual ~SchXMLExportHelper_Impl();
255 SchXMLExportHelper_Impl(SchXMLExportHelper_Impl &); // not defined
256 void operator =(SchXMLExportHelper_Impl &); // not defined
523 SchXMLExportHelper_Impl::tDataSequenceCont & rOutSequencesToExport ) in lcl_getLabelAndValueRangeByRole()
540 …rOutSequencesToExport.push_back( SchXMLExportHelper_Impl::tLabelValuesDataPair( xLabelSeq, xValueS… in lcl_getLabelAndValueRangeByRole()
618 const SchXMLExportHelper_Impl::tDataSequenceCont & rContainer ) in lcl_getMaxSequenceLength()
621 for( SchXMLExportHelper_Impl::tDataSequenceCont::const_iterator aIt( rContainer.begin()); in lcl_getMaxSequenceLength()
787 typedef ::std::map< sal_Int32, SchXMLExportHelper_Impl::tLabelValuesDataPair >
810 SchXMLExportHelper_Impl::tDataSequenceCont & rInOutSequences ) in lcl_ReorderInternalSequencesAccordingToTheirRangeName()
827 SchXMLExportHelper_Impl::tDataSequenceCont::value_type( 0, 0 )); in lcl_ReorderInternalSequencesAccordingToTheirRangeName()
835 const SchXMLExportHelper_Impl::tDataSequenceCont & aSequencesToExport, in lcl_getDataForLocalTable()
862SchXMLExportHelper_Impl::tDataSequenceCont::size_type nNumSequences = aSequencesToExport.size(); in lcl_getDataForLocalTable()
863SchXMLExportHelper_Impl::tDataSequenceCont::const_iterator aBegin( aSequencesToExport.begin()); in lcl_getDataForLocalTable()
864 SchXMLExportHelper_Impl::tDataSequenceCont::const_iterator aEnd( aSequencesToExport.end()); in lcl_getDataForLocalTable()
865 SchXMLExportHelper_Impl::tDataSequenceCont::const_iterator aIt( aBegin ); in lcl_getDataForLocalTable()
1070 : m_pImpl( new SchXMLExportHelper_Impl( rExport, rASPool ) ) in SchXMLExportHelper()
1084 UniReference< XMLPropertySetMapper > SchXMLExportHelper_Impl::GetPropertySetMapper() const in GetPropertySetMapper()
1089 void SchXMLExportHelper_Impl::exportAutoStyles() in exportAutoStyles()
1115 SchXMLExportHelper_Impl::SchXMLExportHelper_Impl( in SchXMLExportHelper_Impl() function in SchXMLExportHelper_Impl
1184 SchXMLExportHelper_Impl::~SchXMLExportHelper_Impl() in ~SchXMLExportHelper_Impl()
1188 void SchXMLExportHelper_Impl::collectAutoStyles( Reference< chart::XChartDocument > rChartDoc ) in collectAutoStyles()
1193 void SchXMLExportHelper_Impl::exportChart( Reference< chart::XChartDocument > rChartDoc, in exportChart()
1224 void SchXMLExportHelper_Impl::parseDocument( Reference< chart::XChartDocument >& rChartDoc, in parseDocument()
1678 void SchXMLExportHelper_Impl::exportTable() in exportTable()
1958 void SchXMLExportHelper_Impl::exportPlotArea( in exportPlotArea()
2273 void SchXMLExportHelper_Impl::exportCoordinateRegion( const uno::Reference< chart::XDiagram >& xDia… in exportCoordinateRegion()
2313 void SchXMLExportHelper_Impl::exportDateScale( const Reference< beans::XPropertySet > xAxisProps ) in exportDateScale()
2344 void SchXMLExportHelper_Impl::exportAxisTitle( const Reference< beans::XPropertySet > xTitleProps, … in exportAxisTitle()
2373 void SchXMLExportHelper_Impl::exportGrid( const Reference< beans::XPropertySet > xGridProperties, b… in exportGrid()
2434 void SchXMLExportHelper_Impl::exportAxis( in exportAxis()
2509 void SchXMLExportHelper_Impl::exportAxes( in exportAxes()
2711 void SchXMLExportHelper_Impl::exportSeries( in exportSeries()
3095 void SchXMLExportHelper_Impl::exportRegressionCurve( in exportRegressionCurve()
3202 void SchXMLExportHelper_Impl::exportCandleStickSeries( in exportCandleStickSeries()
3320 void SchXMLExportHelper_Impl::exportDataPoints( in exportDataPoints()
3568 void SchXMLExportHelper_Impl::getCellAddress( sal_Int32 nCol, sal_Int32 nRow ) in getCellAddress()
3588 void SchXMLExportHelper_Impl::addPosition( const awt::Point & rPosition ) in addPosition()
3599 void SchXMLExportHelper_Impl::addPosition( Reference< drawing::XShape > xShape ) in addPosition()
3605 void SchXMLExportHelper_Impl::addSize( const awt::Size & rSize, bool bIsOOoNamespace) in addSize()
3617 void SchXMLExportHelper_Impl::addSize( Reference< drawing::XShape > xShape, bool bIsOOoNamespace ) in addSize()
3623 awt::Size SchXMLExportHelper_Impl::getPageSize( const Reference< chart2::XChartDocument > & xChartD… in getPageSize()
3634 void SchXMLExportHelper_Impl::CollectAutoStyle( const std::vector< XMLPropertyState >& aStates ) in CollectAutoStyle()
3640 void SchXMLExportHelper_Impl::AddAutoStyleAttribute( const std::vector< XMLPropertyState >& aStates… in AddAutoStyleAttribute()
3651 void SchXMLExportHelper_Impl::exportText( const OUString& rText, bool bConvertTabsLFs ) in exportText()
3798 void SchXMLExportHelper_Impl::InitRangeSegmentationProperties( const Reference< chart2::XChartDocum… in InitRangeSegmentationProperties()