Home
last modified time | relevance | path

Searched refs:pCell2 (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dcolumn.cxx850 ScBaseCell* pCell2 = 0; in SwapRow() local
856 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() local
1012 if( pCell2 ) in SwapCell()
1020 …ScFormulaCell* pFmlaCell2 = (pCell2 && (pCell2->GetCellType() == CELLTYPE_FORMULA)) ? static_cast<… in SwapCell()
[all …]
H A Dtable3.cxx240 ScBaseCell* pCell2, SCCOL nCell2Col, SCROW nCell2Row ) in CompareCell() argument
251 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 …]
H A Dcell.cxx476 sal_Bool ScBaseCell::CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 ) in CellEqual() argument
488 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()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1783 HTMLTableCell *pCell2 = GetCell( nTopRow, nStartCol ); in MakeTableLine() local
1784 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()
/trunk/main/sc/inc/
H A Dcell.hxx157 static sal_Bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
H A Dtable.hxx849 ScBaseCell* pCell2, SCCOL nCell2Col, SCROW nCell2Row );
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2025 const SwXMLTableCell_Impl *pCell2 = in MakeTableBox() local
2027 const sal_uInt32 nColSpan2 = pCell2->GetColSpan(); in MakeTableBox()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5071 const ScBaseCell* pCell2 = pDoc->GetCell( aRange.aEnd ); in getArrayFormula() local
5072 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() local
5147 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 144 milliseconds