Home
last modified time | relevance | path

Searched refs:nXDiff (Results 1 – 12 of 12) sorted by path

/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx587 …sal_Int32 nXDiff = aSymbolSize.Width + static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * … in createDataLabel() local
596 aSymbolPosition.X -= nXDiff; in createDataLabel()
602 aNewTextPos.X += nXDiff; in createDataLabel()
608 aSymbolPosition.X -= nXDiff/2; in createDataLabel()
609 aNewTextPos.X += nXDiff/2; in createDataLabel()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1338 long nXDiff = 0; in IMPL_LINK() local
1342 nXDiff = aImgPos.X() + aImgSize.Width() + nCtrlDist - aTitlePos.X(); in IMPL_LINK()
1351 aTitlePos.X() += nXDiff; in IMPL_LINK()
1354 aHelpPos.X() += nXDiff; in IMPL_LINK()
1356 aHelpSize.Width() -= nXDiff; in IMPL_LINK()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx130 double nXDiff = fCos * nWidthHalf + fSin * (-nHeightHalf); in ImplFlipBoundingBox() local
133 aRect.Move( (sal_Int32)( -( nWidthHalf - nXDiff ) ), (sal_Int32)( - ( nHeightHalf + nYDiff ) ) ); in ImplFlipBoundingBox()
/trunk/main/sd/source/ui/dlg/
H A Dprntopts.cxx261 void lcl_MoveRB_Impl(Window& rBtn, long nXDiff) in lcl_MoveRB_Impl() argument
264 aPos.X() -= nXDiff; in lcl_MoveRB_Impl()
279 long nXDiff = aGrpOutput.GetPosPixel().X() - aGrpPrint.GetPosPixel().X(); in SetDrawMode() local
280 lcl_MoveRB_Impl(aRbtColor, nXDiff); in SetDrawMode()
281 lcl_MoveRB_Impl(aRbtGrayscale, nXDiff); in SetDrawMode()
282 lcl_MoveRB_Impl(aRbtBlackWhite, nXDiff); in SetDrawMode()
283 lcl_MoveRB_Impl(aGrpOutput, nXDiff); in SetDrawMode()
285 long nWidth = aGrpOutput.GetSizePixel().Width() + nXDiff; in SetDrawMode()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1323 long nXDiff = mbMirrored ? -nHeight : nHeight; in Resize() local
1329 nX += nXDiff; in Resize()
1335 nX += nXDiff; in Resize()
1341 nX += nXDiff; in Resize()
1347 nX += nXDiff; in Resize()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1261 …sal_Int32 nXDiff = static_cast< sal_Int32 >( ( ( ( maSize.Width - aSize.Width() ) * maSbJPGPreview… in updatePreview() local
1262 aPos.X() += nXDiff; in updatePreview()
/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx353 const sal_Int32 nXDiff = aPoint.X() - aControlRect.Left(); in MouseButtonDown() local
361 if ( nXDiff >= nButtonLeftOffset && nXDiff <= nButtonRightOffset ) in MouseButtonDown()
364 else if ( nXDiff >= aControlRect.GetWidth() - nSliderXOffset + nButtonLeftOffset && in MouseButtonDown()
365 nXDiff <= aControlRect.GetWidth() - nSliderXOffset + nButtonRightOffset ) in MouseButtonDown()
368 else if( nXDiff >= nSliderXOffset && nXDiff <= aControlRect.GetWidth() - nSliderXOffset ) in MouseButtonDown()
369 mpImpl->mnCurrentZoom = Offset2Zoom( nXDiff ); in MouseButtonDown()
415 const sal_Int32 nXDiff = aPoint.X() - aControlRect.Left(); in MouseMove() local
417 if ( nXDiff >= nSliderXOffset && nXDiff <= aControlRect.GetWidth() - nSliderXOffset ) in MouseMove()
419 mpImpl->mnCurrentZoom = Offset2Zoom( nXDiff ); in MouseMove()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2101 sal_Int32 nXDiff = aBoundRect.Left() - aRect.Left(); in ImpCheckCustomGluePointsAreAdded() local
2123 aGlue.X() -= nXDiff; in ImpCheckCustomGluePointsAreAdded()
2377 sal_Int32 nXDiff = aPt.X - aInteractionHandle.aPosition.X; in DragMoveCustomShapeHdl() local
2380 pObj->aRect.Move( nXDiff, nYDiff ); in DragMoveCustomShapeHdl()
2381 pObj->aOutRect.Move( nXDiff, nYDiff ); in DragMoveCustomShapeHdl()
2382 pObj->maSnapRect.Move( nXDiff, nYDiff ); in DragMoveCustomShapeHdl()
H A Dsvdotext.cxx1111 long nXDiff=aSiz.Width()-nWantWdt; in ImpSetCharStretching() local
1113 …if (((nXDiff>=nXTolMi || !bChkX) && nXDiff<=nXTolPl) || nXDiff==nXDiff0/*&& Abs(nYDiff)<=nYTol*/) { in ImpSetCharStretching()
1119 if (Abs(nXDiff)<=2*nXKorr) { in ImpSetCharStretching()
1126 nXDiff0=nXDiff; in ImpSetCharStretching()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1584 … const SwTwips nXDiff = (*fnRect->fnXDiff)( nLeft, rPointX ) * ( bRTL ? (-1) : 1 ); in lcl_FindFrm() local
1587 bCloseToRow = nXDiff >= 0 && nXDiff < nFuzzy; in lcl_FindFrm()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1156 const long nXDiff = aPrevArea.Left() - VisArea().Left(); in VisPortChgd() local
1159 if( !nXDiff && !GetViewOptions()->getBrowseMode() && in VisPortChgd()
1248 if ( SmoothScroll( nXDiff, nYDiff, &aRect ) ) in VisPortChgd()
1261 if ( SmoothScroll( nXDiff, nYDiff, 0 ) ) in VisPortChgd()
/trunk/main/sw/source/ui/utlui/
H A Dviewlayoutctrl.cxx168 const long nXDiff = aPoint.X() - aRect.Left(); in MouseButtonDown() local
175 if ( nXDiff < nXOffset + nImageWidthSingle ) in MouseButtonDown()
180 else if ( nXDiff < nXOffset + nImageWidthSingle + nImageWidthAuto ) in MouseButtonDown()

Completed in 105 milliseconds