Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx90 sal_uInt16 nButtonStyle = BUTTON_DRAW_DEFAULT; in Draw() local
93 nButtonStyle = BUTTON_DRAW_PRESSED; in Draw()
96 aInnerRect=aDecoView.DrawButton( aBtnRect, nButtonStyle ); in Draw()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1097 sal_uInt16 nButtonStyle = ImplGetButtonState(); in ImplDrawPushButton() local
1107 nButtonStyle |= BUTTON_DRAW_PRESSED; in ImplDrawPushButton()
1573 sal_uInt16 nButtonStyle = 0; in Draw() local
1575 nButtonStyle |= BUTTON_DRAW_MONO; in Draw()
1577 nButtonStyle |= BUTTON_DRAW_CHECKED; in Draw()
1578 aRect = aDecoView.DrawButton( aRect, nButtonStyle ); in Draw()
2172 sal_uInt16 nButtonStyle = 0; in ImplDrawRadioButtonState() local
2225 nButtonStyle = FRAME_DRAW_DOUBLEIN; in ImplDrawRadioButtonState()
2235 nButtonStyle = 0; in ImplDrawRadioButtonState()
2237 nButtonStyle |= IMAGE_DRAW_DISABLE; in ImplDrawRadioButtonState()
[all …]

Completed in 31 milliseconds