LibreOffice Module sfx2 (master) 1
Classes | Functions
versdlg.cxx File Reference
#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>
Include dependency graph for versdlg.cxx:

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)
 

Function Documentation

◆ ConvertWhiteSpaces_Impl()

static OUString ConvertWhiteSpaces_Impl ( const OUString &  rText)
static

◆ IMPL_LINK() [1/3]

IMPL_LINK ( SfxVersionDialog  ,
ButtonHdl_Impl  ,
weld::Button ,
rButton  ,
void   
)

◆ IMPL_LINK() [2/3]

IMPL_LINK ( SfxVersionDialog  ,
ToggleHdl_Impl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 376 of file versdlg.cxx.

◆ IMPL_LINK() [3/3]

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() [1/2]

IMPL_LINK_NOARG ( SfxVersionDialog  ,
DClickHdl_Impl  ,
weld::TreeView ,
bool   
)

Definition at line 286 of file versdlg.cxx.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SfxVersionDialog  ,
SelectHdl_Impl  ,
weld::TreeView ,
void   
)

Definition at line 292 of file versdlg.cxx.

References SfxObjectShell::GetObjectShell(), and SfxObjectShell::IsReadOnly().