Home
last modified time | relevance | path

Searched refs:nDestRow (Results 1 – 25 of 28) sorted by last modified time

12

/trunk/main/sc/source/core/data/
H A Ddocument.cxx2031 SCROW nDestRow = nRow1; in CopyNonFilteredFromClip() local
2033 while ( nSourceRow <= nSourceEnd && nDestRow <= nRow2 ) in CopyNonFilteredFromClip()
2047 if (nFollow > nRow2 - nDestRow) in CopyNonFilteredFromClip()
2048 nFollow = nRow2 - nDestRow; in CopyNonFilteredFromClip()
2050 SCsROW nNewDy = ((SCsROW)nDestRow) - nSourceRow; in CopyNonFilteredFromClip()
2051 CopyBlockFromClip( nCol1, nDestRow, nCol2, nDestRow + nFollow, rMark, nDx, nNewDy, pCBFCP ); in CopyNonFilteredFromClip()
2054 nDestRow += nFollow + 1; in CopyNonFilteredFromClip()
H A Dcolumn2.cxx1625 void ScColumn::MoveListeners( SvtBroadcaster& rSource, SCROW nDestRow ) in MoveListeners() argument
1631 if (Search(nDestRow,nIndex)) in MoveListeners()
1639 Insert(nDestRow, pCell); in MoveListeners()
H A Dtable3.cxx657 SCROW nDestRow; member
771 if ( iEntry->nDestRow == nRow ) in DoSubTotals()
782 aRowEntry.nDestRow = nRow; in DoSubTotals()
787 aRowEntry.nDestRow, 1 ); in DoSubTotals()
788 DBShowRow( aRowEntry.nDestRow, bBlockVis ); in DoSubTotals()
802 if ( aRowEntry.nDestRow <= iMove->nDestRow ) in DoSubTotals()
803 ++iMove->nDestRow; in DoSubTotals()
806 if ( aRowEntry.nDestRow <= iMove->nFuncEnd ) in DoSubTotals()
895 PutCell( nResCols[nResult], iEntry->nDestRow, pCell ); in DoSubTotals()
1491 nOutRow = aParam.nDestRow + nHeader; in Query()
[all …]
H A Dtable4.cxx416 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast ) in FillFormula() argument
457 ScAddress aAddr( nDestCol, nDestRow, nTab ); in FillFormula()
459 aCol[nDestCol].Insert(nDestRow, pDestCell); in FillFormula()
465 nDestRow - pSrcCell->aPos.Row(), 0); in FillFormula()
472 if ( nDestCol >= aOrg.Col() && nDestRow >= aOrg.Row() ) in FillFormula()
480 nDestRow - aOrg.Row() + 1 ); in FillFormula()
H A Dsortparam.cxx50 nDestTab(r.nDestTab),nDestCol(r.nDestCol),nDestRow(r.nDestRow), in ScSortParam()
66 nRow1=nRow2=nDestRow = 0; in Clear()
100 nDestRow = r.nDestRow; in operator =()
140 && (nDestRow == rOther.nDestRow) in operator ==()
163 nDestTab(0),nDestCol(0),nDestRow(0), in ScSortParam()
220 nDestTab(0),nDestCol(0),nDestRow(0) in ScSortParam()
240 SCsROW nDifY = ((SCsROW) nDestRow) - ((SCsROW) nRow1); in MoveToDest()
H A Dtable2.cxx3147 SCCOL nDestCol, SCROW nDestRow, SCTAB nDestTab ) in CopyData() argument
3152 ScAddress aDest( nDestCol, nDestRow, nDestTab ); in CopyData()
3155 SCROW nDestY = nDestRow; in CopyData()
3173 ((SCsROW) nDestRow) - ((SCsROW) nStartRow), in CopyData()
H A Dcolumn3.cxx729 for (SCROW nDestRow = nRow1; nDestRow <= nRow2; nDestRow++) in CopyFromClip() local
731 aRef.nRow = nDestRow - nDy; // Quell-Zeile in CopyFromClip()
732 aDestPos.SetRow( nDestRow ); in CopyFromClip()
737 Insert( nDestRow, new ScFormulaCell( pDocument, aDestPos, &aArr ) ); in CopyFromClip()
762 SCsROW nDestRow = rColumn.pItems[i].nRow + nDy; in CopyFromClip() local
763 if ( nDestRow > (SCsROW) nRow2 ) in CopyFromClip()
765 else if ( nDestRow >= (SCsROW) nRow1 ) in CopyFromClip()
770 ScAddress aDestPos( nCol, (SCROW)nDestRow, nTab ); in CopyFromClip()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2248 SCROW nDestRow = rDestPos.Row(); in MoveBlock() local
2251 if ( !ValidRow(nStartRow) || !ValidRow(nEndRow) || !ValidRow(nDestRow) ) in MoveBlock()
2309 SCROW nDestEndRow = nDestRow + ( nOldEndRow-nStartRow ); in MoveBlock()
2312 SCROW nUndoEndRow = nDestRow + ( nEndRow-nStartRow ); in MoveBlock()
2323 nDestEndRow = nDestRow + nClipY; in MoveBlock()
2339 aTester.TestBlock( pDoc, nTab, nDestCol,nDestRow, nUndoEndCol,nUndoEndRow ); in MoveBlock()
2397 pDoc->CopyToDocument( nDestCol, nDestRow, nDestTab, in MoveBlock()
2420 if (pDoc->HasAttrib( nDestCol,nDestRow,nDestTab, in MoveBlock()
2467 ScRange( 0,nDestRow,nDestTab, MAXCOL,nDestEndRow,nDestEndTab ), in MoveBlock()
2499 ScAddress( nDestCol, nDestRow, nDestTab ), in MoveBlock()
[all …]
H A Ddbdocfun.cxx270 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB()
436 rSortParam.nDestRow == rSortParam.nRow1 && rSortParam.nDestTab == nTab ) in Sort()
450 pDestData = pDoc->GetDBAtCursor( rSortParam.nDestCol, rSortParam.nDestRow, in Sort()
491 aQueryParam.nDestRow != rSortParam.nDestRow || in Sort()
554 ScAddress aDest( rSortParam.nDestCol, rSortParam.nDestRow, rSortParam.nDestTab ); in Sort()
572 aOldSortParam.nDestRow = rSortParam.nDestRow; in Sort()
696 rQueryParam.nDestRow == rQueryParam.nRow1 && rQueryParam.nDestTab == nTab ) in Query()
719 pDestData = pDoc->GetDBAtCursor( rQueryParam.nDestCol, rQueryParam.nDestRow, in Query()
725 rQueryParam.nDestRow, in Query()
728 rQueryParam.nDestRow + rQueryParam.nRow2 - rQueryParam.nRow1, in Query()
[all …]
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx802 rSortData.nDestRow, in Reset()
843 theSortData.nDestRow = theOutPos.Row(); in FillItemSet()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1858 SCROW nDestRow = rParam.aRefVariableCell.Row(); in Solve() local
1861 ScEditableTester aTester( pDoc, nDestTab, nDestCol,nDestRow, nDestCol,nDestRow ); in Solve()
1885 nDestCol, nDestRow, nDestTab, in Solve()
1893 const ScPatternAttr* pPattern = pDoc->GetPattern( nDestCol, nDestRow, nDestTab ); in Solve()
1921 EnterValue( nDestCol, nDestRow, nDestTab, nSolveResult ); in Solve()
H A Ddbfunc3.cxx2239 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB()
2350 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB()
H A Ddbfunc.cxx283 ScRange aDestRange( rSortParam.nDestCol, rSortParam.nDestRow, rSortParam.nDestTab, in Sort()
285 rSortParam.nDestRow + rSortParam.nRow2 - rSortParam.nRow1, in Sort()
308 rQueryParam.nDestCol, rQueryParam.nDestRow, in Query()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx331 aOutPos.Row = rParam.nDestRow; in FillProperties()
487 rParam.nDestRow = (SCROW)aAddress.Row; in FillSortParam()
1455 aParam.nDestRow = (SCROW)aAddress.Row; in setPropertyValue()
1498 aOutPos.Row = aParam.nDestRow; in getPropertyValue()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx842 nStartRow = aSortParam.nDestRow; in Undo()
977 nDestEndRow = aQueryParam.nDestRow + ( aQueryParam.nRow2-aQueryParam.nRow1 ); in Undo()
979 ScDBData* pData = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in Undo()
993 aQueryParam.nDestCol, aQueryParam.nDestRow, aQueryParam.nDestTab, in Undo()
999 aQueryParam.nDestCol, aQueryParam.nDestRow, aQueryParam.nDestTab, in Undo()
1001 pDoc->DeleteAreaTab( aQueryParam.nDestCol, aQueryParam.nDestRow, in Undo()
1006 pUndoDoc->CopyToDocument( aQueryParam.nDestCol, aQueryParam.nDestRow, aQueryParam.nDestTab, in Undo()
1056 pDocShell->PostPaint( aQueryParam.nDestCol, aQueryParam.nDestRow, aQueryParam.nDestTab, in Undo()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx785 rSortData.nDestRow, in Reset()
825 theSortData.nDestRow = theOutPos.Row(); in FillItemSet()
H A Dfiltdlg.cxx659 theParam.nDestRow = theCopyPos.Row(); in GetOutputItem()
666 theParam.nDestRow = 0; in GetOutputItem()
H A Dfoptmgr.cxx209 rQueryData.nDestRow, in Init()
H A Dpfiltdlg.cxx456 theParam.nDestRow = 0; in GetOutputItem()
H A Dsfiltdlg.cxx384 theOutParam.nDestRow = theAdrCopy.Row(); in IMPL_LINK()
391 theOutParam.nDestRow = 0; in IMPL_LINK()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx884 ScRange aDestRange( aParam.nDestCol, aParam.nDestRow, aParam.nDestTab ); in ExcAutoFilterRecs()
H A Dexcimp8.cxx627 aParam.nDestRow = rAddr.Row(); in SetExtractPos()
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx171 nDestRow(0) in ScQueryParam()
181 bDestPers(r.bDestPers), nDestTab(r.nDestTab), nDestCol(r.nDestCol), nDestRow(r.nDestRow) in ScQueryParam()
191 nDestRow(0) in ScQueryParam()
224 nDestRow = 0; in ClearDestParams()
238 nDestRow = r.nDestRow; in operator =()
285 && (nDestRow == rOther.nDestRow) ) in operator ==()
301 SCsROW nDifY = ((SCsROW) nDestRow) - ((SCsROW) nRow1); in MoveToDest()
H A Ddbcolect.cxx451 rSortParam.nDestRow = nSortDestRow; in GetSortParam()
472 nSortDestRow = rSortParam.nDestRow; in SetSortParam()
503 rQueryParam.nDestRow = nQueryDestRow; in GetQueryParam()
537 nQueryDestRow = rQueryParam.nDestRow; in SetQueryParam()
/trunk/main/sc/inc/
H A Dtable.hxx401 SCCOL nDestCol, SCROW nDestRow, SCTAB nDestTab );
866 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast );

Completed in 255 milliseconds

12