Searched refs:pExcRoot (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/filter/excel/ |
H A D | impop.cxx | 131 pExcRoot = &GetOldRoot(); in ImportExcel() 133 pExcRoot->eDateiTyp = BiffX; in ImportExcel() 134 pExcRoot->pExtSheetBuff = new ExtSheetBuffer( pExcRoot ); //&aExtSheetBuff; in ImportExcel() 135 pExcRoot->pShrfmlaBuff = new ShrfmlaBuffer( pExcRoot ); //&aShrfrmlaBuff; in ImportExcel() 445 pExcRoot->eDateiTyp = Biff2C; in Bof2() 447 pExcRoot->eDateiTyp = Biff2M; in Bof2() 986 pExcRoot->eDateiTyp = Biff3W; in Bof3() 988 pExcRoot->eDateiTyp = Biff3C; in Bof3() 990 pExcRoot->eDateiTyp = Biff3M; in Bof3() 1125 pExcRoot->eDateiTyp = Biff4W; in Bof4() [all …]
|
H A D | excimp8.cxx | 115 pFormConv = pExcRoot->pFmlaConverter = new ExcelToSc8( GetRoot() ); in ImportExcel8() 206 aScenList.Append( new ExcScenario( aIn, *pExcRoot ) ); in Scenario() 297 if( pExcRoot->pAutoFilterBuffer ) in PostDocLoad() 298 pExcRoot->pAutoFilterBuffer->Apply(); in PostDocLoad() 349 if( !pExcRoot->pAutoFilterBuffer ) return; in FilterMode() 351 pExcRoot->pAutoFilterBuffer->IncrementActiveAF(); in FilterMode() 360 if( !pExcRoot->pAutoFilterBuffer ) return; in AutoFilterInfo() 372 if( !pExcRoot->pAutoFilterBuffer ) return; in AutoFilter() 410 ScDocument& rDoc = pExcRoot->pIR->GetDoc(); in SetCellAttribs() 425 pExcRoot->pIR->GetDoc().CreateQueryParam( aAdvRange.aStart.Col(), in InsertQueryParam() [all …]
|
H A D | read.cxx | 159 if( pExcRoot->eDateiTyp == Biff2 ) in Read() 167 if( pExcRoot->eDateiTyp == Biff3 ) in Read() 175 if( pExcRoot->eDateiTyp == Biff4 ) in Read() 187 if( pExcRoot->eDateiTyp == Biff5W ) in Read() 443 if( pExcRoot->eDateiTyp == Biff4 ) in Read() 535 if( pExcRoot->eDateiTyp == Biff4 ) in Read() 700 switch( pExcRoot->eDateiTyp ) in Read() 719 DBG_ASSERT( pExcRoot->eDateiTyp != Biff5W, in Read() 854 switch( pExcRoot->eDateiTyp ) in Read() 939 if( pExcRoot->eDateiTyp == Biff8W ) in Read() [all …]
|
H A D | expop2.cxx | 61 pExcRoot = &GetOldRoot(); in ExportBiff5() 62 pExcRoot->pER = this; // ExcRoot -> XclExpRoot in ExportBiff5() 63 pExcRoot->eDateiTyp = Biff5; in ExportBiff5() 139 pExcRoot->eDateiTyp = Biff8; in ExportBiff8() 152 pExcRoot = &GetOldRoot(); in ExportXml2007() 153 pExcRoot->pER = this; in ExportXml2007() 154 pExcRoot->eDateiTyp = Biff8; in ExportXml2007()
|
H A D | namebuff.cxx | 122 …ScRangeData* pData = new ScRangeData( pExcRoot->pIR->GetDocPtr(), aName, rToken, rRange.aStart, RT… in Store() 123 const ScAddress& rMaxPos = pExcRoot->pIR->GetMaxPos(); in Store() 127 pExcRoot->pIR->GetNamedRanges().Insert( pData ); in Store() 209 if( pExcRoot->pIR->GetDoc().GetTable( pCur->aTab, nNewTabNum ) ) in GetScTabIndex() 217 else if( pExcRoot->pIR->GetDocShell() ) in GetScTabIndex() 219 if( pExcRoot->pIR->GetExtDocOptions().GetDocSettings().mnLinkCnt == 0 ) in GetScTabIndex() 222 pExcRoot->pIR->GetDocShell() ) ); in GetScTabIndex() 224 … if( pExcRoot->pIR->GetDoc().LinkExternalTab( nNewTabNum, aTabName, aURL, pCur->aTab ) ) in GetScTabIndex()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | root.hxx | 84 RootData* pExcRoot; member in ExcRoot 85 inline ExcRoot( RootData* pNexExcRoot ) : pExcRoot( pNexExcRoot ) {} in ExcRoot() 86 inline ExcRoot( const ExcRoot& rCopy ) : pExcRoot( rCopy.pExcRoot ) {} in ExcRoot()
|
H A D | exp_op.hxx | 107 RootData* pExcRoot; member in ExportBiff5 132 RootData* pExcRoot; member in ExportXml2007
|
H A D | imp_op.hxx | 90 RootData* pExcRoot; member in ImportExcel
|
Completed in 120 milliseconds