Searched refs:help_id (Results 1 – 2 of 2) sorted by relevance
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 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); 899 bits_init (bits, message, yes, no, help_id); 925 init (message, yes, no, help_id); 952 if( !help_id.isEmpty()) in init() 953 SetHelpId (help_id); in init() 963 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\ 970 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\ 977 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\ [all …]
|
/trunk/main/toolkit/inc/layout/ |
H A D | layout.hxx | 578 char const* yes=0, char const* no=0, const rtl::OString& help_id=rtl::OString(),\ 583 const rtl::OString& help_id=rtl::OString(),\ 586 char const* yes=0, char const* no=0, const rtl::OString& help_id=rtl::OString(),\ 591 const rtl::OString& help_id=rtl::OString(),\ 612 rtl::OUString yes, rtl::OUString, const rtl::OString& help_id); 614 rtl::OUString const& yes, rtl::OUString const& no, const rtl::OString& help_id); 615 void init (char const* message, char const* yes, char const* no, const rtl::OString& help_id);
|
Completed in 22 milliseconds