|
LibreOffice Module vcl (master) 1
|
#include <sal/config.h>#include <string_view>#include <rtl/ustring.hxx>#include <vcl/wintypes.hxx>#include <vcl/dllapi.h>Go to the source code of this file.
Namespaces | |
| namespace | weld |
Functions | |
| void VCL_DLLPUBLIC | ShowServiceNotAvailableError (weld::Widget *pParent, std::u16string_view rServiceName, bool bError) |
| OUString VCL_DLLPUBLIC | GetStandardText (StandardButtonType eButton) |
| VCL_DLLPUBLIC Image const & | GetStandardInfoBoxImage () |
| VCL_DLLPUBLIC OUString | GetStandardInfoBoxText () |
| VCL_DLLPUBLIC Image const & | GetStandardWarningBoxImage () |
| VCL_DLLPUBLIC OUString | GetStandardWarningBoxText () |
| VCL_DLLPUBLIC Image const & | GetStandardErrorBoxImage () |
| VCL_DLLPUBLIC OUString | GetStandardErrorBoxText () |
| VCL_DLLPUBLIC Image const & | GetStandardQueryBoxImage () |
| VCL_DLLPUBLIC OUString | GetStandardQueryBoxText () |
| VCL_DLLPUBLIC 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().
| VCL_DLLPUBLIC OUString GetStandardErrorBoxText | ( | ) |
Definition at line 77 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
| VCL_DLLPUBLIC 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().
| VCL_DLLPUBLIC OUString GetStandardInfoBoxText | ( | ) |
Definition at line 55 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
| VCL_DLLPUBLIC 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().
| VCL_DLLPUBLIC OUString GetStandardQueryBoxText | ( | ) |
Definition at line 88 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
| OUString VCL_DLLPUBLIC 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().
| VCL_DLLPUBLIC 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().
| VCL_DLLPUBLIC OUString GetStandardWarningBoxText | ( | ) |
Definition at line 66 of file stdtext.cxx.
References VclResId().
Referenced by MessageDialog::MessageDialog().
| void VCL_DLLPUBLIC 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.