Home
last modified time | relevance | path

Searched refs:nDestCol (Results 1 – 24 of 24) sorted by last modified time

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2247 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 …]
H A Ddbdocfun.cxx270 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 …]
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx801 theOutPos.Set( rSortData.nDestCol, in Reset()
842 theSortData.nDestCol = theOutPos.Col(); in FillItemSet()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1857 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 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()
284 rSortParam.nDestCol + rSortParam.nCol2 - rSortParam.nCol1, in Sort()
308 rQueryParam.nDestCol, rQueryParam.nDestRow, in Query()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx330 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()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx841 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()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx784 theOutPos.Set( rSortData.nDestCol, in Reset()
824 theSortData.nDestCol = theOutPos.Col(); in FillItemSet()
H A Dfiltdlg.cxx658 theParam.nDestCol = theCopyPos.Col(); in GetOutputItem()
665 theParam.nDestCol = 0; in GetOutputItem()
H A Dfoptmgr.cxx208 ScAddress( rQueryData.nDestCol, in Init()
H A Dpfiltdlg.cxx455 theParam.nDestCol = 0; in GetOutputItem()
H A Dsfiltdlg.cxx383 theOutParam.nDestCol = theAdrCopy.Col(); in IMPL_LINK()
390 theOutParam.nDestCol = 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.cxx626 aParam.nDestCol = rAddr.Col(); in SetExtractPos()
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx170 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 Ddbcolect.cxx450 rSortParam.nDestCol = nSortDestCol; in GetSortParam()
471 nSortDestCol = rSortParam.nDestCol; in SetSortParam()
502 rQueryParam.nDestCol = nQueryDestCol; in GetQueryParam()
536 nQueryDestCol = rQueryParam.nDestCol; in SetQueryParam()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1494 aParam.nDestCol, aParam.nDestRow, aParam.nDestTab ); in Query()
1574 CopyData( aParam.nCol1,j, aParam.nCol2,j, aParam.nDestCol,nOutRow,aParam.nDestTab ); in Query()
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()
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 Dsortparam.cxx50 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 Dtable2.cxx3147 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()
/trunk/main/sc/inc/
H A Dtable.hxx401 SCCOL nDestCol, SCROW nDestRow, SCTAB nDestTab );
866 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast );
H A Dsortparam.hxx53 SCCOL nDestCol; member
H A Dqueryparam.hxx80 SCCOL nDestCol; member

Completed in 178 milliseconds