Searched refs:nButtonStyle (Results 1 – 2 of 2) sorted by relevance
90 sal_uInt16 nButtonStyle = BUTTON_DRAW_DEFAULT; in Draw() local93 nButtonStyle = BUTTON_DRAW_PRESSED; in Draw()96 aInnerRect=aDecoView.DrawButton( aBtnRect, nButtonStyle ); in Draw()
1097 sal_uInt16 nButtonStyle = ImplGetButtonState(); in ImplDrawPushButton() local1107 nButtonStyle |= BUTTON_DRAW_PRESSED; in ImplDrawPushButton()1573 sal_uInt16 nButtonStyle = 0; in Draw() local1575 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() local2225 nButtonStyle = FRAME_DRAW_DOUBLEIN; in ImplDrawRadioButtonState()2235 nButtonStyle = 0; in ImplDrawRadioButtonState()2237 nButtonStyle |= IMAGE_DRAW_DISABLE; in ImplDrawRadioButtonState()[all …]
Completed in 53 milliseconds