|
LibreOffice Module vcl (master) 1
|
#include <vcl/stdtext.hxx>#include <vcl/image.hxx>#include <vcl/weld.hxx>#include <bitmaps.hlst>#include <strings.hrc>#include <svdata.hxx>Go to the source code of this file.
Functions | |
| void | ShowServiceNotAvailableError (weld::Widget *pParent, std::u16string_view rServiceName, bool bError) |
| static void | ImplInitMsgBoxImageList () |
| Image const & | GetStandardInfoBoxImage () |
| OUString | GetStandardInfoBoxText () |
| Image const & | GetStandardWarningBoxImage () |
| OUString | GetStandardWarningBoxText () |
| Image const & | GetStandardErrorBoxImage () |
| OUString | GetStandardErrorBoxText () |
| Image const & | GetStandardQueryBoxImage () |
| OUString | GetStandardQueryBoxText () |
| OUString | GetStandardText (StandardButtonType eButton) |
| Image const & GetStandardErrorBoxImage | ( | ) |
Definition at line 71 of file stdtext.cxx.
References ImplGetSVData(), ImplInitMsgBoxImageList(), ImplSVWinData::maMsgBoxImgList, and ImplSVData::mpWinData.
Referenced by MessageDialog::create_message_area().
| OUString GetStandardErrorBoxText | ( | ) |
Definition at line 77 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
| Image const & GetStandardInfoBoxImage | ( | ) |
Definition at line 49 of file stdtext.cxx.
References ImplGetSVData(), ImplInitMsgBoxImageList(), ImplSVWinData::maMsgBoxImgList, and ImplSVData::mpWinData.
Referenced by MessageDialog::create_message_area().
| OUString GetStandardInfoBoxText | ( | ) |
Definition at line 55 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
| Image const & GetStandardQueryBoxImage | ( | ) |
Definition at line 82 of file stdtext.cxx.
References ImplGetSVData(), ImplInitMsgBoxImageList(), ImplSVWinData::maMsgBoxImgList, and ImplSVData::mpWinData.
Referenced by MessageDialog::create_message_area().
| OUString GetStandardQueryBoxText | ( | ) |
Definition at line 88 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
| OUString GetStandardText | ( | StandardButtonType | eButton | ) |
Definition at line 93 of file stdtext.cxx.
References Count, and VclResId().
Referenced by CloseButton::CloseButton(), MessageDialog::create_message_area(), OKButton::ImplInit(), CancelButton::ImplInit(), and HelpButton::ImplInit().
| Image const & GetStandardWarningBoxImage | ( | ) |
Definition at line 60 of file stdtext.cxx.
References ImplGetSVData(), ImplInitMsgBoxImageList(), ImplSVWinData::maMsgBoxImgList, and ImplSVData::mpWinData.
Referenced by MessageDialog::create_message_area().
| OUString GetStandardWarningBoxText | ( | ) |
Definition at line 66 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
|
static |
Definition at line 36 of file stdtext.cxx.
References ImplGetSVData(), ImplSVWinData::maMsgBoxImgList, ImplSVData::mpWinData, and Yes.
Referenced by GetStandardErrorBoxImage(), GetStandardInfoBoxImage(), GetStandardQueryBoxImage(), and GetStandardWarningBoxImage().
| void ShowServiceNotAvailableError | ( | weld::Widget * | pParent, |
| std::u16string_view | rServiceName, | ||
| bool | bError | ||
| ) |
Definition at line 27 of file stdtext.cxx.
References Application::CreateMessageDialog(), Error, Ok, VclResId(), and Warning.