LibreOffice Module sc (master)
1
|
#include "xerecord.hxx"
#include "xeroot.hxx"
#include <externalrefmgr.hxx>
#include <memory>
#include <o3tl/typed_flags_set.hxx>
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 | |
o3tl | |
Enumerations | |
enum | ExcTabBufFlags : sal_uInt8 { ExcTabBufFlags::NONE = 0x00, ExcTabBufFlags::Ignore = 0x01, ExcTabBufFlags::Extern = 0x02, ExcTabBufFlags::SkipMask = 0x03, ExcTabBufFlags::Visible = 0x10, ExcTabBufFlags::Selected = 0x20, ExcTabBufFlags::Mirrored = 0x40 } |
|
strong |
Definition at line 46 of file xelink.hxx.