LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs | Variables
connectionsbuffer.hxx File Reference
#include <memory>
#include <oox/helper/refvector.hxx>
#include "workbookhelper.hxx"
Include dependency graph for connectionsbuffer.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  oox::xls::WebPrModel
 Special properties for data connections representing web queries. More...
 
struct  oox::xls::ConnectionModel
 Common properties of an external data connection. More...
 
class  oox::xls::Connection
 An external data connection (database, web query, etc.). More...
 
class  oox::xls::ConnectionsBuffer
 

Namespaces

namespace  oox
 
namespace  oox::xls
 

Typedefs

typedef std::shared_ptr< Connection > oox::xls::ConnectionRef
 

Variables

const sal_Int32 oox::xls::BIFF12_CONNECTION_UNKNOWN = 0
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_ODBC = 1
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_DAO = 2
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_FILE = 3
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_HTML = 4
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_OLEDB = 5
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_TEXT = 6
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_ADO = 7
 
const sal_Int32 oox::xls::BIFF12_CONNECTION_DSP = 8