Lines Matching refs:ScAddress

102 			ScFormulaCell* pCell = new ScFormulaCell( this, ScAddress(), &aArr );  in Solver()
150 ScAddress aPos( nCol1, nRow1, nTab1 ); in InsertMatrixFormula()
163 …pTab[i]->PutCell(nCol1, nRow1, pCell->CloneWithoutNote(*this, ScAddress( nCol1, nRow1, i), SC_CLON… in InsertMatrixFormula()
175 aRefData.CalcRelFromAbs( ScAddress( nCol1, nRow1, nTab1 ) ); in InsertMatrixFormula()
199 aPos = ScAddress( j, k, i ); in InsertMatrixFormula()
285 ScFormulaCell aRefCell( this, ScAddress( nCol1, nRow1, nTab1 ), aForString, in InsertTableOp()
291 …pTab[i]->PutCell( j, k, aRefCell.CloneWithoutNote( *this, ScAddress( j, k, i ), SC_CLONECELL_START… in InsertTableOp()
449 const ScAddress& rCursor, const ScMarkData& rMark, in GetSelectionFunction()
625 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetEffItem()
626 String aStyle = pForm->GetCellStyle( pCell, ScAddress(nCol, nRow, nTab) ); in GetEffItem()
649 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetCondResult()
650 String aStyle = pForm->GetCellStyle( pCell, ScAddress(nCol, nRow, nTab) ); in GetCondResult()
776 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in RowDifferences()
777 const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences()
817 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in ColDifferences()
818 const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in ColDifferences()
1172 ScAddress aThisPos( nThisCol, nThisRow, nThisTab ); in CompareDocument()
1177 ScAddress aOtherPos( nOtherCol, nOtherRow, nOtherTab ); in CompareDocument()