Searched refs:pCell1 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | column.cxx | 845 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 D | table3.cxx | 239 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 D | cell.cxx | 476 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()
|
/aoo4110/main/sc/inc/ |
H A D | cell.hxx | 157 static sal_Bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
|
H A D | table.hxx | 848 ScBaseCell* pCell1, SCCOL nCell1Col, SCROW nCell1Row,
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 5070 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 902 milliseconds