LibreOffice Module sc (master) 1
|
#include <memory>
#include <optional>
#include <map>
#include "xllink.hxx"
#include "xiroot.hxx"
#include "ftools.hxx"
#include <types.hxx>
Go to the source code of this file.
Classes | |
class | XclImpTabInfo |
A buffer containing information about names and creation order of sheets. More... | |
class | XclImpExtName |
Stores contents of an external name. More... | |
class | XclImpExtName::MOper |
MOper, multiple operands, stores cached values of external range specified in the record. More... | |
class | XclImpLinkManager |
This is the central class for the import of all internal/external links. More... | |
Namespaces | |
namespace | svl |
These need to be in global namespace just like their respective types are. | |
Enumerations | |
enum | XclImpExtNameType { xlExtName , xlExtAddIn , xlExtDDE , xlExtOLE , xlExtEuroConvert } |
Type of an external name. More... | |
enum XclImpExtNameType |
Type of an external name.
Definition at line 97 of file xilink.hxx.