Home
last modified time | relevance | path

Searched refs:XclExpRoot (Results 26 – 41 of 41) sorted by relevance

12

/trunk/main/sc/source/filter/excel/
H A Dexcdoc.cxx139 static void lcl_AddScenariosAndFilters( XclExpRecordList<>& aRecList, const XclExpRoot& rRoot, SCTA… in lcl_AddScenariosAndFilters()
148 ExcTable::ExcTable( const XclExpRoot& rRoot ) : in ExcTable()
149 XclExpRoot( rRoot ), in ExcTable()
157 ExcTable::ExcTable( const XclExpRoot& rRoot, SCTAB nScTab ) : in ExcTable()
158 XclExpRoot( rRoot ), in ExcTable()
699 ExcDocument::ExcDocument( const XclExpRoot& rRoot ) : in ExcDocument()
700 XclExpRoot( rRoot ), in ExcDocument()
H A Dexcrecds.cxx445 XclExpCountry::XclExpCountry( const XclExpRoot& rRoot ) : in XclExpCountry()
651 XclExpAutofilter::XclExpAutofilter( const XclExpRoot& rRoot, sal_uInt16 nC ) : in XclExpAutofilter()
653 XclExpRoot( rRoot ), in XclExpAutofilter()
831 ExcAutoFilterRecs::ExcAutoFilterRecs( const XclExpRoot& rRoot, SCTAB nTab ) : in ExcAutoFilterRecs()
832 XclExpRoot( rRoot ), in ExcAutoFilterRecs()
1011 XclExpFilterManager::XclExpFilterManager( const XclExpRoot& rRoot ) : in XclExpFilterManager()
1012 XclExpRoot( rRoot ) in XclExpFilterManager()
H A Dxepivot.cxx208 const XclExpRoot& rRoot, const XclExpPivotCache& rPCache, sal_uInt16 nFieldIdx, in XclExpPCField()
212 XclExpRoot( rRoot ), in XclExpPCField()
244 const XclExpRoot& rRoot, const XclExpPivotCache& rPCache, sal_uInt16 nFieldIdx, in XclExpPCField()
248 XclExpRoot( rRoot ), in XclExpPCField()
628 XclExpPivotCache::XclExpPivotCache( const XclExpRoot& rRoot, const ScDPObject& rDPObj, sal_uInt16 n… in XclExpPivotCache()
629 XclExpRoot( rRoot ), in XclExpPivotCache()
1250 XclExpPivotTable::XclExpPivotTable( const XclExpRoot& rRoot, const ScDPObject& rDPObj, const XclExp… in XclExpPivotTable()
1251 XclExpRoot( rRoot ), in XclExpPivotTable()
1706 XclExpPivotTableManager::XclExpPivotTableManager( const XclExpRoot& rRoot ) : in XclExpPivotTableManager()
1707 XclExpRoot( rRoot ), in XclExpPivotTableManager()
H A Dxeview.cxx39 XclExpWindow1::XclExpWindow1( const XclExpRoot& rRoot ) : in XclExpWindow1()
92 XclExpWindow2::XclExpWindow2( const XclExpRoot& rRoot, in XclExpWindow2()
118 const XclExpRoot& rRoot = rStrm.GetRoot(); in WriteBody()
299 XclExpTabViewSettings::XclExpTabViewSettings( const XclExpRoot& rRoot, SCTAB nScTab ) : in XclExpTabViewSettings()
300 XclExpRoot( rRoot ), in XclExpTabViewSettings()
H A Dxepage.cxx203 XclExpPageSettings::XclExpPageSettings( const XclExpRoot& rRoot ) : in XclExpPageSettings()
204 XclExpRoot( rRoot ) in XclExpPageSettings()
394 XclExpChartPageSettings::XclExpChartPageSettings( const XclExpRoot& rRoot ) : in XclExpChartPageSettings()
395 XclExpRoot( rRoot ) in XclExpChartPageSettings()
H A Dexpop2.cxx58 XclExpRoot( rExpData ) in ExportBiff5()
150 , XclExpRoot( rExpData ) in ExportXml2007()
H A Dxeformula.cxx313 class XclExpFmlaCompImpl : protected XclExpRoot, protected XclTokenArrayHelper
316 explicit XclExpFmlaCompImpl( const XclExpRoot& rRoot );
494 XclExpFmlaCompImpl::XclExpFmlaCompImpl( const XclExpRoot& rRoot ) : in XclExpFmlaCompImpl()
495 XclExpRoot( rRoot ), in XclExpFmlaCompImpl()
2208 inline void lclAppend( ScfUInt8Vec& orVector, const XclExpRoot& rRoot, const String& rString, XclSt… in lclAppend()
2586 XclExpFormulaCompiler::XclExpFormulaCompiler( const XclExpRoot& rRoot ) : in XclExpFormulaCompiler()
2587 XclExpRoot( rRoot ), in XclExpFormulaCompiler()
H A Dxechart.cxx173 sal_uInt16 lclGetTimeValue( const XclExpRoot& rRoot, double fSerialDate, sal_uInt16 nTimeUnit ) in lclGetTimeValue()
190 bool lclConvertTimeValue( const XclExpRoot& rRoot, sal_uInt16& rnValue, const Any& rAny, sal_uInt16… in lclConvertTimeValue()
296 XclExpChRoot::XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData ) : in XclExpChRoot()
297 XclExpRoot( rRoot ), in XclExpChRoot()
3302 XclExpChChart::XclExpChChart( const XclExpRoot& rRoot, in XclExpChChart()
3428 XclExpChartDrawing::XclExpChartDrawing( const XclExpRoot& rRoot, in XclExpChartDrawing()
3430 XclExpRoot( rRoot ) in XclExpChartDrawing()
3464 XclExpChart::XclExpChart( const XclExpRoot& rRoot, Reference< XModel > xModel, const Rectangle& rCh… in XclExpChart()
3466 XclExpRoot( rRoot ) in XclExpChart()
H A Dxestream.cxx67 XclExpStream::XclExpStream( SvStream& rOutStrm, const XclExpRoot& rRoot, sal_uInt16 nMaxRecSize ) : in XclExpStream()
483 XclExpBiff8Encrypter::XclExpBiff8Encrypter( const XclExpRoot& rRoot ) : in XclExpBiff8Encrypter()
820 …Stream( const Reference< XComponentContext >& rxContext, SvStream& rStrm, const XclExpRoot& rRoot ) in XclExpXmlStream()
/trunk/main/sc/source/filter/inc/
H A Dxelink.hxx54 class XclExpTabInfo : protected XclExpRoot
58 explicit XclExpTabInfo( const XclExpRoot& rRoot );
140 class XclExpLinkManager : public XclExpRecordBase, protected XclExpRoot
143 explicit XclExpLinkManager( const XclExpRoot& rRoot );
H A Dxechart.hxx81 class XclExpChRoot : public XclExpRoot
87 explicit XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData );
1213 explicit XclExpChChart( const XclExpRoot& rRoot,
1250 class XclExpChartDrawing : public XclExpRecordBase, protected XclExpRoot
1254 const XclExpRoot& rRoot,
1269 class XclExpChart : public XclExpSubStream, protected XclExpRoot
1275 explicit XclExpChart( const XclExpRoot& rRoot,
H A Dxeroot.hxx103 class XclExpRoot : public XclRoot class
106 explicit XclExpRoot( XclExpRootData& rExpRootData );
109 inline const XclExpRoot& GetRoot() const { return *this; } in GetRoot()
H A Dxeformula.hxx53 class XclExpFormulaCompiler : protected XclExpRoot
56 explicit XclExpFormulaCompiler( const XclExpRoot& rRoot );
H A Dxename.hxx38 class XclExpNameManager : public XclExpRecordBase, protected XclExpRoot
41 explicit XclExpNameManager( const XclExpRoot& rRoot );
H A Droot.hxx52 class XclExpRoot;
75 XclExpRoot* pER;
H A Dexp_op.hxx101 class ExportBiff5 : public ExportTyp, protected XclExpRoot
126 class ExportXml2007 : public ExportTyp, protected XclExpRoot

Completed in 114 milliseconds

12