Home
last modified time | relevance | path

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

/AOO41X/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.
339 sal_uInt16 mnDatabaseFields; /// Number of database (source data) fields (BIFF only).
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.
343 bool mbOptimizeMemory; /// True = application may optimize memory usage.
344 bool mbEnableRefresh; /// True = refreshing cache is enabled in UI.
[all …]
/AOO41X/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1008 PCDefinitionModel::PCDefinitionModel() : in PCDefinitionModel() function in oox::xls::PCDefinitionModel