Home
last modified time | relevance | path

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

/AOO41X/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1122 Size aTotalSize( GetOutputSizePixel() ); in Resize() local
1127 aTotalSize.Height() - RSC_SP_DLG_INNERBORDER_BOTTOM - aBtnSize.Height() ); in Resize()
1131 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()
1140 Size aDivSize( aTotalSize.Width(), LINE_SIZE ); in Resize()
1149 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()
1183 Size aSize( aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_LEFT - RSC_SP_DLG_INNERBORDER_RIGHT, in Resize()
1184 aTotalSize.Height() - 2*aBtnSize.Height() - LINE_SIZE - in Resize()
1559 Size aTotalSize( GetOutputSizePixel() ); in Resize() local
1563 aTotalSize.Height() - RSC_SP_DLG_INNERBORDER_BOTTOM - aBtnSize.Height() ); in Resize()
1567 … aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - m_aCloseBtn.GetSizePixel().Width(); in Resize()
[all …]
/AOO41X/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()
917 if (aTotalSize.Width + nTotalHorizontalGap > aWindowBox.Width) in Layout()
918 nTotalHorizontalGap = aWindowBox.Width - aTotalSize.Width; in Layout()
927 case Center: nX = (aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap) / 2; break; in Layout()
928 case Right: nX = aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap; break; in Layout()
932 double nY ((aWindowBox.Height - aTotalSize.Height) / 2); in Layout()
937 maBoundingBox.X2 = nX + aTotalSize.Width + nTotalHorizontalGap; in Layout()
[all …]
/AOO41X/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()
/AOO41X/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()