Home
last modified time | relevance | path

Searched refs:GetCell (Results 51 – 75 of 88) sorted by relevance

1234

/trunk/main/sc/source/core/data/
H A Dtable2.cxx1159 ScBaseCell* ScTable::GetCell( SCCOL nCol, SCROW nRow ) const in GetCell() function in ScTable
1162 return aCol[nCol].GetCell( nRow ); in GetCell()
3091 pCell = aCol[nCol].GetCell( nRow ); in DoAutoOutline()
3165 ScBaseCell* pCell = GetCell( nCol, nRow ); in CopyData()
H A Dtable6.cxx71 if ( bDoSearch && ((pCell = aCol[nCol].GetCell( nRow )) != NULL) ) in SearchCell()
H A Dcolumn.cxx207 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in HasSelectionMatrixFragment()
779 ScBaseCell* ScColumn::GetCell( SCROW nRow ) const in GetCell() function in ScColumn
H A Ddptablecache.cxx195 ScBaseCell* pCell = pDoc->GetCell( aPos ); in ScDPItemData()
H A Dtable5.cxx1126 ScBaseCell* pCell = aCol[pAdrFrom->Col()].GetCell( pAdrFrom->Row() ); in InvalidateTextWidth()
H A Ddocumen8.cxx1513 const ScBaseCell* pCell = GetCell( ScAddress( nCol, nRow, nTab ) ); in TransliterateText()
H A Dcell.cxx858 pCell = pDocument->GetCell( ScAddress( rRef.nCol, in GetFormula()
H A Dcolumn3.cxx779 ScBaseCell* pAddNoteCell = bAddNotes ? GetCell( aDestPos.Row() ) : 0; in CopyFromClip()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1032 bEmpty = ( pDoc->GetCell( ScAddress( nX, nY, nTab ) ) == NULL ); in IsEmptyCellText()
1053 ScBaseCell* pCell = pDoc->GetCell( ScAddress( nX, nY, nTab ) ); in IsEmptyCellText()
1065 pDoc->GetCell( nCol, nRow, nTabP, rpCell ); in GetVisibleCell()
1076 const ScBaseCell* pCell = pDoc->GetCell( ScAddress( nX, nY, nTab ) ); in IsAvailable()
H A Dviewfunc.cxx381 pDoc->GetCell( nCol, nRow, i, pDocCell ); in EnterData()
695 ScBaseCell* pOldCell = pDoc->GetCell( aPos ); in EnterValue()
802 pDoc->GetCell( nCol, nRow, i, pDocCell ); in EnterData()
H A Dcellsh.cxx660 pDoc->GetCell( nPosX, nPosY, nTab, pCell ); in GetState()
H A Doutput.cxx2181 pCell = pDoc->GetCell( ScAddress(nMergeX,nMergeY,nTab) ); in DrawNoteMarks()
2259 pCell = pDoc->GetCell( ScAddress(nMergeX,nMergeY,nTab) ); in AddPDFNotes()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx517 SwHTMLTableLayoutCell *pCell = GetCell(j,i); in AutoLayoutPass1()
1671 SwHTMLTableLayoutCell *pCell = GetCell( i, j ); in SetWidths()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1394 pSrcDoc->GetCell(nCol, nRow, nTab, pCell); in lcl_convertToTokenArray()
1695 pSrcDoc->GetCell(rCell.Col(), rCell.Row(), nTab, pCell); in getSingleRefToken()
1911 ScBaseCell* pCell = mpDoc->GetCell(rCell); in insertRefCell()
/trunk/main/sc/source/core/tool/
H A Drangeseq.cxx293 ScBaseCell* pCell = pDoc->GetCell( aPos ); in FillMixedArray()
/trunk/main/sc/inc/
H A Dcolumn.hxx129 ScBaseCell* GetCell( SCROW nRow ) const;
H A Ddocument.hxx830 SC_DLLPUBLIC void GetCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell*& rpCell ) const;
831 SC_DLLPUBLIC ScBaseCell* GetCell( const ScAddress& rPos ) const;
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx435 ScBaseCell* pBaseCell = mpDoc->GetCell(maCellAddress); in FillPrecedents()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx280 pDoc->GetCell( nCol, nRow, nTab, pCell ); in GetData()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx197 ScBaseCell* pCell = pDoc->GetCell( rPos ); in lcl_GetRawString()
2952 ScBaseCell* pBaseCell = pDoc ? pDoc->GetCell(aCellPos) : NULL; in WriteCell()
3498 ScBaseCell* pBaseCell = GetDocument() ? GetDocument()->GetCell(aCoreAddress) : NULL; in IsEditCell()
3540 ScBaseCell* pBaseCell = pDoc ? pDoc->GetCell(aAddr) : NULL; in IsMultiLineFormulaCell()
H A DXMLChangeTrackingImportHelper.cxx768 ScBaseCell* pCell = pDoc->GetCell(aAddress); in SetNewCell()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx1072 const ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in GetTextForwarder()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx835 ScBaseCell* pCell = pDoc->GetCell( aPos ); in WriteCell()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx186 …ll = (eCellType == CELLTYPE_EDIT) ? static_cast< const ScEditCell* >( rDoc.GetCell( aScPos ) ) : 0; in lclInsertUrl()
H A Dexcform.cxx143 pD->GetCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pBaseCell ); in Formula()

Completed in 261 milliseconds

1234