Lines Matching refs:help_id
850 char const* yes, char const* no, const rtl::OString& help_id, in MessageBox() argument
856 init (message, yes, no, help_id); in MessageBox()
860 OUString yes, OUString no, const rtl::OString& help_id,
866 init (message, yes, no, help_id);
874 char const* yes, char const* no, const rtl::OString& help_id,
883 …eateFromAscii (message), OUString::createFromAscii (yes), OUString::createFromAscii (no), help_id);
887 OUString yes, OUString no, const rtl::OString& help_id,
896 bits_init (bits, message, yes, no, help_id);
900 OUString yes, OUString no, const rtl::OString& help_id)
922 init (message, yes, no, help_id);
925 …essageBox::init (char const* message, char const* yes, char const* no, const rtl::OString& help_id) in init() argument
927 …eateFromAscii (message), OUString::createFromAscii (yes), OUString::createFromAscii (no), help_id); in init()
930 …nit (OUString const& message, OUString const& yes, OUString const& no, const rtl::OString& help_id) in init() argument
949 if( !help_id.isEmpty()) in init()
950 SetHelpId (help_id); in init()
958 char const* yes, char const* no, const rtl::OString& help_id,\
960 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
965 OUString yes, OUString no, const rtl::OString& help_id,\
967 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
972 char const* yes, char const* no, const rtl::OString& help_id,\
974 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
979 OUString yes, OUString no, const rtl::OString& help_id,\
981 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\