Home
last modified time | relevance | path

Searched refs:rpCell (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx212 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()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx822 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 Dcolumn2.cxx1131 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 Ddocument.cxx2890 ScBaseCell*& rpCell ) const in GetCell()
2893 rpCell = pTab[nTab]->GetCell( nCol, nRow ); in GetCell()
2897 rpCell = NULL; in GetCell()
/trunk/main/sc/source/filter/inc/
H A DXclImpChangeTrack.hxx99 ScBaseCell*& rpCell,
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx370 …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 Doutput2.cxx1063 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()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx158 void GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell*& rpCell );
/trunk/main/sc/inc/
H A Dcolumn.hxx426 sal_Bool Next( SCROW& rRow, ScBaseCell*& rpCell );
H A Ddocument.hxx830 SC_DLLPUBLIC void GetCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell*& rpCell ) const;

Completed in 110 milliseconds