LibreOffice Module sc (master) 1
|
#include "workbookhelper.hxx"
#include <oox/helper/binarystreambase.hxx>
#include <oox/helper/refvector.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
struct | oox::xls::DefinedNameModel |
class | oox::xls::DefinedNameBase |
Base class for defined names and external names. More... | |
class | oox::xls::DefinedName |
class | oox::xls::DefinedNamesBuffer |
Namespaces | |
namespace | oox |
namespace | oox::xls |
Typedefs | |
typedef std::shared_ptr< DefinedName > | oox::xls::DefinedNameRef |
Variables | |
const sal_Unicode | oox::xls::BIFF_DEFNAME_CONSOLIDATEAREA = '\x00' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_AUTOOPEN = '\x01' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_AUTOCLOSE = '\x02' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_EXTRACT = '\x03' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_DATABASE = '\x04' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_CRITERIA = '\x05' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_PRINTAREA = '\x06' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_PRINTTITLES = '\x07' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_RECORDER = '\x08' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_DATAFORM = '\x09' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_AUTOACTIVATE = '\x0A' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_AUTODEACTIVATE = '\x0B' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_SHEETTITLE = '\x0C' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_FILTERDATABASE = '\x0D' |
const sal_Unicode | oox::xls::BIFF_DEFNAME_UNKNOWN = '\x0E' |