Home
last modified time | relevance | path

Searched defs:QueryTableModel (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/oox/inc/oox/xls/
H A Dquerytablebuffer.hxx35 struct QueryTableModel : public AutoFormatModel struct
38 …t32 mnConnId; /// Identifier of the external connection used to query the data.
39 sal_Int32 mnGrowShrinkType; /// Behaviour when source data size changes.
40 bool mbHeaders; /// True = source data contains a header row.
41 bool mbRowNumbers; /// True = first column contains row numbers.
42 bool mbDisableRefresh; /// True = refreshing data disabled.
43 bool mbBackground; /// True = refresh asynchronously.
44 bool mbFirstBackground; /// True = first background refresh not yet finished.
45 bool mbRefreshOnLoad; /// True = refresh table after import.
46 … mbFillFormulas; /// True = expand formulas next to range when source data grows.
[all …]
/AOO41X/main/oox/source/xls/
H A Dquerytablebuffer.cxx165 QueryTableModel::QueryTableModel() : in QueryTableModel() function in oox::xls::QueryTableModel