Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dchgtrack.hxx558 ScChangeActionCellListEntry* pFirstCell; member in ScChangeActionDel
617 { return pFirstCell; } in GetFirstCellEntry()
648 ScChangeActionCellListEntry* pFirstCell; member in ScChangeActionMove
658 pFirstCell( NULL ), in ScChangeActionMove()
696 { return pFirstCell; } // only to use in the XML export in GetFirstCellEntry()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx220 ScBaseCell* pFirstCell = GetCell( nCol, nRow ); in FillAnalyse() local
221 CellType eCellType = pFirstCell ? pFirstCell->GetCellType() : CELLTYPE_NONE; in FillAnalyse()
235 nVal = ((ScValueCell*)pFirstCell)->GetValue(); in FillAnalyse()
311 double nVal1 = ((ScValueCell*)pFirstCell)->GetValue(); in FillAnalyse()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx902 pFirstCell( NULL ), in ScChangeActionDel()
941 pFirstCell( NULL ), in ScChangeActionDel()
964 pContent, pFirstCell ); in AddContent()
965 pFirstCell = pE; in AddContent()
971 pTrack->DeleteCellEntries( pFirstCell, this ); in DeleteCellEntries()
1270 pFirstCell( NULL ), in ScChangeActionMove()
1285 pContent, pFirstCell ); in AddContent()
1286 pFirstCell = pE; in AddContent()
1292 pTrack->DeleteCellEntries( pFirstCell, this ); in DeleteCellEntries()

Completed in 89 milliseconds