LibreOffice Module sc (master) 1
|
Special properties for data connections representing web queries. More...
#include <connectionsbuffer.hxx>
Public Types | |
typedef ::std::vector< css::uno::Any > | TablesVector |
Public Member Functions | |
WebPrModel () | |
True = HTML tables, false = entire document. More... | |
Public Attributes | |
TablesVector | maTables |
OUString | maUrl |
Names or indexes of the web query tables. More... | |
OUString | maPostMethod |
Source URL to refresh the data. More... | |
OUString | maEditPage |
POST method to query data. More... | |
sal_Int32 | mnHtmlFormat |
Web page showing query data (for XML queries). More... | |
bool | mbXml |
Plain text, rich text, or HTML. More... | |
bool | mbSourceData |
True = XML query, false = HTML query. More... | |
bool | mbParsePre |
True = import XML source data referred by HTML table. More... | |
bool | mbConsecutive |
True = parse preformatted sections (. More... | |
bool | mbFirstRow |
True = join consecutive delimiters. More... | |
bool | mbXl97Created |
True = use column widths of first row for entire. More... | |
bool | mbTextDates |
True = web query created with Excel 97. More... | |
bool | mbXl2000Refreshed |
True = read date values as text, false = parse dates. More... | |
bool | mbHtmlTables |
True = refreshed with Excel 2000 or newer. More... | |
Special properties for data connections representing web queries.
Definition at line 42 of file connectionsbuffer.hxx.
typedef ::std::vector< css::uno::Any > oox::xls::WebPrModel::TablesVector |
Definition at line 44 of file connectionsbuffer.hxx.
|
explicit |
True = HTML tables, false = entire document.
Definition at line 69 of file connectionsbuffer.cxx.
References XML_none.
OUString oox::xls::WebPrModel::maEditPage |
POST method to query data.
Definition at line 49 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
OUString oox::xls::WebPrModel::maPostMethod |
Source URL to refresh the data.
Definition at line 48 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
TablesVector oox::xls::WebPrModel::maTables |
Definition at line 46 of file connectionsbuffer.hxx.
Referenced by oox::xls::QueryTable::finalizeImport().
OUString oox::xls::WebPrModel::maUrl |
Names or indexes of the web query tables.
Definition at line 47 of file connectionsbuffer.hxx.
Referenced by oox::xls::QueryTable::finalizeImport(), and oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbConsecutive |
True = parse preformatted sections (.
tag).
Definition at line 54 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbFirstRow |
True = join consecutive delimiters.
Definition at line 55 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbHtmlTables |
True = refreshed with Excel 2000 or newer.
Definition at line 59 of file connectionsbuffer.hxx.
Referenced by oox::xls::QueryTable::finalizeImport(), and oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbParsePre |
True = import XML source data referred by HTML table.
Definition at line 53 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbSourceData |
True = XML query, false = HTML query.
Definition at line 52 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbTextDates |
True = web query created with Excel 97.
Definition at line 57 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbXl2000Refreshed |
True = read date values as text, false = parse dates.
Definition at line 58 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbXl97Created |
True = use column widths of first row for entire.
tag.
Definition at line 56 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().
bool oox::xls::WebPrModel::mbXml |
Plain text, rich text, or HTML.
Definition at line 51 of file connectionsbuffer.hxx.
Referenced by oox::xls::QueryTable::finalizeImport(), and oox::xls::Connection::importWebPr().
sal_Int32 oox::xls::WebPrModel::mnHtmlFormat |
Web page showing query data (for XML queries).
Definition at line 50 of file connectionsbuffer.hxx.
Referenced by oox::xls::Connection::importWebPr().