Searched refs:aTotalSize (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 1125 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 …]
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterToolBar.cxx | 875 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 …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impimage.cxx | 214 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()
|
/aoo4110/main/svtools/bmpmaker/ |
H A D | bmpcore.cxx | 212 Size aTotalSize( aOneSize = aSize ); in ImplCreate() local 214 aTotalSize.Width() *= aNameVector.size(); in ImplCreate() 215 aTotalBmpEx = Bitmap( aTotalSize, aBmpEx.GetBitmap().GetBitCount() ); in ImplCreate()
|
/aoo4110/main/extensions/source/update/ui/ |
H A D | updatecheckui.cxx | 981 Size aTotalSize; in RecalcTextRects() local 1004 aTotalSize.setHeight( maTitleRect.GetHeight() + in RecalcTextRects() 1008 if ( aTotalSize.Height() > maMaxTextSize.Height() ) in RecalcTextRects()
|
Completed in 337 milliseconds