Lines Matching refs:rResId

126 Button::Button( Window* pParent, const ResId& rResId ) :  in Button()  argument
129 rResId.SetRT( RSC_BUTTON ); in Button()
131 WinBits nStyle = ImplInitRes( rResId ); in Button()
133 ImplLoadRes( rResId ); in Button()
1354 PushButton::PushButton( Window* pParent, const ResId& rResId ) : in PushButton() argument
1358 rResId.SetRT( RSC_PUSHBUTTON ); in PushButton()
1359 WinBits nStyle = ImplInitRes( rResId ); in PushButton()
1361 ImplLoadRes( rResId ); in PushButton()
1901 OKButton::OKButton( Window* pParent, const ResId& rResId ) : in OKButton() argument
1904 rResId.SetRT( RSC_OKBUTTON ); in OKButton()
1905 WinBits nStyle = ImplInitRes( rResId ); in OKButton()
1907 ImplLoadRes( rResId ); in OKButton()
1967 CancelButton::CancelButton( Window* pParent, const ResId& rResId ) : in CancelButton() argument
1970 rResId.SetRT( RSC_CANCELBUTTON ); in CancelButton()
1971 WinBits nStyle = ImplInitRes( rResId ); in CancelButton()
1973 ImplLoadRes( rResId ); in CancelButton()
2033 HelpButton::HelpButton( Window* pParent, const ResId& rResId ) : in HelpButton() argument
2036 rResId.SetRT( RSC_HELPBUTTON ); in HelpButton()
2037 WinBits nStyle = ImplInitRes( rResId ); in HelpButton()
2039 ImplLoadRes( rResId ); in HelpButton()
2590 RadioButton::RadioButton( Window* pParent, const ResId& rResId ) : in RadioButton() argument
2594 rResId.SetRT( RSC_RADIOBUTTON ); in RadioButton()
2595 WinBits nStyle = ImplInitRes( rResId ); in RadioButton()
2597 ImplLoadRes( rResId ); in RadioButton()
2605 void RadioButton::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
2607 Button::ImplLoadRes( rResId ); in ImplLoadRes()
3060 ImageList *pList, const ResId &rResId, in LoadThemedImageList() argument
3081 pList->InsertFromHorizontalBitmap (rResId, nImages, &aMaskColor, in LoadThemedImageList()
3315 void CheckBox::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
3317 Button::ImplLoadRes( rResId ); in ImplLoadRes()
3319 if ( rResId.GetRT() != RSC_TRISTATEBOX ) in ImplLoadRes()
3554 CheckBox::CheckBox( Window* pParent, const ResId& rResId ) : in CheckBox() argument
3558 rResId.SetRT( RSC_CHECKBOX ); in CheckBox()
3559 WinBits nStyle = ImplInitRes( rResId ); in CheckBox()
3561 ImplLoadRes( rResId ); in CheckBox()
4159 ImageButton::ImageButton( Window* pParent, const ResId& rResId ) : in ImageButton() argument
4160 PushButton( pParent, rResId.SetRT( RSC_IMAGEBUTTON ) ) in ImageButton()
4166 SetModeImage( Image( ResId( (RSHEADER_TYPE*)GetClassRes(), *rResId.GetResMgr() ) ) ); in ImageButton()
4208 ImageRadioButton::ImageRadioButton( Window* pParent, const ResId& rResId ) : in ImageRadioButton() argument
4209 RadioButton( pParent, rResId.SetRT( RSC_IMAGERADIOBUTTON ) ) in ImageRadioButton()
4215 SetModeRadioImage( Image( ResId( (RSHEADER_TYPE*)GetClassRes(), *rResId.GetResMgr() ) ) ); in ImageRadioButton()
4236 TriStateBox::TriStateBox( Window* pParent, const ResId& rResId ) : in TriStateBox() argument
4237 CheckBox( pParent, rResId.SetRT( RSC_TRISTATEBOX ) ) in TriStateBox()
4265 DisclosureButton::DisclosureButton( Window* pParent, const ResId& rResId ) : in DisclosureButton() argument
4266 CheckBox( pParent, rResId.SetRT( RSC_CHECKBOX ) ) in DisclosureButton()