LibreOffice Module sfx2 (master) 1
|
#include <sal/config.h>
#include <com/sun/star/document/XCmisDocument.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/util/RevisionTag.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <officecfg/Office/Common.hxx>
#include <unotools/localedatawrapper.hxx>
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
#include <svl/itemset.hxx>
#include <unotools/useroptions.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <tools/datetime.hxx>
#include <versdlg.hxx>
#include <sfx2/strings.hrc>
#include <sfx2/dialoghelper.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/dispatch.hxx>
#include <sfx2/sfxuno.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SfxVersionInfo |
class | SfxVersionTableDtor |
Functions | |
static OUString | ConvertWhiteSpaces_Impl (const OUString &rText) |
IMPL_LINK_NOARG (SfxVersionDialog, DClickHdl_Impl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (SfxVersionDialog, SelectHdl_Impl, weld::TreeView &, void) | |
IMPL_LINK (SfxVersionDialog, ButtonHdl_Impl, weld::Button &, rButton, void) | |
IMPL_LINK (SfxVersionDialog, ToggleHdl_Impl, weld::Toggleable &, rButton, void) | |
IMPL_LINK (SfxViewVersionDialog_Impl, ButtonHdl, weld::Button &, rButton, void) | |
|
static |
Definition at line 186 of file versdlg.cxx.
Referenced by SfxVersionDialog::Init_Impl(), and SfxCmisVersionsDialog::LoadVersions().
IMPL_LINK | ( | SfxVersionDialog | , |
ButtonHdl_Impl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 306 of file versdlg.cxx.
References SfxVersionInfo::aAuthor, SfxVersionInfo::aComment, SfxVersionInfo::aName, ASYNCHRON, SfxItemSet::GetItem(), SfxMedium::GetItemSet(), SfxObjectShell::GetMedium(), SfxMedium::GetName(), SfxObjectShell::GetObjectShell(), SfxShell::GetPool(), m_xDialog, SfxItemSet::Put(), SfxMedium::RemoveVersion_Impl(), RET_CLOSE, RET_OK, rSet, weld::DialogController::run(), and SfxObjectShell::SetModified().
IMPL_LINK | ( | SfxVersionDialog | , |
ToggleHdl_Impl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 376 of file versdlg.cxx.
IMPL_LINK | ( | SfxViewVersionDialog_Impl | , |
ButtonHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 420 of file versdlg.cxx.
References m_xDialog, m_xOKButton, and RET_OK.
IMPL_LINK_NOARG | ( | SfxVersionDialog | , |
DClickHdl_Impl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 286 of file versdlg.cxx.
IMPL_LINK_NOARG | ( | SfxVersionDialog | , |
SelectHdl_Impl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 292 of file versdlg.cxx.
References SfxObjectShell::GetObjectShell(), and SfxObjectShell::IsReadOnly().