Searched refs:rpCell (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 212 ScBaseCell*& rpCell, in ReadCell() argument 217 rpCell = NULL; in ReadCell() 227 rpCell = new ScValueCell( fValue ); in ReadCell() 235 rpCell = new ScValueCell( fValue ); in ReadCell() 242 rpCell = new ScStringCell( sString ); in ReadCell() 250 rpCell = new ScValueCell( fValue ); in ReadCell() 260 rpCell = new ScFormulaCell( GetDocPtr(), rPosition, pTokenArray ); in ReadCell()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column.cxx | 822 void lclTakeBroadcaster( ScBaseCell*& rpCell, SvtBroadcaster* pBC ) in lclTakeBroadcaster() argument 826 if( rpCell ) in lclTakeBroadcaster() 827 rpCell->TakeBroadcaster( pBC ); in lclTakeBroadcaster() 829 rpCell = new ScNoteCell( pBC ); in lclTakeBroadcaster()
|
H A D | column2.cxx | 1131 sal_Bool ScColumnIterator::Next( SCROW& rRow, ScBaseCell*& rpCell ) in Next() argument 1138 rpCell = pColumn->pItems[nPos].pCell; in Next() 1145 rpCell = NULL; in Next()
|
H A D | document.cxx | 2890 ScBaseCell*& rpCell ) const in GetCell() 2893 rpCell = pTab[nTab]->GetCell( nCol, nRow ); in GetCell() 2897 rpCell = NULL; in GetCell()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | XclImpChangeTrack.hxx | 99 ScBaseCell*& rpCell,
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 370 …cl_GetHyperlinkCell(ScDocument* pDoc, SCCOL& rPosX, SCROW& rPosY, SCTAB nTab, ScBaseCell*& rpCell ) in lcl_GetHyperlinkCell() argument 375 pDoc->GetCell( rPosX, rPosY, nTab, rpCell ); in lcl_GetHyperlinkCell() 376 if ( !rpCell || rpCell->GetCellType() == CELLTYPE_NOTE ) in lcl_GetHyperlinkCell() 383 else if ( rpCell->GetCellType() == CELLTYPE_EDIT) in lcl_GetHyperlinkCell() 385 else if (rpCell->GetCellType() == CELLTYPE_FORMULA && in lcl_GetHyperlinkCell() 386 static_cast<ScFormulaCell*>(rpCell)->IsHyperLinkCell()) in lcl_GetHyperlinkCell()
|
H A D | output2.cxx | 1063 void ScOutputData::GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTabP, ScBaseCell*& rpCell ) in GetVisibleCell() argument 1065 pDoc->GetCell( nCol, nRow, nTabP, rpCell ); in GetVisibleCell() 1066 if ( rpCell && IsEmptyCellText( NULL, nCol, nRow ) ) in GetVisibleCell() 1067 rpCell = NULL; in GetVisibleCell()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | output.hxx | 158 void GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell*& rpCell );
|
/aoo42x/main/sc/inc/ |
H A D | column.hxx | 426 sal_Bool Next( SCROW& rRow, ScBaseCell*& rpCell );
|
H A D | document.hxx | 830 SC_DLLPUBLIC void GetCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell*& rpCell ) const;
|
Completed in 114 milliseconds