/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_AxisPositions.cxx | 78 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 D | tp_ChartType.cxx | 821 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()
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 495 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()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 1585 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table4.cxx | 245 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()
|
/aoo41x/main/cui/source/options/ |
H A D | treeopt.cxx | 1339 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 2102 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()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | tpoption.cxx | 601 void lcl_MoveWin( Window& rWin, long nYDiff) in lcl_MoveWin() argument 604 aPos.Y() += nYDiff; in lcl_MoveWin()
|
/aoo41x/main/cui/source/customize/ |
H A D | macropg.cxx | 869 long nYDiff = aPosComp.Y() - aPosAssign.Y(); in SvxMacroTabPage() local 870 aPosDelete.Y() -= nYDiff; in SvxMacroTabPage()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 131 double nYDiff = - ( fSin * nWidthHalf - fCos * ( -nHeightHalf ) ); in ImplFlipBoundingBox() local 133 aRect.Move( (sal_Int32)( -( nWidthHalf - nXDiff ) ), (sal_Int32)( - ( nHeightHalf + nYDiff ) ) ); in ImplFlipBoundingBox()
|
/aoo41x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1154 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()
|
/aoo41x/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 1266 …sal_Int32 nYDiff = static_cast< sal_Int32 >( ( ( ( maSize.Height - aSize.Height() ) * maSbJPGPrevi… in updatePreview() local 1267 aPos.Y() += nYDiff; in updatePreview()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 2768 long nYDiff = (*fnRect->fnYDiff)( (Prt().*fnRect->fnGetTop)(), rUpper ); in CalcFlyOffsets() local 2769 if( nYDiff > 0 ) in CalcFlyOffsets() 2770 (aRect.*fnRect->fnAddBottom)( -nYDiff ); in CalcFlyOffsets()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 856 long nYDiff = nTextLineHeight; in CreateLines() local 861 nYDiff = -nTextLineHeight; in CreateLines() 863 pTextRanges = GetTextRanger()->GetTextRanges( Range( nYOff, nYOff + nYDiff ) ); in CreateLines()
|