Home
last modified time | relevance | path

Searched refs:pCell1 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dcolumn.cxx845 ScBaseCell* pCell1 = 0; in SwapRow() local
848 pCell1 = pItems[nIndex1].pCell; in SwapRow()
856 if ( !pCell1 && !pCell2 ) in SwapRow()
860 if ( !pCell1 ) in SwapRow()
864 ::std::swap( pCell1, pCell2 ); in SwapRow()
889 pItems[nIndex2].pCell = pCell1; in SwapRow()
913 Insert( nRow2, pCell1 ); in SwapRow()
999 ScBaseCell* pCell1 = 0; in SwapCell() local
1002 pCell1 = pItems[nIndex1].pCell; in SwapCell()
1010 if( !pCell1 ) in SwapCell()
[all …]
H A Dtable3.cxx239 ScBaseCell* pCell1, SCCOL nCell1Col, SCROW nCell1Row, in CompareCell() argument
245 if (pCell1) in CompareCell()
247 eType1 = pCell1->GetCellType(); in CompareCell()
249 pCell1 = NULL; in CompareCell()
258 if (pCell1) in CompareCell()
263 if ( eType1 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell1)->IsValue() ) in CompareCell()
274 ((ScStringCell*)pCell1)->GetString(aStr1); in CompareCell()
310 nVal1 = ((ScValueCell*)pCell1)->GetValue(); in CompareCell()
312 nVal1 = ((ScFormulaCell*)pCell1)->GetValue(); in CompareCell()
477 ScBaseCell* pCell1 = aCol[nCol].GetCell( nIndex1 ); in Compare() local
[all …]
H A Dcell.cxx476 sal_Bool ScBaseCell::CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 ) in CellEqual() argument
480 if ( pCell1 ) in CellEqual()
482 eType1 = pCell1->GetCellType(); in CellEqual()
504 return ( ((const ScValueCell*)pCell1)->GetValue() == in CellEqual()
509 if ( pCell1->GetCellType() == CELLTYPE_STRING ) in CellEqual()
510 ((const ScStringCell*)pCell1)->GetString(aText1); in CellEqual()
512 ((const ScEditCell*)pCell1)->GetString(aText1); in CellEqual()
526 ScTokenArray* pCode1 = ((ScFormulaCell*)pCell1)->GetCode(); in CellEqual()
/trunk/main/sc/inc/
H A Dcell.hxx157 static sal_Bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
H A Dtable.hxx848 ScBaseCell* pCell1, SCCOL nCell1Col, SCROW nCell1Row,
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5070 const ScBaseCell* pCell1 = pDoc->GetCell( aRange.aStart ); in getArrayFormula() local
5072 if ( pCell1 && pCell2 && pCell1->GetCellType() == CELLTYPE_FORMULA && in getArrayFormula()
5075 const ScFormulaCell* pFCell1 = (const ScFormulaCell*)pCell1; in getArrayFormula()
5145 const ScBaseCell* pCell1 = pDoc->GetCell( aRange.aStart ); in getArrayTokens() local
5147 if ( pCell1 && pCell2 && pCell1->GetCellType() == CELLTYPE_FORMULA && in getArrayTokens()
5150 const ScFormulaCell* pFCell1 = (const ScFormulaCell*)pCell1; in getArrayTokens()

Completed in 126 milliseconds