LibreOffice Module sc (master) 1
Classes | Typedefs | Enumerations
conflictsdlg.hxx File Reference
#include <vcl/idle.hxx>
#include <svx/ctredlin.hxx>
#include "docsh.hxx"
Include dependency graph for conflictsdlg.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScConflictsListEntry
 
class  ScConflictsListHelper
 
class  ScConflictsFinder
 
class  ScConflictsResolver
 
class  ScConflictsDlg
 

Typedefs

typedef ::std::vector< ScConflictsListEntryScConflictsList
 

Enumerations

enum  ScConflictAction {
  SC_CONFLICT_ACTION_NONE ,
  SC_CONFLICT_ACTION_KEEP_MINE ,
  SC_CONFLICT_ACTION_KEEP_OTHER
}
 

Typedef Documentation

◆ ScConflictsList

typedef ::std::vector< ScConflictsListEntry > ScConflictsList

Definition at line 50 of file conflictsdlg.hxx.

Enumeration Type Documentation

◆ ScConflictAction

Enumerator
SC_CONFLICT_ACTION_NONE 
SC_CONFLICT_ACTION_KEEP_MINE 
SC_CONFLICT_ACTION_KEEP_OTHER 

Definition at line 31 of file conflictsdlg.hxx.