LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations
xilink.hxx File Reference
#include <memory>
#include <optional>
#include <map>
#include "xllink.hxx"
#include "xiroot.hxx"
#include "ftools.hxx"
#include <types.hxx>
Include dependency graph for xilink.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ XclImpExtNameType

Type of an external name.

Enumerator
xlExtName 
xlExtAddIn 

An external defined name.

xlExtDDE 

An add-in function name.

xlExtOLE 

A DDE link range.

xlExtEuroConvert 

An OLE object link.

An external in Excel, but internal in OO function name.

Definition at line 97 of file xilink.hxx.