Lines Matching refs:rMessage
169 const XubString& rTitle, const XubString& rMessage ) : in MessBox() argument
171 maMessText( rMessage ) in MessBox()
502 InfoBox::InfoBox( Window* pParent, const XubString& rMessage ) : in InfoBox() argument
503 MessBox( pParent, WB_OK | WB_DEF_OK, ImplGetSVEmptyStr(), rMessage ) in InfoBox()
518 InfoBox::InfoBox( Window* pParent, WinBits nStyle, const XubString& rMessage ) : in InfoBox() argument
519 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in InfoBox()
555 const XubString& rMessage ) : in WarningBox() argument
556 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in WarningBox()
602 const XubString& rMessage ) : in ErrorBox() argument
603 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in ErrorBox()
647 QueryBox::QueryBox( Window* pParent, WinBits nStyle, const XubString& rMessage ) : in QueryBox() argument
648 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in QueryBox()