Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx332 struct PCDefinitionModel struct
336 double mfRefreshedDate; /// Date/time of last refresh.
337 sal_Int32 mnRecords; /// Number of data records in the cache.
338 sal_Int32 mnMissItemsLimit; /// Limit for discarding unused items.
340 bool mbInvalid; /// True = cache needs refresh.
341 bool mbSaveData; /// True = cached item values are present.
342 bool mbRefreshOnLoad; /// True = try to refresh cache on load.
344 bool mbEnableRefresh; /// True = refreshing cache is enabled in UI.
347 bool mbTupleCache; /// True = cache stores OLAP functions.
348 bool mbSupportSubquery; /// True = data source supports subqueries.
[all …]
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1008 PCDefinitionModel::PCDefinitionModel() : in PCDefinitionModel() function in oox::xls::PCDefinitionModel

Completed in 184 milliseconds