LibreOffice Module sfx2 (master) 1
|
#include <versdlg.hxx>
Public Member Functions | |
SfxViewVersionDialog_Impl (weld::Window *pParent, SfxVersionInfo &rInfo, bool bEdit) | |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (ButtonHdl, weld::Button &, void) | |
Private Attributes | |
SfxVersionInfo & | m_rInfo |
std::unique_ptr< weld::Label > | m_xDateTimeText |
std::unique_ptr< weld::Label > | m_xSavedByText |
std::unique_ptr< weld::TextView > | m_xEdit |
std::unique_ptr< weld::Button > | m_xOKButton |
std::unique_ptr< weld::Button > | m_xCancelButton |
std::unique_ptr< weld::Button > | m_xCloseButton |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 57 of file versdlg.hxx.
SfxViewVersionDialog_Impl::SfxViewVersionDialog_Impl | ( | weld::Window * | pParent, |
SfxVersionInfo & | rInfo, | ||
bool | bEdit | ||
) |
Definition at line 384 of file versdlg.cxx.
References SfxVersionInfo::aAuthor, SfxVersionInfo::aComment, SfxVersionInfo::aCreationDate, formatDateTime(), GetLocaleDataWrapper(), Application::GetSettings(), LINK, m_xCancelButton, m_xCloseButton, m_xDateTimeText, weld::GenericDialogController::m_xDialog, m_xEdit, m_xOKButton, m_xSavedByText, and SfxResId().
|
private |
|
private |
Definition at line 60 of file versdlg.hxx.
|
private |
Definition at line 66 of file versdlg.hxx.
Referenced by SfxViewVersionDialog_Impl().
|
private |
Definition at line 67 of file versdlg.hxx.
Referenced by SfxViewVersionDialog_Impl().
|
private |
Definition at line 62 of file versdlg.hxx.
Referenced by SfxViewVersionDialog_Impl().
|
private |
Definition at line 64 of file versdlg.hxx.
Referenced by SfxViewVersionDialog_Impl().
|
private |
Definition at line 65 of file versdlg.hxx.
Referenced by SfxViewVersionDialog_Impl().
|
private |
Definition at line 63 of file versdlg.hxx.
Referenced by SfxViewVersionDialog_Impl().