/aoo41x/main/sc/source/ui/formdlg/ |
H A D | privsplt.cxx | 127 nDeltaX=nNewX-nOldX; in MouseButtonUp() 128 a2Pos.X()+=nDeltaX; in MouseButtonUp() 131 nDeltaX=(short)(aXMovingRange.Min()-a3Pos.X()); in MouseButtonUp() 136 nDeltaX=(short)(aXMovingRange.Max()-a3Pos.X()); in MouseButtonUp() 188 nDeltaX=nNewX-nOldX; in MouseMove() 189 a2Pos.X()+=nDeltaX; in MouseMove() 262 return nDeltaX; in GetDeltaX() 312 nDeltaX=nNewX-nOldX; in MoveSplitTo() 313 a2Pos.X()+=nDeltaX; in MoveSplitTo() 316 nDeltaX=(short)(aXMovingRange.Min()-a3Pos.X()); in MoveSplitTo() [all …]
|
/aoo41x/main/svtools/source/control/ |
H A D | scrwin.cxx | 441 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 D | calendar.cxx | 974 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 …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpacc.cxx | 351 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()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedfunc.cxx | 61 long nDeltaX = pHScroll->GetLineSize(); in IMPL_LINK_INLINE_END() local 67 nDeltaX = -nDeltaX; in IMPL_LINK_INLINE_END() 70 nDeltaX = 0; in IMPL_LINK_INLINE_END() 78 if( nDeltaX ) in IMPL_LINK_INLINE_END() 79 pHScroll->SetThumbPos( pHScroll->GetThumbPos() + nDeltaX ); in IMPL_LINK_INLINE_END() 83 if( nDeltaX ) in IMPL_LINK_INLINE_END()
|
H A D | dlgedview.cxx | 96 sal_Int32 nDeltaX = pDlgEditor->GetHScroll()->GetLineSize(); in MakeVisible() local 100 nScrollX += nDeltaX; in MakeVisible() 103 nScrollX -= nDeltaX; in MakeVisible()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | Layouter.cxx | 33 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()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 444 …rol::ScrollAggregate(Control* pText, Control* pInput, Control* pButton, long nDeltaX, long nDeltaY) in ScrollAggregate() argument 448 pText->SetPosPixel(pText->GetPosPixel() + Point(nDeltaX, nDeltaY)); in ScrollAggregate() 449 pInput->SetPosPixel(pInput->GetPosPixel() + Point(nDeltaX, nDeltaY)); in ScrollAggregate() 451 pButton->SetPosPixel(pButton->GetPosPixel() + Point(nDeltaX, nDeltaY)); in ScrollAggregate() 457 long nDeltaX = 0, nDeltaY = 0; in ScrollAllAggregates() local 460 nDeltaX = (m_nOldHThumb - m_pHorzScroll->GetThumbPos()) * HSCROLL_STEP; in ScrollAllAggregates() 472 if (nDeltaX || nDeltaY) in ScrollAllAggregates() 487 ScrollAggregate(ppAggregatesText[i],ppAggregates[i],NULL,nDeltaX, nDeltaY); in ScrollAllAggregates() 489 ScrollAggregate(pFormatText,pFormatSample,pFormat,nDeltaX, nDeltaY); in ScrollAllAggregates()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 674 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()
|
H A D | tabview.cxx | 1416 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()
|
/aoo41x/main/sfx2/inc/sfx2/sidebar/ |
H A D | Layouter.hxx | 42 const sal_Int32 nDeltaX); 58 const sal_Int32 nDeltaX);
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | cmdevt.hxx | 203 CommandScrollData( long nDeltaX, long nDeltaY ); 215 inline CommandScrollData::CommandScrollData( long nDeltaX, long nDeltaY ) in CommandScrollData() argument 217 mnDeltaX = nDeltaX; in CommandScrollData()
|
/aoo41x/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 259 long nDeltaX = aBmpSiz.Width() / 15; in DrawPage() local 261 aBmpPnt.X() += nDeltaX; in DrawPage() 263 aBmpSiz.Width() -= nDeltaX * 2; in DrawPage()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | scrwin.hxx | 83 virtual void EndScroll( long nDeltaX, long nDeltaY ); 98 virtual void Scroll( long nDeltaX, long nDeltaY, sal_uInt16 nFlags = 0 );
|
/aoo41x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 2725 long nDeltaX = aNewSize.Width(); in Resize() local 2732 nDeltaX = aNewSize.Width() - nDeltaX; in Resize() 2735 nWinDeltaW = nDeltaX * 2 / 3; in Resize() 2737 nDeltaX -= nWinDeltaW; in Resize() 2741 if ( !nDeltaY && !nDeltaX ) in Resize() 2772 lcl_MoveControl( *ppMoveControls, nDeltaX, nDeltaY ); in Resize() 2784 lcl_MoveControl( *ppMoveControls, nDeltaX, 0 ); in Resize() 2802 aNewSize.Width() += nDeltaX; in Resize() 2815 aNewPos.X() += nDeltaX; in Resize()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 924 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()
|
/aoo41x/main/sfx2/source/view/ |
H A D | frame.cxx | 802 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()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 1325 …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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 400 void ScrollX( long nDeltaX, ScHSplitPos eWhich, sal_Bool bUpdBars = sal_True ); 402 SC_DLLPUBLIC void ScrollLines( long nDeltaX, long nDeltaY ); // aktives
|
H A D | privsplt.hxx | 47 short nDeltaX; member in ScPrivatSplit
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | graphwin.hxx | 40 virtual void EndScroll( long nDeltaX, long nDeltaY );
|
/aoo41x/main/soldep/source/ |
H A D | graphwin.cxx | 44 void GraphWin::EndScroll( long nDeltaX, long nDeltaY ) in EndScroll() argument
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 1583 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()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svicnvw.cxx | 691 void SvIconView::Scroll( long nDeltaX, long nDeltaY, sal_uInt16 ) in Scroll() argument 693 pImp->Scroll( nDeltaX, nDeltaY, sal_False ); in Scroll()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 321 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()
|