Lines Matching refs:pExcRoot

131     pExcRoot = &GetOldRoot();  in ImportExcel()
132 pExcRoot->pIR = this; // ExcRoot -> XclImpRoot 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()
136 pExcRoot->pExtNameBuff = new ExtNameBuff ( *this ); in ImportExcel()
138 pExtNameBuff = new NameBuffer( pExcRoot ); //#94039# prevent empty rootdata in ImportExcel()
144 pFormConv = pExcRoot->pFmlaConverter = new ExcelToSc( GetRoot() ); in ImportExcel()
445 pExcRoot->eDateiTyp = Biff2C; in Bof2()
447 pExcRoot->eDateiTyp = Biff2M; in Bof2()
449 pExcRoot->eDateiTyp = Biff2; in Bof2()
475 XclImpUrlHelper::DecodeUrl( aUrl, aTabName, bSameWorkBook, *pExcRoot->pIR, aEncodedUrl ); in Externsheet()
476 mnLastRefIdx = pExcRoot->pExtSheetBuff->Add( aUrl, aTabName, bSameWorkBook ); in Externsheet()
582 pExcRoot->pExtNameBuff->AddName( aName, mnLastRefIdx ); in Externname25()
586 pExcRoot->pExtNameBuff->AddOLE( aName, mnLastRefIdx, nRes ); // nRes is storage ID in Externname25()
590 pExcRoot->pExtNameBuff->AddDDE( aName, mnLastRefIdx ); in Externname25()
843 pExcRoot->pShrfmlaBuff->Store( ScRange( static_cast<SCCOL>(nFirstCol), in Shrfmla()
986 pExcRoot->eDateiTyp = Biff3W; in Bof3()
988 pExcRoot->eDateiTyp = Biff3C; in Bof3()
990 pExcRoot->eDateiTyp = Biff3M; in Bof3()
992 pExcRoot->eDateiTyp = Biff3; in Bof3()
1125 pExcRoot->eDateiTyp = Biff4W; in Bof4()
1127 pExcRoot->eDateiTyp = Biff4C; in Bof4()
1129 pExcRoot->eDateiTyp = Biff4M; in Bof4()
1131 pExcRoot->eDateiTyp = Biff4; in Bof4()
1152 pExcRoot->eDateiTyp = BiffX; in Bof5()
1159 pExcRoot->eDateiTyp = eDatei; in Bof5()
1164 pExcRoot->pExtSheetBuff->Reset(); in EndSheet()
1168 pExcRoot->pExtNameBuff->Reset(); in EndSheet()
1182 pExcRoot->pShrfmlaBuff->Clear(); in NeueTabelle()
1188 pExcRoot->pColRowBuff = pColRowBuff = pOutlineListBuffer->Last()->GetColRowBuff(); in NeueTabelle()
1291 if( pExcRoot->pPrintRanges->HasRanges() ) in PostDocLoad()
1295 p = pExcRoot->pPrintRanges->First( static_cast<sal_uInt16>(n) ); in PostDocLoad()
1298 DBG_ASSERT( pExcRoot->pPrintRanges->GetActList(), in PostDocLoad()
1305 p = pExcRoot->pPrintRanges->Next(); in PostDocLoad()
1317 if( pExcRoot->pPrintTitles->HasRanges() ) in PostDocLoad()
1321 p = pExcRoot->pPrintTitles->First( static_cast<sal_uInt16>(n) ); in PostDocLoad()
1324 DBG_ASSERT( pExcRoot->pPrintTitles->GetActList(), in PostDocLoad()
1344 p = pExcRoot->pPrintTitles->Next(); in PostDocLoad()