LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
oox::xls::WebPrModel Struct Reference

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...
 

Detailed Description

Special properties for data connections representing web queries.

Definition at line 42 of file connectionsbuffer.hxx.

Member Typedef Documentation

◆ TablesVector

typedef ::std::vector< css::uno::Any > oox::xls::WebPrModel::TablesVector

Definition at line 44 of file connectionsbuffer.hxx.

Constructor & Destructor Documentation

◆ WebPrModel()

oox::xls::WebPrModel::WebPrModel ( )
explicit

True = HTML tables, false = entire document.

Definition at line 69 of file connectionsbuffer.cxx.

References XML_none.

Member Data Documentation

◆ maEditPage

OUString oox::xls::WebPrModel::maEditPage

POST method to query data.

Definition at line 49 of file connectionsbuffer.hxx.

Referenced by oox::xls::Connection::importWebPr().

◆ maPostMethod

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().

◆ maTables

TablesVector oox::xls::WebPrModel::maTables

Definition at line 46 of file connectionsbuffer.hxx.

Referenced by oox::xls::QueryTable::finalizeImport().

◆ maUrl

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().

◆ mbConsecutive

bool oox::xls::WebPrModel::mbConsecutive

True = parse preformatted sections (.

 tag).

Definition at line 54 of file connectionsbuffer.hxx.

Referenced by oox::xls::Connection::importWebPr().

◆ mbFirstRow

bool oox::xls::WebPrModel::mbFirstRow

True = join consecutive delimiters.

Definition at line 55 of file connectionsbuffer.hxx.

Referenced by oox::xls::Connection::importWebPr().

◆ mbHtmlTables

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().

◆ mbParsePre

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().

◆ mbSourceData

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().

◆ mbTextDates

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().

◆ mbXl2000Refreshed

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().

◆ mbXl97Created

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().

◆ mbXml

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().

◆ mnHtmlFormat

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().


The documentation for this struct was generated from the following files: