LibreOffice Module sfx2 (master) 1
|
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/document/DocumentProperties.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/UpdateDocMode.hpp>
#include <comphelper/fileurl.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svl/style.hxx>
#include <svl/intitem.hxx>
#include <svl/ctloptions.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/securityoptions.hxx>
#include <tools/datetime.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/helpers.hxx>
#include <rtl/uri.hxx>
#include <unotools/useroptions.hxx>
#include <vcl/virdev.hxx>
#include <vcl/settings.hxx>
#include <vcl/gdimtf.hxx>
#include <sfx2/app.hxx>
#include <sfx2/dinfdlg.hxx>
#include <sfx2/sfxresid.hxx>
#include <appdata.hxx>
#include <sfx2/docfac.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/objsh.hxx>
#include <objshimp.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/doctempl.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/strings.hrc>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <memory>
#include <helpids.h>
Go to the source code of this file.
Functions | |
static bool | operator> (const util::DateTime &i_rLeft, const util::DateTime &i_rRight) |
static void | lcl_add (util::Duration &rDur, tools::Time const &rTime) |
|
static |
Definition at line 243 of file objcont.cxx.
References tools::Time::GetHour(), tools::Time::GetMin(), and tools::Time::GetSec().
Referenced by SfxObjectShell::UpdateTime_Impl().
|
static |
Definition at line 68 of file objcont.cxx.