Searched refs:pCell2 (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | column.cxx | 850 ScBaseCell* pCell2 = 0; in SwapRow() local 853 pCell2 = pItems[nIndex2].pCell; in SwapRow() 856 if ( !pCell1 && !pCell2 ) in SwapRow() 864 ::std::swap( pCell1, pCell2 ); in SwapRow() 873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow() 876 …rmulaCell* pFmlaCell2 = (eType2 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell2 ) : 0; in SwapRow() 884 if ( pCell2 ) in SwapRow() 888 pItems[nIndex1].pCell = pCell2; in SwapRow() 891 SvtBroadcaster* pBC2 = pCell2->ReleaseBroadcaster(); in SwapRow() 893 pCell2->TakeBroadcaster( pBC1 ); in SwapRow() [all …]
|
| H A D | table3.cxx | 240 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() 266 if ( eType2 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell2)->IsValue() ) 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() [all …]
|
| H A D | cell.cxx | 476 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()
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmltab.cxx | 1783 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()
|
| /AOO41X/main/sc/inc/ |
| H A D | cell.hxx | 157 static sal_Bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
|
| H A D | table.hxx | 849 ScBaseCell* pCell2, SCCOL nCell2Col, SCROW nCell2Row );
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmltbli.cxx | 2022 const SwXMLTableCell_Impl *pCell2 = in MakeTableBox() local 2024 const sal_uInt32 nColSpan2 = pCell2->GetColSpan(); in MakeTableBox()
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | cellsuno.cxx | 5071 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()
|