/aoo42x/main/sc/source/core/data/ |
H A D | sortparam.cxx | 50 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 D | table3.cxx | 657 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 D | column3.cxx | 729 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()
|
H A D | table4.cxx | 416 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 D | column2.cxx | 1625 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 D | document.cxx | 2031 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 D | table2.cxx | 3147 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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | queryparam.cxx | 171 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 D | dbcolect.cxx | 451 rSortParam.nDestRow = nSortDestRow; in GetSortParam() 472 nSortDestRow = rSortParam.nDestRow; in SetSortParam() 503 rQueryParam.nDestRow = nQueryDestRow; in GetQueryParam() 537 nQueryDestRow = rQueryParam.nDestRow; in SetQueryParam()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 270 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 …]
|
H A D | docfunc.cxx | 2248 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 …]
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 842 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 283 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()
|
H A D | viewfun2.cxx | 1858 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()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | sfiltdlg.cxx | 384 theOutParam.nDestRow = theAdrCopy.Row(); in IMPL_LINK() 391 theOutParam.nDestRow = 0; in IMPL_LINK()
|
H A D | tpsort.cxx | 785 rSortData.nDestRow, in Reset() 825 theSortData.nDestRow = theOutPos.Row(); in FillItemSet()
|
H A D | foptmgr.cxx | 209 rQueryData.nDestRow, in Init()
|
H A D | filtdlg.cxx | 659 theParam.nDestRow = theCopyPos.Row(); in GetOutputItem() 666 theParam.nDestRow = 0; in GetOutputItem()
|
H A D | pfiltdlg.cxx | 456 theParam.nDestRow = 0; in GetOutputItem()
|
/aoo42x/main/sc/inc/ |
H A D | sortparam.hxx | 54 SCROW nDestRow; member
|
H A D | queryparam.hxx | 81 SCROW nDestRow; member
|
H A D | table.hxx | 401 SCCOL nDestCol, SCROW nDestRow, SCTAB nDestTab ); 866 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast );
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 802 rSortData.nDestRow, in Reset() 843 theSortData.nDestRow = theOutPos.Row(); in FillItemSet()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 331 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()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | excimp8.cxx | 627 aParam.nDestRow = rAddr.Row(); in SetExtractPos()
|