Home
last modified time | relevance | path

Searched refs:pScCell (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx717 const ScBaseCell* pScCell, in GetCellData() argument
726 if( !pScCell ) in GetCellData()
733 switch( pScCell->GetCellType() ) in GetCellData()
737 rpData->fValue = ((const ScValueCell*) pScCell)->GetValue(); in GetCellData()
758 if( pScCell->GetCellType() == CELLTYPE_STRING ) in GetCellData()
759 ((const ScStringCell*) pScCell)->GetString( sCellStr ); in GetCellData()
761 ((const ScEditCell*) pScCell)->GetString( sCellStr ); in GetCellData()
771 const ScFormulaCell* pFmlCell = (const ScFormulaCell*) pScCell; in GetCellData()
/aoo4110/main/sc/source/filter/excel/
H A Dxetable.cxx2388 const ScBaseCell* pScCell = aIt.GetCell(); in XclExpCellTable() local
2411 CellType eCellType = pScCell ? pScCell->GetCellType() : CELLTYPE_NONE; in XclExpCellTable()
2416 double fValue = static_cast< const ScValueCell* >( pScCell )->GetValue(); in XclExpCellTable()
2442 const ScStringCell& rScStrCell = *static_cast< const ScStringCell* >( pScCell ); in XclExpCellTable()
2450 const ScEditCell& rScEditCell = *static_cast< const ScEditCell* >( pScCell ); in XclExpCellTable()
2466 const ScFormulaCell& rScFmlaCell = *static_cast< const ScFormulaCell* >( pScCell ); in XclExpCellTable()
2490 const ScPostIt* pScNote = pScCell ? pScCell->GetNote() : 0; in XclExpCellTable()
/aoo4110/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx464 const ScBaseCell* pScCell,

Completed in 41 milliseconds