Home
last modified time | relevance | path

Searched refs:nDeltaX (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1325 …ValType nDeltaX = mnValStack[i-11] + mnValStack[i-9] + mnValStack[i-7] + mnValStack[i-5] + mnValSt… in convertOneTypeEsc() local
1326 if( nDeltaX < 0 ) nDeltaX = -nDeltaX; in convertOneTypeEsc()
1329 const bool bVertD6 = (nDeltaY > nDeltaX); in convertOneTypeEsc()
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx351 sal_Int16 nDeltaX((fX - (nX + 0.5)) * 255.0); // [-255 .. 255] in GetInterpolatedColorWithFallback() local
356 if(nDeltaX > 0) in GetInterpolatedColorWithFallback()
363 nDeltaX = -nDeltaX; in GetInterpolatedColorWithFallback()
379 if(nDeltaX && nIndX >= 0 && nIndX < mpBuffer->mnWidth) in GetInterpolatedColorWithFallback()
395 …if(nDeltaX && nDeltaY && nIndX >=0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth && nIndY < mpBuffer-… in GetInterpolatedColorWithFallback()
403 aRetval.Merge(aXCol, 255 - nDeltaX); in GetInterpolatedColorWithFallback()
409 aYCol.Merge(aXYCol, 255 - nDeltaX); in GetInterpolatedColorWithFallback()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3492 long nDeltaX = labs( static_cast< long >( nNewDragX - nSourceStartX ) ); in AcceptPrivateDrop() local
3494 if ( nDeltaX <= nDeltaY ) in AcceptPrivateDrop()
H A Dtabview.cxx1416 void ScTabView::ScrollX( long nDeltaX, ScHSplitPos eWhich, sal_Bool bUpdBars ) in ScrollX() argument
1423 SCsCOL nNewX = static_cast<SCsCOL>(nOldX) + static_cast<SCsCOL>(nDeltaX); in ScrollX()
1426 nDeltaX -= nNewX; in ScrollX()
1431 nDeltaX -= nNewX - MAXCOL; in ScrollX()
1435 SCsCOL nDir = ( nDeltaX > 0 ) ? 1 : -1; in ScrollX()
1460 if ( nNewX >= 0 && nNewX <= MAXCOL && nDeltaX ) in ScrollX()
1494 if (nDeltaX==1 || nDeltaX==-1) in ScrollX()
1595 void ScTabView::ScrollLines( long nDeltaX, long nDeltaY ) in ScrollLines() argument
1598 if (nDeltaX) in ScrollLines()
1599 ScrollX(nDeltaX,WhichH(eWhich)); in ScrollLines()
H A Dtabview3.cxx674 SCsCOL nDeltaX = (SCsCOL) aViewData.GetPosX(eAlignX); in AlignToCursor() local
716 if ( nCurX < nDeltaX || nCurX >= nDeltaX+nSizeX || in AlignToCursor()
763 SCsCOL nNewDeltaX = nDeltaX; in AlignToCursor()
770 if ( nCurX < nDeltaX || nCurX >= nDeltaX+nSizeX ) in AlignToCursor()
790 if ( nCurX < nDeltaX || nCurX >= nDeltaX+nSizeX ) in AlignToCursor()
792 nNewDeltaX = nDeltaX + nCurX - aViewData.GetCurX(); in AlignToCursor()
852 if ( nNewDeltaX != nDeltaX ) in AlignToCursor()
862 if ( nNewDeltaX != nDeltaX ) ScrollX( nNewDeltaX - nDeltaX, eAlignX ); in AlignToCursor()
/trunk/main/vcl/source/window/
H A Dwindow.cxx10016 long nDeltaX = pChild->mnOutOffX - mnOutOffX; in ImplPaintToDevice() local
10018 nDeltaX = mnOutWidth - nDeltaX - pChild->mnOutWidth; in ImplPaintToDevice()
10021 Point aDelta( nDeltaX, nDeltaY ); in ImplPaintToDevice()
H A Dprintdlg.cxx452 int nDeltaX = (aSubSize.Width() - aTextSize.Width()) / 2; in Paint() local
454 DrawText( Point( nX * aSubSize.Width() + nDeltaX, in Paint()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2727 long nDeltaX = aNewSize.Width(); in Resize() local
2734 nDeltaX = aNewSize.Width() - nDeltaX; in Resize()
2737 nWinDeltaW = nDeltaX * 2 / 3; in Resize()
2739 nDeltaX -= nWinDeltaW; in Resize()
2743 if ( !nDeltaY && !nDeltaX ) in Resize()
2774 lcl_MoveControl( *ppMoveControls, nDeltaX, nDeltaY ); in Resize()
2786 lcl_MoveControl( *ppMoveControls, nDeltaX, 0 ); in Resize()
2804 aNewSize.Width() += nDeltaX; in Resize()
2817 aNewPos.X() += nDeltaX; in Resize()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx3119 void SvxIconChoiceCtrl_Impl::Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar ) in Scroll() argument
3126 aOrigin.X() += nDeltaX; in Scroll()
H A Dsvicnvw.cxx691 void SvIconView::Scroll( long nDeltaX, long nDeltaY, sal_uInt16 ) in Scroll() argument
693 pImp->Scroll( nDeltaX, nDeltaY, sal_False ); in Scroll()
H A Dsvimpicn.cxx3711 void SvImpIconView::Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar ) in Scroll() argument
3718 aOrigin.X() += nDeltaX; in Scroll()
H A Dimivctl.hxx441 void Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar = sal_False );
/trunk/main/vcl/inc/vcl/
H A Dcmdevt.hxx203 CommandScrollData( long nDeltaX, long nDeltaY );
215 inline CommandScrollData::CommandScrollData( long nDeltaX, long nDeltaY ) in CommandScrollData() argument
217 mnDeltaX = nDeltaX; in CommandScrollData()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx321 long nDeltaX = bVerticalFrame ? in ExecTabWin() local
333 aVertOrient.SetPos(aVertOrient.GetPos() + nDeltaX ); in ExecTabWin()
340 aHoriOrient.SetPos( aHoriOrient.GetPos() + nDeltaX ); in ExecTabWin()
362 ::ResizeFrameCols(aCol, nOldWidth, (long)aSize.GetWidth(), nDeltaX ); in ExecTabWin()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx924 SwTwips nDeltaX; in NbcResize() local
926 nDeltaX = aNewPos.X() - aOutRect.Left(); in NbcResize()
928 nDeltaX = aNewPos.X() - aOutRect.Right(); in NbcResize()
930 MoveRect( aOutRect, Size( nDeltaX, nDeltaY ) ); in NbcResize()
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx278 void Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar = sal_False );
/trunk/main/svtools/source/control/
H A Dscrwin.cxx441 long nDeltaX = ( aBox.Right() - aVisArea.Right() ) + in MakeVisible() local
445 Scroll( nDeltaX, nDeltaY ); in MakeVisible()
475 void ScrollableWindow::Scroll( long nDeltaX, long nDeltaY, sal_uInt16 ) in Scroll() argument
481 Size aDeltaPix( LogicToPixel( Size(nDeltaX, nDeltaY) ) ); in Scroll()
487 if ( nDeltaX != 0 ) in Scroll()
510 nDeltaX = aDelta.Width(); in Scroll()
515 if ( nDeltaX != 0 || nDeltaY != 0 ) in Scroll()
527 Window::Scroll(-nDeltaX, -nDeltaY, in Scroll()
542 EndScroll( nDeltaX, nDeltaY ); in Scroll()
543 if ( nDeltaX ) in Scroll()
H A Dcalendar.cxx974 long nDeltaX; in ImplDraw() local
1045 nDeltaX = nX; in ImplDraw()
1073 nDeltaX += nMonthOffX1+1; in ImplDraw()
1077 nDeltaX += mnMonthWidth-nMonthOffX2-nMonthTextWidth; in ImplDraw()
1079 nDeltaX += nTempOff; in ImplDraw()
1082 DrawText( Point( nDeltaX, nDeltaY ), aMonthText ); in ImplDraw()
1149 nDeltaX = nDayX + (nDay*mnDayWidth); in ImplDraw()
1157 nDeltaX = nDayX + (nDayIndex*mnDayWidth); in ImplDraw()
1158 ImplDrawDate( nDeltaX, nDayY, nDay, nMonth, nYear, in ImplDraw()
1178 nDeltaX = nDayX + (nDayIndex*mnDayWidth); in ImplDraw()
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1583 long nDeltaX = nDragX - nResizeX; in MouseMove() local
1587 nOldWidth + nDeltaX ) in MouseMove()
1622 long nDeltaX = nDragX - nResizeX; in MouseButtonUp() local
1624 SetColumnWidth( GetColumnId(nResizeCol), GetColumnWidth(nId) + nDeltaX ); in MouseButtonUp()
/trunk/main/svtools/inc/svtools/
H A Dscrwin.hxx83 virtual void EndScroll( long nDeltaX, long nDeltaY );
98 virtual void Scroll( long nDeltaX, long nDeltaY, sal_uInt16 nFlags = 0 );
H A Dsvicnvw.hxx252 virtual void Scroll( long nDeltaX, long nDeltaY, sal_uInt16 nFlags = 0 );
/trunk/main/sfx2/source/view/
H A Dframe.cxx802 long nDeltaX = rBorder.Left() + rBorder.Right(); in SetToolSpaceBorderPixel_Impl() local
803 if ( aSize.Width() > nDeltaX ) in SetToolSpaceBorderPixel_Impl()
804 aSize.Width() -= nDeltaX; in SetToolSpaceBorderPixel_Impl()
/trunk/main/sfx2/source/sidebar/
H A DLayouter.cxx33 const sal_Int32 nDeltaX) in EnlargeControlHorizontally() argument
36 aSize.Width() += nDeltaX; in EnlargeControlHorizontally()
72 const sal_Int32 nDeltaX) in MoveControlHorizontally() argument
75 aPosition.Move(nDeltaX, 0); in MoveControlHorizontally()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DLayouter.hxx42 const sal_Int32 nDeltaX);
58 const sal_Int32 nDeltaX);
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx229 long nDeltaX = ((long)nFirstVisibleColumn) - pViewData->GetPosX( eWhichH ); in setFirstVisibleColumn() local
230 pViewShell->ScrollX( nDeltaX, eWhichH ); in setFirstVisibleColumn()

Completed in 270 milliseconds

12