LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs | Enumerations | Functions
externallinkbuffer.hxx File Reference
#include <ostream>
#include <com/sun/star/sheet/ExternalLinkInfo.hpp>
#include <oox/helper/containerhelper.hxx>
#include "defnamesbuffer.hxx"
#include "formulabase.hxx"
Include dependency graph for externallinkbuffer.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  oox::xls::ExternalNameModel
 
class  oox::xls::ExternalName
 
class  oox::xls::LinkSheetRange
 Contains indexes for a range of sheets in the spreadsheet document. More...
 
class  oox::xls::ExternalLink
 
struct  oox::xls::RefSheetsModel
 Represents a REF entry in the BIFF12 EXTERNALSHEETS or in the BIFF8 EXTERNSHEET record. More...
 
class  oox::xls::ExternalLinkBuffer
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::sheet
 
namespace  oox
 
namespace  oox::core
 
namespace  oox::xls
 

Typedefs

typedef std::shared_ptr< ExternalName > oox::xls::ExternalNameRef
 
typedef std::shared_ptr< ExternalLink > oox::xls::ExternalLinkRef
 

Enumerations

enum class  oox::xls::ExternalLinkType {
  oox::xls::Self ,
  oox::xls::Same ,
  oox::xls::External ,
  oox::xls::PathMissing ,
  oox::xls::Library ,
  oox::xls::DDE ,
  oox::xls::OLE ,
  oox::xls::Unknown
}
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & oox::xls::operator<< (std::basic_ostream< charT, traits > &stream, const ExternalLinkType &type)