Searched refs:pCell1 (Results 1 – 6 of 6) sorted by relevance
845 ScBaseCell* pCell1 = 0; in SwapRow() local848 pCell1 = pItems[nIndex1].pCell; in SwapRow()856 if ( !pCell1 && !pCell2 ) in SwapRow()860 if ( !pCell1 ) in SwapRow()864 ::std::swap( pCell1, pCell2 ); in SwapRow()872 CellType eType1 = pCell1->GetCellType(); in SwapRow()875 …rmulaCell* pFmlaCell1 = (eType1 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell1 ) : 0; in SwapRow()882 SvtBroadcaster* pBC1 = pCell1->ReleaseBroadcaster(); in SwapRow()889 pItems[nIndex2].pCell = pCell1; in SwapRow()892 pCell1->TakeBroadcaster( pBC2 ); in SwapRow()[all …]
239 ScBaseCell* pCell1, SCCOL nCell1Col, SCROW nCell1Row, in CompareCell() argument245 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 …]
476 sal_Bool ScBaseCell::CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 ) in CellEqual() argument480 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()
157 static sal_Bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
848 ScBaseCell* pCell1, SCCOL nCell1Col, SCROW nCell1Row,
5070 const ScBaseCell* pCell1 = pDoc->GetCell( aRange.aStart ); in getArrayFormula() local5072 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() local5147 if ( pCell1 && pCell2 && pCell1->GetCellType() == CELLTYPE_FORMULA && in getArrayTokens()5150 const ScFormulaCell* pFCell1 = (const ScFormulaCell*)pCell1; in getArrayTokens()