Home
last modified time | relevance | path

Searched refs:aTotalSize (Results 1 – 4 of 4) sorted by path

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1125 Size aTotalSize( GetOutputSizePixel() ); in Resize() local
1134 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()
1143 Size aDivSize( aTotalSize.Width(), LINE_SIZE ); in Resize()
1152 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()
1187 aTotalSize.Height() - 2*aBtnSize.Height() - LINE_SIZE - in Resize()
1562 Size aTotalSize( GetOutputSizePixel() ); in Resize() local
1576 Size aDivSize( aTotalSize.Width(), LINE_SIZE ); in Resize()
1587 aTotalSize.Height() - 2*aBtnSize.Height() - LINE_SIZE - in Resize()
1776 Size aTotalSize( GetOutputSizePixel() ); in Resize() local
1784 Point aBtnPos( (aTotalSize.Width() - m_aCloseBtn.GetSizePixel().Width())/2, in Resize()
[all …]
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx981 Size aTotalSize; in RecalcTextRects() local
1004 aTotalSize.setHeight( maTitleRect.GetHeight() + in RecalcTextRects()
1008 if ( aTotalSize.Height() > maMaxTextSize.Height() ) in RecalcTextRects()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx875 geometry::RealSize2D aTotalSize (0,0); in Layout() local
897 aTotalSize.Width += aSize.Width; in Layout()
899 aTotalSize.Height = ::std::max(aTotalSize.Height, aSize.Height); in Layout()
910 maMinimalSize = aTotalSize; in Layout()
938 maBoundingBox.Y2 = nY + aTotalSize.Height; in Layout()
968 geometry::RealSize2D aTotalSize (0,0); in CalculatePartSize() local
984 aTotalSize.Width += aBSize.Width; in CalculatePartSize()
990 aTotalSize.Height += aBSize.Height; in CalculatePartSize()
991 if (aBSize.Width > aTotalSize.Width) in CalculatePartSize()
992 aTotalSize.Width = aBSize.Width; in CalculatePartSize()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx214 const Size aTotalSize( nInitSize * nItemWidth, nItemHeight ); in Create() local
216 maBmpEx = Bitmap( aTotalSize, 24 ); in Create()
583 const Size aTotalSize( maBmpEx.GetSizePixel() ); in ImplUpdateDisabledBmpEx() local
587 Bitmap aGrey( aTotalSize, 8, &Bitmap::GetGreyPalette( 256 ) ); in ImplUpdateDisabledBmpEx()
588 AlphaMask aGreyAlphaMask( aTotalSize ); in ImplUpdateDisabledBmpEx()
608 …const int nLeft = aPos.X(), nRight = nLeft + ( ( nPos < 0 ) ? aTotalSize.Width() : maSize.Width()… in ImplUpdateDisabledBmpEx()

Completed in 38 milliseconds