/aoo4110/main/sc/source/core/data/ |
H A D | sortparam.cxx | 50 nDestTab(r.nDestTab),nDestCol(r.nDestCol),nDestRow(r.nDestRow), in ScSortParam() 65 nCol1=nCol2=nDestCol = 0; in Clear() 99 nDestCol = r.nDestCol; in operator =() 139 && (nDestCol == rOther.nDestCol) in operator ==() 163 nDestTab(0),nDestCol(0),nDestRow(0), in ScSortParam() 220 nDestTab(0),nDestCol(0),nDestRow(0) in ScSortParam() 239 SCsCOL nDifX = ((SCsCOL) nDestCol) - ((SCsCOL) nCol1); in MoveToDest()
|
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() 464 nDestCol - pSrcCell->aPos.Col(), in FillFormula() 472 if ( nDestCol >= aOrg.Col() && nDestRow >= aOrg.Row() ) in FillFormula() 479 nDestCol - aOrg.Col() + 1, in FillFormula()
|
H A D | table2.cxx | 3147 SCCOL nDestCol, SCROW nDestRow, SCTAB nDestTab ) in CopyData() argument 3152 ScAddress aDest( nDestCol, nDestRow, nDestTab ); in CopyData() 3160 SCCOL nDestX = nDestCol; in CopyData() 3172 ((SCsCOL) nDestCol) - ((SCsCOL) nStartCol), in CopyData()
|
H A D | table3.cxx | 1494 aParam.nDestCol, aParam.nDestRow, aParam.nDestTab ); in Query() 1574 CopyData( aParam.nCol1,j, aParam.nCol2,j, aParam.nDestCol,nOutRow,aParam.nDestTab ); in Query()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | queryparam.cxx | 170 nDestCol(0), in ScQueryParam() 181 bDestPers(r.bDestPers), nDestTab(r.nDestTab), nDestCol(r.nDestCol), nDestRow(r.nDestRow) in ScQueryParam() 190 nDestCol(0), in ScQueryParam() 223 nDestCol = 0; in ClearDestParams() 237 nDestCol = r.nDestCol; in operator =() 284 && (nDestCol == rOther.nDestCol) in operator ==() 300 SCsCOL nDifX = ((SCsCOL) nDestCol) - ((SCsCOL) nCol1); in MoveToDest()
|
H A D | dbcolect.cxx | 450 rSortParam.nDestCol = nSortDestCol; in GetSortParam() 471 nSortDestCol = rSortParam.nDestCol; in SetSortParam() 502 rQueryParam.nDestCol = nQueryDestCol; in GetQueryParam() 536 nQueryDestCol = rQueryParam.nDestCol; in SetQueryParam()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 270 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB() 379 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB() 435 if ( bCopy && rSortParam.nDestCol == rSortParam.nCol1 && in Sort() 450 pDestData = pDoc->GetDBAtCursor( rSortParam.nDestCol, rSortParam.nDestRow, in Sort() 490 aQueryParam.nDestCol != rSortParam.nDestCol || in Sort() 554 ScAddress aDest( rSortParam.nDestCol, rSortParam.nDestRow, rSortParam.nDestTab ); in Sort() 571 aOldSortParam.nDestCol = rSortParam.nDestCol; in Sort() 695 if ( bCopy && rQueryParam.nDestCol == rQueryParam.nCol1 && in Query() 719 pDestData = pDoc->GetDBAtCursor( rQueryParam.nDestCol, rQueryParam.nDestRow, in Query() 724 aDestTotal=ScRange( rQueryParam.nDestCol, in Query() [all …]
|
H A D | docfunc.cxx | 2247 SCCOL nDestCol = rDestPos.Col(); in MoveBlock() local 2308 SCCOL nDestEndCol = nDestCol + ( nOldEndCol-nStartCol ); in MoveBlock() 2311 SCCOL nUndoEndCol = nDestCol + ( nEndCol-nStartCol ); // erweitert im Zielblock in MoveBlock() 2339 aTester.TestBlock( pDoc, nTab, nDestCol,nDestRow, nUndoEndCol,nUndoEndRow ); in MoveBlock() 2355 if (pDoc->HasAttrib( nDestCol,nDestRow,nDestTab, nUndoEndCol,nUndoEndRow,nDestEndTab, in MoveBlock() 2397 pDoc->CopyToDocument( nDestCol, nDestRow, nDestTab, in MoveBlock() 2420 if (pDoc->HasAttrib( nDestCol,nDestRow,nDestTab, in MoveBlock() 2446 ScRange aPasteDest( nDestCol, nDestRow, nDestTab, nDestEndCol, nDestEndRow, nDestEndTab ); in MoveBlock() 2499 ScAddress( nDestCol, nDestRow, nDestTab ), in MoveBlock() 2509 pDoc->ExtendMerge( nDestCol, nDestRow, nTmpEndCol, nTmpEndRow, nTab, sal_True ); in MoveBlock() [all …]
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 841 nStartCol = aSortParam.nDestCol; in Undo() 976 nDestEndCol = aQueryParam.nDestCol + ( aQueryParam.nCol2-aQueryParam.nCol1 ); 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()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 283 ScRange aDestRange( rSortParam.nDestCol, rSortParam.nDestRow, rSortParam.nDestTab, in Sort() 284 rSortParam.nDestCol + rSortParam.nCol2 - rSortParam.nCol1, in Sort() 308 rQueryParam.nDestCol, rQueryParam.nDestRow, in Query()
|
H A D | viewfun2.cxx | 1857 SCCOL nDestCol = rParam.aRefVariableCell.Col(); 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 D | dbfunc3.cxx | 2239 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB() 2350 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | sfiltdlg.cxx | 383 theOutParam.nDestCol = theAdrCopy.Col(); in IMPL_LINK() 390 theOutParam.nDestCol = 0; in IMPL_LINK()
|
H A D | tpsort.cxx | 785 theOutPos.Set( rSortData.nDestCol, in Reset() 825 theSortData.nDestCol = theOutPos.Col(); in FillItemSet()
|
H A D | foptmgr.cxx | 208 ScAddress( rQueryData.nDestCol, in Init()
|
H A D | filtdlg.cxx | 658 theParam.nDestCol = theCopyPos.Col(); in GetOutputItem() 665 theParam.nDestCol = 0; in GetOutputItem()
|
H A D | pfiltdlg.cxx | 456 theParam.nDestCol = 0; in GetOutputItem()
|
/aoo4110/main/sc/inc/ |
H A D | sortparam.hxx | 53 SCCOL nDestCol; member
|
H A D | queryparam.hxx | 80 SCCOL nDestCol; member
|
H A D | table.hxx | 401 SCCOL nDestCol, SCROW nDestRow, SCTAB nDestTab ); 866 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast );
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 801 theOutPos.Set( rSortData.nDestCol, in Reset() 842 theSortData.nDestCol = theOutPos.Col(); in FillItemSet()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 330 aOutPos.Column = rParam.nDestCol; in FillProperties() 486 rParam.nDestCol = (SCCOL)aAddress.Column; in FillSortParam() 1454 aParam.nDestCol = (SCCOL)aAddress.Column; in setPropertyValue() 1497 aOutPos.Column = aParam.nDestCol; in getPropertyValue()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | excimp8.cxx | 626 aParam.nDestCol = rAddr.Col(); in SetExtractPos()
|
H A D | excrecds.cxx | 884 ScRange aDestRange( aParam.nDestCol, aParam.nDestRow, aParam.nDestTab ); in ExcAutoFilterRecs()
|