Home
last modified time | relevance | path

Searched refs:nDx (Results 1 – 25 of 56) sorted by last modified time

123

/trunk/main/sc/source/core/data/
H A Ddocument.cxx1929 SCsCOL nDx, SCsROW nDy, in CopyBlockFromClip() argument
1941 pTab[i]->CopyFromClip( nCol1, nRow1, nCol2, nRow2, nDx, nDy, in CopyBlockFromClip()
1958 nCol1-nDx, nRow1-nDy, nCol2-nDx, nRow2-nDy, nClipTab ); in CopyBlockFromClip()
1995 nDx, nDy, nDz, pCBFCP->pRefUndoDoc, sal_False ); in CopyBlockFromClip()
2001 nDx, nDy, nDz, pCBFCP->pRefUndoDoc, sal_False ); in CopyBlockFromClip()
2014 SCsCOL nDx, SCsROW /* nDy */, in CopyNonFilteredFromClip() argument
2223 SCsCOL nDx = ((SCsCOL)nC1) - nClipStartCol; in CopyFromClip() local
2227 CopyBlockFromClip( nC1, nR1, nC2, nR2, rMark, nDx, in CopyFromClip()
2234 nDx, nDy, &aCBFCP, nClipStartRow ); in CopyFromClip()
2363 SCsCOL nDx = static_cast<SCsCOL>(nCol1 - p->aStart.Col()); in CopyMultiRangeFromClip() local
[all …]
H A Ddocumen8.cxx1373 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateRefAreaLinks() argument
1399 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateRefAreaLinks()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3231 SCsCOL nDx = 0; in DropScroll() local
3238 nDx = -1; in DropScroll()
3241 nDx = 1; in DropScroll()
3252 if ( nDx != 0 || nDy != 0 ) in DropScroll()
3257 if ( nDx != 0 ) in DropScroll()
4851 SCsCOL nDx = 0; in RFMouseMove() local
4853 if ( aPos.X() < 0 ) nDx = -1; in RFMouseMove()
4857 nDx = 1; in RFMouseMove()
4860 if ( nDx != 0 || nDy != 0 ) in RFMouseMove()
4862 if ( nDx != 0) pViewData->GetView()->ScrollX( nDx, WhichH(eWhich) ); in RFMouseMove()
[all …]
H A Dgridwin2.cxx270 SCsCOL nDx = 0; in DPTestMouse() local
273 nDx = -1; in DPTestMouse()
278 nDx = 1; in DPTestMouse()
281 if ( nDx != 0 || nDy != 0 ) in DPTestMouse()
285 if ( nDx != 0) in DPTestMouse()
805 SCsCOL nDx = 0; in PagebreakMove() local
807 if ( aPos.X() < 0 ) nDx = -1; in PagebreakMove()
811 nDx = 1; in PagebreakMove()
814 if ( nDx != 0 || nDy != 0 ) in PagebreakMove()
824 if ( nDx != 0 ) pViewData->GetView()->ScrollX( nDx, WhichH(eWhich) ); in PagebreakMove()
[all …]
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2854 long nDx; in MakeVisible() local
2858 nDx = aVirtRect.Left() - aOutputArea.Left(); in MakeVisible()
2863 nDx = aVirtRect.Right() - aOutputArea.Right(); in MakeVisible()
2866 nDx = 0; in MakeVisible()
2868 aOrigin.X() += nDx; in MakeVisible()
2895 pView->Control::Scroll( -nDx, -nDy, aOutputArea, in MakeVisible()
H A Dsvimpicn.cxx2929 long nDx; in MakeVisible() local
2933 nDx = aRect.Left() - aOutputArea.Left(); in MakeVisible()
2938 nDx = aRect.Right() - aOutputArea.Right(); in MakeVisible()
2941 nDx = 0; in MakeVisible()
2943 aOrigin.X() += nDx; in MakeVisible()
2956 pView->Control::Scroll( -nDx, -nDy, aOutputArea, sal_True ); in MakeVisible()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx422 sal_Int16 nDx, nDxTmp; in ReadRecordParams() local
472 *pWMF >> nDx; in ReadRecordParams()
484 nDx = nDx + nDxTmp; in ReadRecordParams()
488 pDXAry[ i ] = nDx; in ReadRecordParams()
H A Dwmfwr.cxx706 sal_Int16 nDx = pConvertedDXAry[ i ]; in TrueExtTextOut() local
707 *pWMF << nDx; in TrueExtTextOut()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx1118 short nDx = 0; in DropScroll() local
1127 nDx = -1; in DropScroll()
1132 nDx = 1; in DropScroll()
1149 if ( (nDx || nDy) && (rMousePos.X()!=0 || rMousePos.Y()!=0 ) ) in DropScroll()
1152 mpViewShell->ScrollLines(nDx, nDy); in DropScroll()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx910 PrinterGfx::PSRMoveTo (sal_Int32 nDx, sal_Int32 nDy) in PSRMoveTo() argument
912 Point aPoint(nDx, nDy); in PSRMoveTo()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx295 void PSRMoveTo (sal_Int32 nDx, sal_Int32 nDy = 0);
/trunk/main/tools/source/generic/
H A Dpoly.cxx1344 const long nDx = rPnt.X() - nXRef; in SlantY() local
1346 rPnt.X() = nXRef + (long)( fCos * nDx ); in SlantY()
1347 rPnt.Y() -= (long)( fSin * nDx ); in SlantY()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1355 long nDx = rPnt.X() - nXRef; in SlantY() local
1356 rPnt.X() = nXRef + (long)(fCos * nDx); in SlantY()
1357 rPnt.Y() -= (long)(fSin * nDx); in SlantY()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControlBmp.cxx60 const sal_Int32 nDx (fCos * (maRect.GetWidth()-4) / 2); in DrawElements() local
63 Point pt2( pt1.X() + nDx, pt1.Y() + nDy); in DrawElements()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx539 int nDx = 0; in CalcAutoScrollOffset() local
554 nDx = -1 + (int)(mnHorizontalScrollFactor in CalcAutoScrollOffset()
561 nDx = 1 + (int)(mnHorizontalScrollFactor in CalcAutoScrollOffset()
586 maAutoScrollOffset = Size(nDx,nDy); in CalcAutoScrollOffset()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx219 void ScMyStyleRanges::InsertColRow(const ScRange& rRange, const SCsCOL nDx, const SCsROW nDy, in InsertColRow() argument
224 pNumberList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
226 pTextList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
228 pTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
230 pDateTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
232 pPercentList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
234 pLogicalList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
236 pUndefinedList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
243 aItr->xRanges->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
H A DXMLStylesImportHelper.hxx104 void InsertColRow(const ScRange& rRange, const SCsCOL nDx, const SCsROW nDy,
/trunk/main/sc/source/core/tool/
H A Drefupdat.cxx264 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in Update() argument
297 Expand( theCol1, theCol2, nCol1, nDx ); in Update()
347 if ( nDx ) in Update()
531 if( nDx && in Update()
540 rRef.Ref2.nCol, nCol1, nDx )); in Update()
547 nCol1, nCol2, nDx, MAXCOL ) ) in Update()
553 rRef.Ref1.nCol <= nCol1 + nDx ) in Update()
556 rRef.Ref2.nCol <= nCol1 + nDx ) in Update()
676 if ( rRef.Ref1.nCol >= nCol1-nDx in Update()
679 && rRef.Ref2.nCol <= nCol2-nDx in Update()
[all …]
H A Drangelst.cxx235 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
258 nDx, nDy, nDz, in UpdateReference()
482 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
508 nDx, nDy, nDz, in UpdateReference()
H A Drangenam.cxx260 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
271 nDx, nDy, nDz, in UpdateReference()
843 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
847 nDx, nDy, nDz); in UpdateReference()
H A Dcompiler.cxx4196 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateReference() argument
4213 ScAddress aNewRef( rRef.nCol + nDx, rRef.nRow + nDy, rRef.nTab + nDz ); in UpdateReference()
4217 r, nDx, nDy, nDz, in UpdateReference()
4311 aPos, r, nDx, nDy, nDz, in UpdateReference()
4325 aPos, r, nDx, nDy, nDz, in UpdateReference()
4372 r, nDx, nDy, nDz, aMod.Ref() ) in UpdateReference()
4401 r, nDx, nDy, nDz, rRef ) in UpdateReference()
4446 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateNameReference() argument
4482 nDx, nDy, nDz, rRef, ScRefUpdate::ABSOLUTE) in UpdateNameReference()
4493 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateSharedFormulaReference() argument
[all …]
H A Ddetdata.cxx68 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
84 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateReference()
H A Dhints.cxx64 nDx( nX ), in ScUpdateRefHint()
H A Ddbcolect.cxx821 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
835 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateReference()
845 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateReference()
H A Dchgtrack.cxx906 nDx( nDxP ), in ScChangeActionDel()
945 nDx( 0 ), in ScChangeActionDel()
1975 if ( nDx ) in PutValueToDoc()
1976 aPos.IncCol( nDx ); in PutValueToDoc()
2096 if ( nDx > 0 ) in UpdateReference()
2098 else if ( nDx < 0 ) in UpdateReference()
2116 if ( nDx ) in UpdateReference()
2131 if ( nDx ) in UpdateReference()
2653 if ( nDx ) in AppendOneDeleteRange()
3476 nDx = nDy = nDz = 0; in UpdateReference()
[all …]

Completed in 319 milliseconds

123