Home
last modified time | relevance | path

Searched refs:aBSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx981 const awt::Size aBSize ((*iElement)->GetBoundingSize(rxCanvas)); in CalculatePartSize() local
984 aTotalSize.Width += aBSize.Width; in CalculatePartSize()
985 if (aBSize.Height > aTotalSize.Height) in CalculatePartSize()
986 aTotalSize.Height = aBSize.Height; in CalculatePartSize()
990 aTotalSize.Height += aBSize.Height; in CalculatePartSize()
991 if (aBSize.Width > aTotalSize.Width) in CalculatePartSize()
992 aTotalSize.Width = aBSize.Width; in CalculatePartSize()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx891 Size aBSize( boundingRect.width(), boundingRect.height() ); local
892 nativeBoundingRegion = Rectangle( aBPoint, aBSize );
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1686 Size aBSize( qBoundingRect.width(), qBoundingRect.height() ); in getNativeControlRegion() local
1687 rNativeBoundingRegion = Rectangle( aBPoint, aBSize ); in getNativeControlRegion()

Completed in 25 milliseconds