Searched refs:pCell2 (Results 1 – 8 of 8) sorted by relevance
850 ScBaseCell* pCell2 = 0; in SwapRow() local856 if ( !pCell1 && !pCell2 ) in SwapRow()873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow()884 if ( pCell2 ) in SwapRow()971 if ( pCell2 ) in SwapRow()980 SvtBroadcaster* pBC2 = pCell2 ? pCell2->ReleaseBroadcaster() : 0; in SwapRow()990 if ( pCell2 && !pNew2 ) in SwapRow()1004 ScBaseCell* pCell2 = 0; in SwapCell() local1012 if( pCell2 ) in SwapCell()1020 …ScFormulaCell* pFmlaCell2 = (pCell2 && (pCell2->GetCellType() == CELLTYPE_FORMULA)) ? static_cast<… in SwapCell()[all …]
240 ScBaseCell* pCell2, SCCOL nCell2Col, SCROW nCell2Row ) in CompareCell() argument251 if (pCell2) in CompareCell()253 eType2 = pCell2->GetCellType(); in CompareCell()255 pCell2 = NULL; in CompareCell()260 if (pCell2) in CompareCell()278 ((ScStringCell*)pCell2)->GetString(aStr2); in CompareCell()316 nVal2 = ((ScValueCell*)pCell2)->GetValue(); in CompareCell()318 nVal2 = ((ScFormulaCell*)pCell2)->GetValue(); in CompareCell()334 if ( pCell2 ) in CompareCell()478 ScBaseCell* pCell2 = aCol[nCol].GetCell( nIndex2 ); in Compare() local[all …]
476 sal_Bool ScBaseCell::CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 ) in CellEqual() argument488 if ( pCell2 ) in CellEqual()490 eType2 = pCell2->GetCellType(); in CellEqual()505 ((const ScValueCell*)pCell2)->GetValue() ); in CellEqual()514 if ( pCell2->GetCellType() == CELLTYPE_STRING ) in CellEqual()515 ((const ScStringCell*)pCell2)->GetString(aText2); in CellEqual()517 ((const ScEditCell*)pCell2)->GetString(aText2); in CellEqual()527 ScTokenArray* pCode2 = ((ScFormulaCell*)pCell2)->GetCode(); in CellEqual()
1783 HTMLTableCell *pCell2 = GetCell( nTopRow, nStartCol ); in MakeTableLine() local1784 if( pCell2->GetColSpan() == (nCol+1-nStartCol) ) in MakeTableLine()1790 long nBoxRowSpan = pCell2->GetRowSpan(); in MakeTableLine()1791 if ( !pCell2->GetContents() || pCell2->IsCovered() ) in MakeTableLine()1793 if ( pCell2->IsCovered() ) in MakeTableLine()1803 pCell2->SetContents( pCnts ); in MakeTableLine()1818 pBox = MakeTableBox( pLine, pCell2->GetContents(), in MakeTableLine()
157 static sal_Bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
849 ScBaseCell* pCell2, SCCOL nCell2Col, SCROW nCell2Row );
2025 const SwXMLTableCell_Impl *pCell2 = in MakeTableBox() local2027 const sal_uInt32 nColSpan2 = pCell2->GetColSpan(); in MakeTableBox()
5071 const ScBaseCell* pCell2 = pDoc->GetCell( aRange.aEnd ); in getArrayFormula() local5072 if ( pCell1 && pCell2 && pCell1->GetCellType() == CELLTYPE_FORMULA && in getArrayFormula()5073 pCell2->GetCellType() == CELLTYPE_FORMULA ) in getArrayFormula()5076 const ScFormulaCell* pFCell2 = (const ScFormulaCell*)pCell2; in getArrayFormula()5146 const ScBaseCell* pCell2 = pDoc->GetCell( aRange.aEnd ); in getArrayTokens() local5147 if ( pCell1 && pCell2 && pCell1->GetCellType() == CELLTYPE_FORMULA && in getArrayTokens()5148 pCell2->GetCellType() == CELLTYPE_FORMULA ) in getArrayTokens()5151 const ScFormulaCell* pFCell2 = (const ScFormulaCell*)pCell2; in getArrayTokens()
Completed in 141 milliseconds