| 
    LibreOffice Module sc (master) 1
    
   | 
 
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>#include <com/sun/star/document/XDocumentProperties.hpp>#include <scitems.hxx>#include <rangelst.hxx>#include <editeng/flstitem.hxx>#include <editeng/paperinf.hxx>#include <editeng/sizeitem.hxx>#include <o3tl/unit_conversion.hxx>#include <officecfg/Office/Common.hxx>#include <sal/log.hxx>#include <sfx2/viewfrm.hxx>#include <sfx2/app.hxx>#include <sfx2/docfile.hxx>#include <sfx2/printer.hxx>#include <svl/numformat.hxx>#include <svx/pageitem.hxx>#include <svx/postattr.hxx>#include <svx/svxids.hrc>#include <unotools/configmgr.hxx>#include <vcl/svapp.hxx>#include <vcl/virdev.hxx>#include <vcl/weld.hxx>#include <osl/diagnose.h>#include <docsh.hxx>#include "docshimp.hxx"#include <scmod.hxx>#include <tabvwsh.hxx>#include <viewdata.hxx>#include <docpool.hxx>#include <stlpool.hxx>#include <patattr.hxx>#include <uiitems.hxx>#include <hints.hxx>#include <docoptio.hxx>#include <viewopti.hxx>#include <pntlock.hxx>#include <chgtrack.hxx>#include <docfunc.hxx>#include <formulacell.hxx>#include <chgviset.hxx>#include <progress.hxx>#include <redcom.hxx>#include <inputopt.hxx>#include <drwlayer.hxx>#include <inputhdl.hxx>#include <conflictsdlg.hxx>#include <globstr.hrc>#include <scresid.hxx>#include <markdata.hxx>#include <memory>#include <formulaopt.hxx>#include <comphelper/lok.hxx>#include <sfx2/lokhelper.hxx>Go to the source code of this file.
Functions | |
| static bool | lcl_Equal (const ScChangeAction *pA, const ScChangeAction *pB, bool bIgnore100Sec) | 
| static bool | lcl_FindAction (ScDocument &rDoc, const ScChangeAction *pAction, ScDocument &rSearchDoc, const ScChangeAction *pFirstSearchAction, const ScChangeAction *pLastSearchAction, bool bIgnore100Sec) | 
      
  | 
  static | 
Definition at line 721 of file docsh3.cxx.
References ScChangeAction::GetActionNumber(), ScChangeAction::GetDateTimeUTC(), ScChangeAction::GetType(), ScChangeAction::GetUser(), and DateTime::IsEqualIgnoreNanoSec().
Referenced by ScDocShell::MergeDocument(), and ScDocShell::MergeSharedDocument().
      
  | 
  static | 
Definition at line 733 of file docsh3.cxx.
References ScChangeAction::GetActionNumber(), ScChangeAction::GetBigRange(), ScChangeAction::GetDateTimeUTC(), ScChangeAction::GetDescription(), ScChangeAction::GetNext(), ScChangeAction::GetType(), ScChangeAction::GetUser(), and DateTime::IsEqualIgnoreNanoSec().
Referenced by ScDocShell::MergeDocument().