Lines Matching refs:Window

117 Button::Button( Window* pParent, WinBits nStyle ) :  in Button()
126 Button::Button( Window* pParent, const ResId& rResId ) : in Button()
784 void PushButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
797 WinBits PushButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle()
865 void PushButton::ImplDrawPushButtonFrame( Window* pDev, in ImplDrawPushButtonFrame()
893 sal_Bool PushButton::ImplHitTestPushButton( Window* pDev, in ImplHitTestPushButton()
1162 if ( Window::IsEnabled() ) nState |= CTRL_STATE_ENABLED; in ImplDrawPushButton()
1193 if ( Window::IsEnabled() ) nState |= CTRL_STATE_ENABLED; in ImplDrawPushButton()
1345 PushButton::PushButton( Window* pParent, WinBits nStyle ) : in PushButton()
1354 PushButton::PushButton( Window* pParent, const ResId& rResId ) : in PushButton()
1718 Window *pBorder = GetParent()->GetWindow( WINDOW_BORDER ); in PreNotify()
1883 void OKButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
1893 OKButton::OKButton( Window* pParent, WinBits nStyle ) : in OKButton()
1901 OKButton::OKButton( Window* pParent, const ResId& rResId ) : in OKButton()
1920 Window* pParent = GetParent(); in Click()
1949 void CancelButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
1959 CancelButton::CancelButton( Window* pParent, WinBits nStyle ) : in CancelButton()
1967 CancelButton::CancelButton( Window* pParent, const ResId& rResId ) : in CancelButton()
1986 Window* pParent = GetParent(); in Click()
2015 void HelpButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
2025 HelpButton::HelpButton( Window* pParent, WinBits nStyle ) : in HelpButton()
2033 HelpButton::HelpButton( Window* pParent, const ResId& rResId ) : in HelpButton()
2052 Window* pFocusWin = Application::GetFocusWindow(); in Click()
2074 void RadioButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
2084 WinBits RadioButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle()
2121 Window* pParent = GetParent(); in ImplInitSettings()
2462 Window* pFirst = const_cast<RadioButton*>(this); in GetRadioButtonGroup()
2465 Window* pWindow = pFirst->GetWindow( WINDOW_PREV ); in GetRadioButtonGroup()
2490 Window* pWindow; in ImplUncheckAllOther()
2581 RadioButton::RadioButton( Window* pParent, WinBits nStyle ) : in RadioButton()
2590 RadioButton::RadioButton( Window* pParent, const ResId& rResId ) : in RadioButton()
3246 void CheckBox::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
3256 WinBits CheckBox::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle()
3288 Window* pParent = GetParent(); in ImplInitSettings()
3545 CheckBox::CheckBox( Window* pParent, WinBits nStyle ) : in CheckBox()
3554 CheckBox::CheckBox( Window* pParent, const ResId& rResId ) : in CheckBox()
4151 ImageButton::ImageButton( Window* pParent, WinBits nStyle ) : in ImageButton()
4159 ImageButton::ImageButton( Window* pParent, const ResId& rResId ) : in ImageButton()
4201 ImageRadioButton::ImageRadioButton( Window* pParent, WinBits nStyle ) : in ImageRadioButton()
4208 ImageRadioButton::ImageRadioButton( Window* pParent, const ResId& rResId ) : in ImageRadioButton()
4228 TriStateBox::TriStateBox( Window* pParent, WinBits nStyle ) : in TriStateBox()
4236 TriStateBox::TriStateBox( Window* pParent, const ResId& rResId ) : in TriStateBox()
4258 DisclosureButton::DisclosureButton( Window* pParent, WinBits ) : in DisclosureButton()
4265 DisclosureButton::DisclosureButton( Window* pParent, const ResId& rResId ) : in DisclosureButton()
4289 if ( Window::IsEnabled() ) nState |= CTRL_STATE_ENABLED; in ImplDrawCheckBoxState()