Lines Matching refs:rResId
183 MessBox::MessBox( Window* pParent, const ResId& rResId ) : in MessBox() argument
188 GetRes( rResId.SetRT( RSC_MESSBOX ) ); in MessBox()
200 ImplLoadRes( rResId ); in MessBox()
510 InfoBox::InfoBox( Window* pParent, const ResId & rResId ) : in InfoBox() argument
511 MessBox( pParent, rResId.SetRT( RSC_INFOBOX ) ) in InfoBox()
563 WarningBox::WarningBox( Window* pParent, const ResId& rResId ) : in WarningBox() argument
564 MessBox( pParent, rResId.SetRT( RSC_WARNINGBOX ) ) in WarningBox()
610 ErrorBox::ErrorBox( Window* pParent, const ResId& rResId ) : in ErrorBox() argument
611 MessBox( pParent, rResId.SetRT( RSC_ERRORBOX ) ) in ErrorBox()
655 QueryBox::QueryBox( Window* pParent, const ResId& rResId ) : in QueryBox() argument
656 MessBox( pParent, rResId.SetRT( RSC_QUERYBOX ) ) in QueryBox()