Home
last modified time | relevance | path

Searched refs:nYDiff (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2102 sal_Int32 nYDiff = aBoundRect.Top() - aRect.Top(); in ImpCheckCustomGluePointsAreAdded() local
2124 aGlue.Y() -= nYDiff; in ImpCheckCustomGluePointsAreAdded()
2378 sal_Int32 nYDiff = aPt.Y - aInteractionHandle.aPosition.Y; 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx856 long nYDiff = nTextLineHeight; in CreateLines() local
861 nYDiff = -nTextLineHeight; in CreateLines()
863 pTextRanges = GetTextRanger()->GetTextRanges( Range( nYOff, nYOff + nYDiff ) ); in CreateLines()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1157 const long nYDiff = aPrevArea.Top() - VisArea().Top(); in VisPortChgd() local
1248 if ( SmoothScroll( nXDiff, nYDiff, &aRect ) ) in VisPortChgd()
1261 if ( SmoothScroll( nXDiff, nYDiff, 0 ) ) in VisPortChgd()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx2768 long nYDiff = (*fnRect->fnYDiff)( (Prt().*fnRect->fnGetTop)(), rUpper ); in CalcFlyOffsets() local
2769 if( nYDiff > 0 ) in CalcFlyOffsets()
2770 (aRect.*fnRect->fnAddBottom)( -nYDiff ); in CalcFlyOffsets()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1339 long nYDiff = 0; in IMPL_LINK() local
1346 nYDiff = aImgPos.Y() + aImgSize.Height() + nCtrlDist - aLinePos.Y(); in IMPL_LINK()
1348 aLinePos.Y() += nYDiff; in IMPL_LINK()
1355 aHelpPos.Y() += nYDiff; in IMPL_LINK()
1357 aHelpSize.Height() -= nYDiff; in IMPL_LINK()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1585 const SwTwips nYDiff = (*fnRect->fnYDiff)( nTop, rPointY ); in lcl_FindFrm() local
1588 bCloseToCol = nYDiff >= 0 && nYDiff < nFuzzy; in lcl_FindFrm()
1590 if ( bCloseToCol && 2 * nYDiff > nFuzzy ) in lcl_FindFrm()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1266 …sal_Int32 nYDiff = static_cast< sal_Int32 >( ( ( ( maSize.Height - aSize.Height() ) * maSbJPGPrevi… in updatePreview() local
1267 aPos.Y() += nYDiff; in updatePreview()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx601 void lcl_MoveWin( Window& rWin, long nYDiff) in lcl_MoveWin() argument
604 aPos.Y() += nYDiff; in lcl_MoveWin()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx245 long nYDiff = aDate2.GetYear() - (long) aDate1.GetYear(); in FillAnalyse() local
254 nCmpInc = nMDiff + 12 * nYDiff; in FillAnalyse()
276 nYDiff = aDate2.GetYear() - (long) aDate1.GetYear(); in FillAnalyse()
277 if (nDDiff || ( nMDiff + 12 * nYDiff != nCmpInc )) in FillAnalyse()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx495 sal_Int32 nYDiff = ::std::min< sal_Int32 >( nFontHeightHmm / 2, aShapeRect.Y ); in createAndInsertClientXShape() local
496 aShapeRect.Y -= nYDiff; in createAndInsertClientXShape()
497 aShapeRect.Height += nYDiff; in createAndInsertClientXShape()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx131 double nYDiff = - ( fSin * nWidthHalf - fCos * ( -nHeightHalf ) ); in ImplFlipBoundingBox() local
133 aRect.Move( (sal_Int32)( -( nWidthHalf - nXDiff ) ), (sal_Int32)( - ( nHeightHalf + nYDiff ) ) ); in ImplFlipBoundingBox()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx869 long nYDiff = aPosComp.Y() - aPosAssign.Y(); in SvxMacroTabPage() local
870 aPosDelete.Y() -= nYDiff; in SvxMacroTabPage()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx78 void lcl_shiftY( Control& rControl, long nYDiff ) in lcl_shiftY() argument
81 aPos.Y() += nYDiff; in lcl_shiftY()
394 long nYDiff = m_aFL_AxisLine.GetPosPixel().Y() - m_aFL_Ticks.GetPosPixel().Y(); in Reset() local
395 lcl_shiftY( m_aFL_Ticks, nYDiff ); in Reset()
396 lcl_shiftY( m_aFT_Major, nYDiff ); in Reset()
397 lcl_shiftY( m_aCB_TicksInner, nYDiff ); in Reset()
398 lcl_shiftY( m_aCB_TicksOuter, nYDiff ); in Reset()
400 lcl_shiftY( m_aFT_Minor, nYDiff ); in Reset()
401 lcl_shiftY( m_aCB_MinorInner, nYDiff ); in Reset()
402 lcl_shiftY( m_aCB_MinorOuter, nYDiff ); in Reset()
H A Dtp_ChartType.cxx821 long nYDiff = m_aMainTypeList.GetPosPixel().Y() - m_aFT_ChooseType.GetPosPixel().Y(); in ChartTypeTabPage() local
824 m_aMainTypeList.SetPosPixel( Point( aOldPos.X(), aOldPos.Y() - nYDiff ) ); in ChartTypeTabPage()
827 m_aSubTypeList.SetPosPixel( Point( aOldPos.X(), aOldPos.Y() - nYDiff ) ); in ChartTypeTabPage()
830 m_pAxisTypeResourceGroup->setPosition( Point( aOldPos.X(), aOldPos.Y() - nYDiff ) ); in ChartTypeTabPage()
833 this->SetSizePixel( Size( aSize.Width(), aSize.Height()-nYDiff+3 ) ); in ChartTypeTabPage()

Completed in 187 milliseconds