Lines Matching refs:help_id

853                         char const* yes, char const* no, const rtl::OString& help_id,  in MessageBox()  argument
859 init (message, yes, no, help_id); in MessageBox()
863 OUString yes, OUString no, const rtl::OString& help_id,
869 init (message, yes, no, help_id);
877 char const* yes, char const* no, const rtl::OString& help_id,
886 …eateFromAscii (message), OUString::createFromAscii (yes), OUString::createFromAscii (no), help_id);
890 OUString yes, OUString no, const rtl::OString& help_id,
899 bits_init (bits, message, yes, no, help_id);
903 OUString yes, OUString no, const rtl::OString& help_id)
925 init (message, yes, no, help_id);
928 …essageBox::init (char const* message, char const* yes, char const* no, const rtl::OString& help_id) in init() argument
930 …eateFromAscii (message), OUString::createFromAscii (yes), OUString::createFromAscii (no), help_id); in init()
933 …nit (OUString const& message, OUString const& yes, OUString const& no, const rtl::OString& help_id) in init() argument
952 if( !help_id.isEmpty()) in init()
953 SetHelpId (help_id); in init()
961 char const* yes, char const* no, const rtl::OString& help_id,\
963 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
968 OUString yes, OUString no, const rtl::OString& help_id,\
970 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
975 char const* yes, char const* no, const rtl::OString& help_id,\
977 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
982 OUString yes, OUString no, const rtl::OString& help_id,\
984 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\