Home
last modified time | relevance | path

Searched refs:aWndSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx943 Size aWndSize( GetSizePixel() ); in DoPaint() local
947 Rectangle aRect( aTmpPoint, aWndSize ); in DoPaint()
953 aVD.SetOutputSize( aWndSize ); in DoPaint()
961 …Point aPos( (aWndSize.Width() - aPrvSize.Width()) / 2, (aWndSize.Height() - aPrvSize.Height()) / 2… in DoPaint()
964 DrawOutDev( aPos, aWndSize, Point(), aWndSize, aVD ); in DoPaint()
/trunk/main/starmath/source/
H A Dtoolbox.cxx278 …Size aWndSize ( aCatSize.Width(), pToolBoxCmd->GetPosPixel().Y() + pToolBoxCmd->GetSizePixel().… in AdjustPosSize() local
279 SetOutputSizePixel( aWndSize ); in AdjustPosSize()
290 Point( rWin.GetSizePixel().Width() - aWndSize.Width(), 0) ) ); in AdjustPosSize()
353 Size aWndSize ( aCatSize.Width(), pToolBoxCmd->GetPosPixel().Y() + aCmdSize.Height() + 3); in SetCategory() local
354 SetOutputSizePixel( aWndSize ); in SetCategory()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx3911 Size aWndSize = aOutputSize; in CalcScrollOffsets() local
3913 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Height()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3914 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Width()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3923 else if ( rPosPixel.X() > aWndSize.Width() - nBorderWidth ) in CalcScrollOffsets()
3928 nPixelToScrollX = rPosPixel.X() - (aWndSize.Width() - nBorderWidth); in CalcScrollOffsets()
3937 else if ( rPosPixel.Y() > aWndSize.Height() - nBorderWidth ) in CalcScrollOffsets()
3942 nPixelToScrollY = rPosPixel.Y() - (aWndSize.Height() - nBorderWidth); in CalcScrollOffsets()
H A Dimivctl1.cxx3370 Size aWndSize = aOutputSize; in CalcScrollOffsets() local
3372 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Height()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3373 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Width()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3382 else if ( rPosPixel.X() > aWndSize.Width() - nBorderWidth ) in CalcScrollOffsets()
3387 nPixelToScrollX = rPosPixel.X() - (aWndSize.Width() - nBorderWidth); in CalcScrollOffsets()
3396 else if ( rPosPixel.Y() > aWndSize.Height() - nBorderWidth ) in CalcScrollOffsets()
3401 nPixelToScrollY = rPosPixel.Y() - (aWndSize.Height() - nBorderWidth); in CalcScrollOffsets()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx834 Size aWndSize = GetSizePixel(); in getMenuItemPosSize() local
837 Size aSize1(aWndSize.Width() - nLeftMargin*2, nMenuItemHeight); in getMenuItemPosSize()

Completed in 95 milliseconds