Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dmsgbox.cxx255 long nButtonSize = ImplGetButtonSize(); in ImplPosControls() local
332 if ( nButtonSize > nWidth ) in ImplPosControls()
333 nWidth = nButtonSize-(aTextPos.X()-IMPL_DIALOG_OFFSET); in ImplPosControls()
H A Dsplitwin.cxx1768 long nButtonSize = 0; in ImplGetButtonRect() local
1770 nButtonSize += SPLITWIN_SPLITSIZEFADE+1; in ImplGetButtonRect()
1772 nButtonSize += SPLITWIN_SPLITSIZEFADE+1; in ImplGetButtonRect()
1774 nButtonSize += SPLITWIN_SPLITSIZEAUTOHIDE+1; in ImplGetButtonRect()
1777 nCenterEx += ((mnDX-mnLeftBorder-mnRightBorder)-nButtonSize)/2; in ImplGetButtonRect()
1779 nCenterEx += ((mnDY-mnTopBorder-mnBottomBorder)-nButtonSize)/2; in ImplGetButtonRect()

Completed in 51 milliseconds