LibreOffice Module sc (master) 1
|
Go to the source code of this file.
Variables | |
const sal_uInt16 | EXC_ID_FILESHARING = 0x005B |
const sal_uInt16 | EXC_ID_MERGEDCELLS = 0x00E5 |
const sal_uInt16 | EXC_MERGEDCELLS_MAXCOUNT = 1027 |
const sal_uInt16 | EXC_ID_FILEPASS = 0x002F |
const sal_uInt16 | EXC_FILEPASS_BIFF5 = 0x0000 |
const sal_uInt16 | EXC_FILEPASS_BIFF8 = 0x0001 |
const sal_uInt16 | EXC_ID_SST = 0x00FC |
const sal_uInt16 | EXC_ID_EXTSST = 0x00FF |
const sal_uInt16 | EXC_ID_LABELRANGES = 0x015F |
const sal_uInt16 | EXC_ID_CONDFMT = 0x01B0 |
const sal_uInt16 | EXC_ID_CF = 0x01B1 |
const sal_uInt8 | EXC_CF_TYPE_NONE = 0x00 |
const sal_uInt8 | EXC_CF_TYPE_CELL = 0x01 |
const sal_uInt8 | EXC_CF_TYPE_FMLA = 0x02 |
const sal_uInt8 | EXC_CF_CMP_NONE = 0x00 |
const sal_uInt8 | EXC_CF_CMP_BETWEEN = 0x01 |
const sal_uInt8 | EXC_CF_CMP_NOT_BETWEEN = 0x02 |
const sal_uInt8 | EXC_CF_CMP_EQUAL = 0x03 |
const sal_uInt8 | EXC_CF_CMP_NOT_EQUAL = 0x04 |
const sal_uInt8 | EXC_CF_CMP_GREATER = 0x05 |
const sal_uInt8 | EXC_CF_CMP_LESS = 0x06 |
const sal_uInt8 | EXC_CF_CMP_GREATER_EQUAL = 0x07 |
const sal_uInt8 | EXC_CF_CMP_LESS_EQUAL = 0x08 |
const sal_uInt32 | EXC_CF_BORDER_LEFT = 0x00000400 |
const sal_uInt32 | EXC_CF_BORDER_RIGHT = 0x00000800 |
Left border line modified? More... | |
const sal_uInt32 | EXC_CF_BORDER_TOP = 0x00001000 |
Right border line modified? More... | |
const sal_uInt32 | EXC_CF_BORDER_BOTTOM = 0x00002000 |
Top border line modified? More... | |
const sal_uInt32 | EXC_CF_BORDER_ALL = 0x00003C00 |
Bottom border line modified? More... | |
const sal_uInt32 | EXC_CF_AREA_PATTERN = 0x00010000 |
Any border line modified? More... | |
const sal_uInt32 | EXC_CF_AREA_FGCOLOR = 0x00020000 |
Pattern modified? More... | |
const sal_uInt32 | EXC_CF_AREA_BGCOLOR = 0x00040000 |
Foreground color modified? More... | |
const sal_uInt32 | EXC_CF_AREA_ALL = 0x00070000 |
Background color modified? More... | |
const sal_uInt32 | EXC_CF_ALLDEFAULT = 0x003FFFFF |
Any area attribute modified? More... | |
const sal_uInt32 | EXC_CF_BLOCK_NUMFMT = 0x02000000 |
Default flags. More... | |
const sal_uInt32 | EXC_CF_BLOCK_FONT = 0x04000000 |
Font block present? More... | |
const sal_uInt32 | EXC_CF_BLOCK_ALIGNMENT = 0x08000000 |
Font block present? More... | |
const sal_uInt32 | EXC_CF_BLOCK_BORDER = 0x10000000 |
Alignment block present? More... | |
const sal_uInt32 | EXC_CF_BLOCK_AREA = 0x20000000 |
Border block present? More... | |
const sal_uInt32 | EXC_CF_BLOCK_PROTECTION = 0x40000000 |
Pattern block present? More... | |
const sal_uInt32 | EXC_CF_IFMT_USER = 0x1 |
Protection block present? More... | |
const sal_uInt32 | EXC_CF_FONT_STYLE = 0x00000002 |
NumberFormat String or Id? More... | |
const sal_uInt32 | EXC_CF_FONT_STRIKEOUT = 0x00000080 |
Font posture or weight modified? More... | |
const sal_uInt32 | EXC_CF_FONT_ALLDEFAULT = 0x0000009A |
Font cancellation modified? More... | |
const sal_uInt32 | EXC_CF_FONT_UNDERL = 0x00000001 |
Default flags. More... | |
const sal_uInt32 | EXC_CF_FONT_ESCAPEM = 0x00000001 |
Font underline type modified? More... | |
const sal_uInt16 | EXC_ID_DVAL = 0x01B2 |
Font escapement type modified? More... | |
const sal_uInt32 | EXC_DVAL_NOOBJ = 0xFFFFFFFF |
const sal_uInt16 | EXC_ID_DV = 0x01BE |
const sal_uInt32 | EXC_DV_STRINGLIST = 0x00000080 |
const sal_uInt32 | EXC_DV_IGNOREBLANK = 0x00000100 |
const sal_uInt32 | EXC_DV_SUPPRESSDROPDOWN = 0x00000200 |
const sal_uInt32 | EXC_DV_SHOWPROMPT = 0x00040000 |
const sal_uInt32 | EXC_DV_SHOWERROR = 0x00080000 |
const sal_uInt32 | EXC_DV_MODE_MASK = 0x0000000F |
const sal_uInt32 | EXC_DV_MODE_ANY = 0x00000000 |
const sal_uInt32 | EXC_DV_MODE_WHOLE = 0x00000001 |
const sal_uInt32 | EXC_DV_MODE_DECIMAL = 0x00000002 |
const sal_uInt32 | EXC_DV_MODE_LIST = 0x00000003 |
const sal_uInt32 | EXC_DV_MODE_DATE = 0x00000004 |
const sal_uInt32 | EXC_DV_MODE_TIME = 0x00000005 |
const sal_uInt32 | EXC_DV_MODE_TEXTLEN = 0x00000006 |
const sal_uInt32 | EXC_DV_MODE_CUSTOM = 0x00000007 |
const sal_uInt32 | EXC_DV_COND_MASK = 0x00F00000 |
const sal_uInt32 | EXC_DV_COND_BETWEEN = 0x00000000 |
const sal_uInt32 | EXC_DV_COND_NOTBETWEEN = 0x00100000 |
const sal_uInt32 | EXC_DV_COND_EQUAL = 0x00200000 |
const sal_uInt32 | EXC_DV_COND_NOTEQUAL = 0x00300000 |
const sal_uInt32 | EXC_DV_COND_GREATER = 0x00400000 |
const sal_uInt32 | EXC_DV_COND_LESS = 0x00500000 |
const sal_uInt32 | EXC_DV_COND_EQGREATER = 0x00600000 |
const sal_uInt32 | EXC_DV_COND_EQLESS = 0x00700000 |
const sal_uInt32 | EXC_DV_ERROR_MASK = 0x00000070 |
const sal_uInt32 | EXC_DV_ERROR_STOP = 0x00000000 |
const sal_uInt32 | EXC_DV_ERROR_WARNING = 0x00000010 |
const sal_uInt32 | EXC_DV_ERROR_INFO = 0x00000020 |
const sal_uInt16 | EXC_ID_HLINK = 0x01B8 |
const sal_uInt32 | EXC_HLINK_BODY = 0x00000001 |
const sal_uInt32 | EXC_HLINK_ABS = 0x00000002 |
Contains file link or URL. More... | |
const sal_uInt32 | EXC_HLINK_DESCR = 0x00000014 |
Absolute path. More... | |
const sal_uInt32 | EXC_HLINK_MARK = 0x00000008 |
Description. More... | |
const sal_uInt32 | EXC_HLINK_FRAME = 0x00000080 |
Text mark. More... | |
const sal_uInt32 | EXC_HLINK_UNC = 0x00000100 |
Target frame. More... | |
constexpr OUStringLiteral | EXC_WEBQRY_FILTER = u"calc_HTML_WebQuery" |
UNC path. More... | |
const sal_uInt16 | EXC_ID_WQSTRING = 0x00CD |
const sal_uInt16 | EXC_ID_PQRY = 0x00DC |
const sal_uInt16 | EXC_PQRYTYPE_ODBC = 1 |
const sal_uInt16 | EXC_PQRYTYPE_WEBQUERY = 4 |
Source type: ODBC. More... | |
const sal_uInt16 | EXC_PQRY_ODBC = 0x0008 |
Source type: webquery. More... | |
const sal_uInt16 | EXC_PQRY_WEBQUERY = 0x0040 |
ODBC connection. More... | |
const sal_uInt16 | EXC_PQRY_TABLES = 0x0100 |
Web query. More... | |
const sal_uInt16 | EXC_ID_QSI = 0x01AD |
All tables. More... | |
const sal_uInt16 | EXC_QSI_DEFAULTFLAGS = 0x0349 |
const sal_uInt16 | EXC_ID_0802 = 0x0802 |
Flags for export. More... | |
const sal_uInt16 | EXC_ID_WQSETT = 0x0803 |
const sal_uInt16 | EXC_WQSETT_ALL = 0x0000 |
const sal_uInt16 | EXC_WQSETT_SPECTABLES = 0x0002 |
All tables or entire document. More... | |
const sal_uInt16 | EXC_WQSETT_DEFAULTFLAGS = 0x0023 |
Specific tables. More... | |
const sal_uInt16 | EXC_WQSETT_NOFORMAT = 0x0001 |
Flags for export. More... | |
const sal_uInt16 | EXC_WQSETT_FORMATRTF = 0x0002 |
const sal_uInt16 | EXC_WQSETT_FORMATFULL = 0x0003 |
const sal_uInt16 | EXC_ID_WQTABLES = 0x0804 |
const sal_uInt16 | EXC_ID_EXTLST = 0x9988 |
const sal_uInt32 EXC_CF_ALLDEFAULT = 0x003FFFFF |
Any area attribute modified?
Definition at line 80 of file xlcontent.hxx.
Referenced by XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_AREA_ALL = 0x00070000 |
Background color modified?
Definition at line 79 of file xlcontent.hxx.
Referenced by XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_AREA_BGCOLOR = 0x00040000 |
Foreground color modified?
Definition at line 78 of file xlcontent.hxx.
Referenced by XclImpCellArea::FillFromCF8().
const sal_uInt32 EXC_CF_AREA_FGCOLOR = 0x00020000 |
Pattern modified?
Definition at line 77 of file xlcontent.hxx.
Referenced by XclImpCellArea::FillFromCF8().
const sal_uInt32 EXC_CF_AREA_PATTERN = 0x00010000 |
Any border line modified?
Definition at line 76 of file xlcontent.hxx.
Referenced by XclImpCellArea::FillFromCF8().
const sal_uInt32 EXC_CF_BLOCK_ALIGNMENT = 0x08000000 |
Font block present?
Definition at line 83 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF().
const sal_uInt32 EXC_CF_BLOCK_AREA = 0x20000000 |
Border block present?
Definition at line 85 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_BLOCK_BORDER = 0x10000000 |
Alignment block present?
Definition at line 84 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_BLOCK_FONT = 0x04000000 |
Font block present?
Definition at line 82 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_BLOCK_NUMFMT = 0x02000000 |
Default flags.
Definition at line 81 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF().
const sal_uInt32 EXC_CF_BLOCK_PROTECTION = 0x40000000 |
Pattern block present?
Definition at line 86 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF().
const sal_uInt32 EXC_CF_BORDER_ALL = 0x00003C00 |
Bottom border line modified?
Definition at line 75 of file xlcontent.hxx.
Referenced by XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_BORDER_BOTTOM = 0x00002000 |
Top border line modified?
Definition at line 74 of file xlcontent.hxx.
Referenced by XclImpCellBorder::FillFromCF8().
const sal_uInt32 EXC_CF_BORDER_LEFT = 0x00000400 |
Definition at line 71 of file xlcontent.hxx.
Referenced by XclImpCellBorder::FillFromCF8().
const sal_uInt32 EXC_CF_BORDER_RIGHT = 0x00000800 |
Left border line modified?
Definition at line 72 of file xlcontent.hxx.
Referenced by XclImpCellBorder::FillFromCF8().
const sal_uInt32 EXC_CF_BORDER_TOP = 0x00001000 |
Right border line modified?
Definition at line 73 of file xlcontent.hxx.
Referenced by XclImpCellBorder::FillFromCF8().
const sal_uInt8 EXC_CF_CMP_BETWEEN = 0x01 |
Definition at line 62 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_CMP_EQUAL = 0x03 |
Definition at line 64 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_CMP_GREATER = 0x05 |
Definition at line 66 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_CMP_GREATER_EQUAL = 0x07 |
Definition at line 68 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_CMP_LESS = 0x06 |
Definition at line 67 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_CMP_LESS_EQUAL = 0x08 |
Definition at line 69 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_CMP_NONE = 0x00 |
Definition at line 61 of file xlcontent.hxx.
const sal_uInt8 EXC_CF_CMP_NOT_BETWEEN = 0x02 |
Definition at line 63 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_CMP_NOT_EQUAL = 0x04 |
Definition at line 65 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt32 EXC_CF_FONT_ALLDEFAULT = 0x0000009A |
Font cancellation modified?
Definition at line 91 of file xlcontent.hxx.
Referenced by XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_FONT_ESCAPEM = 0x00000001 |
Font underline type modified?
Definition at line 94 of file xlcontent.hxx.
Referenced by XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_FONT_STRIKEOUT = 0x00000080 |
Font posture or weight modified?
Definition at line 90 of file xlcontent.hxx.
Referenced by XclImpFont::ReadCFFontBlock(), and XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_FONT_STYLE = 0x00000002 |
NumberFormat String or Id?
Definition at line 89 of file xlcontent.hxx.
Referenced by XclImpFont::ReadCFFontBlock(), and XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_FONT_UNDERL = 0x00000001 |
Default flags.
Definition at line 93 of file xlcontent.hxx.
Referenced by XclImpFont::ReadCFFontBlock(), and XclExpCFImpl::WriteBody().
const sal_uInt32 EXC_CF_IFMT_USER = 0x1 |
Protection block present?
Definition at line 87 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF().
const sal_uInt8 EXC_CF_TYPE_CELL = 0x01 |
Definition at line 58 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF().
const sal_uInt8 EXC_CF_TYPE_FMLA = 0x02 |
Definition at line 59 of file xlcontent.hxx.
Referenced by XclImpCondFormat::ReadCF(), and XclExpCFImpl::XclExpCFImpl().
const sal_uInt8 EXC_CF_TYPE_NONE = 0x00 |
Definition at line 57 of file xlcontent.hxx.
Referenced by XclExpCFImpl::XclExpCFImpl().
const sal_uInt32 EXC_DV_COND_BETWEEN = 0x00000000 |
Definition at line 125 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_COND_EQGREATER = 0x00600000 |
Definition at line 131 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_COND_EQLESS = 0x00700000 |
Definition at line 132 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_COND_EQUAL = 0x00200000 |
Definition at line 127 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_COND_GREATER = 0x00400000 |
Definition at line 129 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_COND_LESS = 0x00500000 |
Definition at line 130 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_COND_MASK = 0x00F00000 |
Definition at line 124 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV().
const sal_uInt32 EXC_DV_COND_NOTBETWEEN = 0x00100000 |
Definition at line 126 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_COND_NOTEQUAL = 0x00300000 |
Definition at line 128 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_ERROR_INFO = 0x00000020 |
Definition at line 138 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_ERROR_MASK = 0x00000070 |
Definition at line 135 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV().
const sal_uInt32 EXC_DV_ERROR_STOP = 0x00000000 |
Definition at line 136 of file xlcontent.hxx.
Referenced by XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_ERROR_WARNING = 0x00000010 |
Definition at line 137 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_IGNOREBLANK = 0x00000100 |
Definition at line 107 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), XclExpDV::SaveXml(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_ANY = 0x00000000 |
Definition at line 114 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_CUSTOM = 0x00000007 |
Definition at line 121 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_DATE = 0x00000004 |
Definition at line 118 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_DECIMAL = 0x00000002 |
Definition at line 116 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_LIST = 0x00000003 |
Definition at line 117 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_MASK = 0x0000000F |
Definition at line 113 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV().
const sal_uInt32 EXC_DV_MODE_TEXTLEN = 0x00000006 |
Definition at line 120 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_TIME = 0x00000005 |
Definition at line 119 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_MODE_WHOLE = 0x00000001 |
Definition at line 115 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_SHOWERROR = 0x00080000 |
Definition at line 110 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), XclExpDV::SaveXml(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_SHOWPROMPT = 0x00040000 |
Definition at line 109 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), XclExpDV::SaveXml(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_STRINGLIST = 0x00000080 |
Definition at line 106 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DV_SUPPRESSDROPDOWN = 0x00000200 |
Definition at line 108 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDV(), XclExpDV::SaveXml(), and XclExpDV::XclExpDV().
const sal_uInt32 EXC_DVAL_NOOBJ = 0xFFFFFFFF |
Definition at line 99 of file xlcontent.hxx.
Referenced by XclImpValidationManager::ReadDval().
const sal_uInt16 EXC_FILEPASS_BIFF5 = 0x0000 |
Definition at line 40 of file xlcontent.hxx.
const sal_uInt16 EXC_FILEPASS_BIFF8 = 0x0001 |
Definition at line 41 of file xlcontent.hxx.
const sal_uInt32 EXC_HLINK_ABS = 0x00000002 |
Contains file link or URL.
Definition at line 145 of file xlcontent.hxx.
Referenced by XclImpHyperlink::ReadEmbeddedData(), and XclExpHyperlink::XclExpHyperlink().
const sal_uInt32 EXC_HLINK_BODY = 0x00000001 |
Definition at line 144 of file xlcontent.hxx.
Referenced by XclImpHyperlink::ReadEmbeddedData(), and XclExpHyperlink::XclExpHyperlink().
const sal_uInt32 EXC_HLINK_DESCR = 0x00000014 |
Absolute path.
Definition at line 146 of file xlcontent.hxx.
Referenced by XclImpHyperlink::ReadEmbeddedData(), and XclExpHyperlink::XclExpHyperlink().
const sal_uInt32 EXC_HLINK_FRAME = 0x00000080 |
Text mark.
Definition at line 148 of file xlcontent.hxx.
Referenced by XclImpHyperlink::ReadEmbeddedData().
const sal_uInt32 EXC_HLINK_MARK = 0x00000008 |
Description.
Definition at line 147 of file xlcontent.hxx.
Referenced by XclImpHyperlink::ReadEmbeddedData(), and XclExpHyperlink::XclExpHyperlink().
const sal_uInt32 EXC_HLINK_UNC = 0x00000100 |
Target frame.
Definition at line 149 of file xlcontent.hxx.
Referenced by XclImpHyperlink::ReadEmbeddedData().
const sal_uInt16 EXC_ID_0802 = 0x0802 |
Flags for export.
Definition at line 171 of file xlcontent.hxx.
Referenced by XclExpWebQuery::Save().
const sal_uInt16 EXC_ID_CF = 0x01B1 |
Definition at line 55 of file xlcontent.hxx.
Referenced by ImportExcel8::Read().
const sal_uInt16 EXC_ID_CONDFMT = 0x01B0 |
Definition at line 54 of file xlcontent.hxx.
Referenced by ImportExcel8::Read().
const sal_uInt16 EXC_ID_DV = 0x01BE |
Definition at line 103 of file xlcontent.hxx.
Referenced by ImportExcel8::Read().
const sal_uInt16 EXC_ID_DVAL = 0x01B2 |
Font escapement type modified?
Definition at line 98 of file xlcontent.hxx.
Referenced by XclExpCellTable::CreateRecord(), ExcTable::FillAsTableBinary(), ExcTable::FillAsTableXml(), and ImportExcel8::Read().
const sal_uInt16 EXC_ID_EXTLST = 0x9988 |
Definition at line 185 of file xlcontent.hxx.
Referenced by XclExpCellTable::CreateRecord().
const sal_uInt16 EXC_ID_EXTSST = 0x00FF |
Definition at line 46 of file xlcontent.hxx.
Referenced by ImportExcel8::Read(), and XclExpSstImpl::Save().
const sal_uInt16 EXC_ID_FILEPASS = 0x002F |
Definition at line 38 of file xlcontent.hxx.
const sal_uInt16 EXC_ID_FILESHARING = 0x005B |
Definition at line 29 of file xlcontent.hxx.
Referenced by ImportExcel::Read(), and ImportExcel8::Read().
const sal_uInt16 EXC_ID_HLINK = 0x01B8 |
Definition at line 142 of file xlcontent.hxx.
Referenced by XclExpCellTable::CreateRecord(), ExcTable::FillAsTableBinary(), ExcTable::FillAsTableXml(), and ImportExcel8::Read().
const sal_uInt16 EXC_ID_LABELRANGES = 0x015F |
Definition at line 50 of file xlcontent.hxx.
Referenced by ImportExcel8::Read(), and XclExpLabelranges::Save().
const sal_uInt16 EXC_ID_MERGEDCELLS = 0x00E5 |
Definition at line 33 of file xlcontent.hxx.
Referenced by XclExpCellTable::CreateRecord(), ExcTable::FillAsTableBinary(), ExcTable::FillAsTableXml(), and XclExpMergedcells::Save().
const sal_uInt16 EXC_ID_PQRY = 0x00DC |
Definition at line 159 of file xlcontent.hxx.
Referenced by ImportExcel8::Read(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_ID_QSI = 0x01AD |
All tables.
Definition at line 167 of file xlcontent.hxx.
Referenced by ImportExcel8::Read(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_ID_SST = 0x00FC |
Definition at line 45 of file xlcontent.hxx.
Referenced by XclExpRoot::CreateRecord(), ExcTable::FillAsHeaderBinary(), ExcTable::FillAsHeaderXml(), ImportExcel8::Read(), and XclExpSstImpl::Save().
const sal_uInt16 EXC_ID_WQSETT = 0x0803 |
Definition at line 174 of file xlcontent.hxx.
Referenced by ImportExcel8::Read(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_ID_WQSTRING = 0x00CD |
Definition at line 156 of file xlcontent.hxx.
Referenced by ImportExcel8::Read(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_ID_WQTABLES = 0x0804 |
Definition at line 183 of file xlcontent.hxx.
Referenced by ImportExcel8::Read(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_MERGEDCELLS_MAXCOUNT = 1027 |
Definition at line 34 of file xlcontent.hxx.
Referenced by XclExpMergedcells::Save().
const sal_uInt16 EXC_PQRY_ODBC = 0x0008 |
Source type: webquery.
Definition at line 162 of file xlcontent.hxx.
const sal_uInt16 EXC_PQRY_TABLES = 0x0100 |
Web query.
Definition at line 164 of file xlcontent.hxx.
Referenced by XclImpWebQuery::ReadParamqry(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_PQRY_WEBQUERY = 0x0040 |
ODBC connection.
Definition at line 163 of file xlcontent.hxx.
Referenced by XclImpWebQuery::ReadParamqry(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_PQRYTYPE_ODBC = 1 |
Definition at line 160 of file xlcontent.hxx.
const sal_uInt16 EXC_PQRYTYPE_WEBQUERY = 4 |
Source type: ODBC.
Definition at line 161 of file xlcontent.hxx.
Referenced by XclImpWebQuery::ReadParamqry(), and XclExpWebQuery::Save().
const sal_uInt16 EXC_QSI_DEFAULTFLAGS = 0x0349 |
Definition at line 168 of file xlcontent.hxx.
Referenced by XclExpWebQuery::Save().
|
inlineconstexpr |
UNC path.
Definition at line 153 of file xlcontent.hxx.
Referenced by XclImpWebQueryBuffer::Apply(), and XclExpWebQueryBuffer::XclExpWebQueryBuffer().
const sal_uInt16 EXC_WQSETT_ALL = 0x0000 |
Definition at line 175 of file xlcontent.hxx.
Referenced by XclExpWebQuery::Save().
const sal_uInt16 EXC_WQSETT_DEFAULTFLAGS = 0x0023 |
Specific tables.
Definition at line 177 of file xlcontent.hxx.
Referenced by XclExpWebQuery::Save().
const sal_uInt16 EXC_WQSETT_FORMATFULL = 0x0003 |
Definition at line 180 of file xlcontent.hxx.
Referenced by XclExpWebQuery::Save().
const sal_uInt16 EXC_WQSETT_FORMATRTF = 0x0002 |
Definition at line 179 of file xlcontent.hxx.
const sal_uInt16 EXC_WQSETT_NOFORMAT = 0x0001 |
Flags for export.
Definition at line 178 of file xlcontent.hxx.
const sal_uInt16 EXC_WQSETT_SPECTABLES = 0x0002 |
All tables or entire document.
Definition at line 176 of file xlcontent.hxx.
Referenced by XclImpWebQuery::ReadWqsettings(), and XclExpWebQuery::Save().