Searched defs:WebPrModel (Results 1 – 2 of 2) sorted by relevance
48 struct WebPrModel struct50 typedef ::std::vector< ::com::sun::star::uno::Any > TablesVector;52 TablesVector maTables; /// Names or indexes of the web query tables.56 sal_Int32 mnHtmlFormat; /// Plain text, rich text, or HTML.57 bool mbXml; /// True = XML query, false = HTML query.58 … bool mbSourceData; /// True = import XML source data referred by HTML table.59 bool mbParsePre; /// True = parse preformatted sections (<pre> tag).60 bool mbConsecutive; /// True = join consecutive delimiters.62 bool mbXl97Created; /// True = web query created with Excel 97.64 bool mbXl2000Refreshed; /// True = refreshed with Excel 2000 or newer.[all …]
166 WebPrModel::WebPrModel() : in WebPrModel() function in oox::xls::WebPrModel
Completed in 15 milliseconds