Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | String to rtl::OUString. | Kohei Yoshida | |
2012-02-09 | Cleaned up more header include silliness. | Kohei Yoshida | |
2012-02-09 | Include dpglobal.hxx only when necessary. | Kohei Yoshida | |
2012-02-09 | Moved ScDPItemData into own files. | Kohei Yoshida | |
2012-02-09 | Use names from unonames.hxx to be consistent. | Kohei Yoshida | |
And removed duplicated defines. | |||
2012-01-17 | remove unused ScDP* methods | Thomas Arnhold | |
2012-01-13 | Avoid double deletion during data cache object destruction. | Kohei Yoshida | |
2012-01-12 | fdo#43077: Now, refreshing a table should refresh all linked tables. | Kohei Yoshida | |
For efficiency reasons. Otherwise, refreshing n tables individually would require reloading the same data cache n times. | |||
2012-01-12 | fdo#43077: Have cache instance keep track of who is referencing it. | Kohei Yoshida | |
With this change, ScDPCacheTable should never clear pointer to the data cache instance; it should keep the same data cache instance that it is instantiated with. | |||
2011-11-14 | No more pSpecial treatment of empty / non-empty queries. | Kohei Yoshida | |
2011-05-02 | Let's not friend a class just because of one private method. | Kohei Yoshida | |
2011-05-02 | Pass const reference. | Kohei Yoshida | |
2011-04-29 | Removed unnecessary virtual-ness from the destructor. | Kohei Yoshida | |
2011-04-29 | A bit of cleanups & annotation of data members. | Kohei Yoshida | |
I'm trying to understand what ScDPCache does exactly. | |||
2011-04-28 | Centrally manage cached grid data for data pilot tables. | Kohei Yoshida | |
This prevents cached data from getting re-generated everytime ScDPObject gets copied, which happens quite often. Without this, the performance of datapilot would really really suffer. | |||
2011-03-10 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Kohei Yoshida | |
2011-03-01 | Renamed ScDPTableDataCache to simply ScDPCache. | Kohei Yoshida | |
There were so many classes with 'DPTable' in them it was confusing. | |||
2011-02-28 | More cleanups. | Kohei Yoshida | |
ScDPObject::bRefresh flag is no longer used. | |||
2011-02-28 | Make sure everybody calls ScDPCacheTable::getOrder() publicly. | Kohei Yoshida | |
2011-02-28 | Make sure nobody modifies the table cache outside of ScDPCacheTable. | Kohei Yoshida | |
Use const to ensure that nobody modifies the content of the table cache outside of ScDPCacheTable. | |||
2011-01-21 | Remove old RCS lines. | Thomas Arnhold | |
2011-01-20 | Finally, the inner arrays of DataGridType is now ptr_vector. | Kohei Yoshida | |
Also, no point resetting the value of data member in destructor. | |||
2011-01-20 | maLabelNames now stored in ptr_vector. | Kohei Yoshida | |
Thereby further elimination of manual deletion of stored instances. | |||
2011-01-20 | Let's use ptr_vector to replace arrays of vector's. | Kohei Yoshida | |
This eliminates some manual deletions of vector instances. | |||
2011-01-17 | removetooltypes01: #i112600# remove tooltypes from sc | Mikhail Voytenko | |
2011-01-12 | Cleaned up inconsistent coding styles. | Kohei Yoshida | |
2010-11-12 | More cleanup, tab removal, bogus comments etc. | Kohei Yoshida | |
2010-11-12 | More datapilt-related cleanups. | Kohei Yoshida | |
New code should *never* use BOOL, TRUE, FALSE. Also the indentation mistakes are pretty frequent. | |||
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-04-01 | #i10000# some catch-up fixes | Vladimir Glazunov | |
Notes: split repo tag: calc_ooo/DEV300_m76 | |||
2010-02-05 | datapilotperf: adapted to m71 | Niklas Nebel | |
2010-02-03 | datapilotperf: manual migration of changes by Wang Xu Ming from svn to hg | Niklas Nebel | |