LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations
xelink.hxx File Reference
#include "xerecord.hxx"
#include "xeroot.hxx"
#include <externalrefmgr.hxx>
#include <memory>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for xelink.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< ExcTabBufFlags >
 
class  XclExpTabInfo
 Stores the correct Excel sheet index for each Calc sheet. More...
 
struct  XclExpTabInfo::XclExpTabInfoEntry
 Data structure with information about one Calc sheet. More...
 
class  XclExpLinkManager
 Stores all data for internal/external references (the link table). More...
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  ExcTabBufFlags : sal_uInt8 {
  NONE = 0x00 ,
  Ignore = 0x01 ,
  Extern = 0x02 ,
  SkipMask = 0x03 ,
  Visible = 0x10 ,
  Selected = 0x20 ,
  Mirrored = 0x40
}
 

Enumeration Type Documentation

◆ ExcTabBufFlags

enum class ExcTabBufFlags : sal_uInt8
strong
Enumerator
NONE 
Ignore 
Extern 

Sheet will be ignored completely.

SkipMask 

Sheet is linked externally.

Visible 

Sheet will be skipped, if any flag is set.

Selected 

Sheet is visible.

Mirrored 

Sheet is selected.

Definition at line 45 of file xelink.hxx.