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 | |
namespace | o3tl |
Enumerations | |
enum class | ExcTabBufFlags : sal_uInt8 { NONE = 0x00 , Ignore = 0x01 , Extern = 0x02 , SkipMask = 0x03 , Visible = 0x10 , Selected = 0x20 , Mirrored = 0x40 } |
|
strong |
Definition at line 45 of file xelink.hxx.