Home
last modified time | relevance | path

Searched refs:maInnerSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx199 maInnerSize = aOutSz; in ImplResizeControls()
201 maInnerSize.Width() -= nSBWidth; in ImplResizeControls()
203 maInnerSize.Height() -= nSBWidth; in ImplResizeControls()
208 Point aBoxPos( maInnerSize.Width(), maInnerSize.Height() ); in ImplResizeControls()
222 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, maInnerSize.Height() ) ); in ImplResizeControls()
234 mpHScrollBar->SetPosSizePixel( aHPos, Size( maInnerSize.Width(), nSBWidth ) ); in ImplResizeControls()
248 Size aSize( maInnerSize ); in ImplResizeChild()
/trunk/main/sd/source/ui/inc/
H A DDialogListBox.hxx42 Size maMinSize, maInnerSize; member in sd::DialogListBox

Completed in 22 milliseconds