LibreOffice Module sfx2 (master) 1
|
#include <versdlg.hxx>
Public Member Functions | |
SfxCmisVersionsDialog (weld::Window *pParent, SfxViewFrame *pFrame) | |
virtual | ~SfxCmisVersionsDialog () override |
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 | |
void | LoadVersions () |
Private Attributes | |
SfxViewFrame * | m_pViewFrame |
std::unique_ptr< SfxVersionTableDtor > | m_pTable |
std::unique_ptr< weld::TreeView > | m_xVersionBox |
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 75 of file versdlg.hxx.
SfxCmisVersionsDialog::SfxCmisVersionsDialog | ( | weld::Window * | pParent, |
SfxViewFrame * | pFrame | ||
) |
Definition at line 428 of file versdlg.cxx.
References SfxViewFrame::GetObjectShell(), SfxObjectShell::GetTitle(), LoadVersions(), m_pViewFrame, weld::GenericDialogController::m_xDialog, and m_xVersionBox.
|
overridevirtual |
Definition at line 446 of file versdlg.cxx.
|
private |
Definition at line 450 of file versdlg.cxx.
References SfxVersionInfo::aAuthor, SfxVersionInfo::aComment, SfxVersionInfo::aCreationDate, ConvertWhiteSpaces_Impl(), formatDateTime(), SfxObjectShell::GetCmisVersions(), AllSettings::GetLocaleDataWrapper(), SfxViewFrame::GetObjectShell(), Application::GetSettings(), m_pTable, m_pViewFrame, m_xVersionBox, n, nCount, and weld::toId().
Referenced by SfxCmisVersionsDialog().
|
private |
Definition at line 78 of file versdlg.hxx.
Referenced by LoadVersions().
|
private |
Definition at line 77 of file versdlg.hxx.
Referenced by LoadVersions(), and SfxCmisVersionsDialog().
|
private |
Definition at line 80 of file versdlg.hxx.
Referenced by LoadVersions(), and SfxCmisVersionsDialog().