Age | Commit message (Expand) | Author |
2018-10-31 | tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/ | Gabor Kelemen |
2018-05-10 | tdf#42949 Fix IWYU warnings in sc/inc/d* | Gabor Kelemen |
2017-11-24 | consistently use sal_uInt32 for number formats in sc | Noel Grandin |
2017-08-22 | loplugin:constparam in sc part1 | Noel Grandin |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2016-11-12 | Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well. | Kohei Yoshida |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-04-26 | C++11: disable ctors instead of not implementing them (sc) | Jochen Nitschke |
2015-10-28 | com::sun::star->css in sc | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-01-03 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-04-06 | whitespace cleanup in sc | Markus Mohrhard |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann |
2014-02-10 | sal_Bool->bool | Noel Grandin |
2014-02-10 | sal_Bool->bool | Noel Grandin |
2014-02-10 | sal_Bool->bool | Noel Grandin |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2012-12-04 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-10-31 | Rename ScDPCacheTable to ScDPFilteredCache. | Kohei Yoshida |
2012-10-31 | Since the cache there is never NULL, let's take a reference instead. | Kohei Yoshida |
2012-09-11 | -Werror,-Wunused-private-field (various sc) | Stephan Bergmann |
2012-07-06 | Properly rehash row visibility when the layout dialog is dismissed. | Kohei Yoshida |
2012-07-05 | fdo#51266: Sync dimension members in several places upon refresh. | Kohei Yoshida |
2012-06-23 | removed unused forward declarations of class | Takeshi Abe |
2012-04-19 | Revert "do not include contents of huge sc/sd/sw libs into tiny unittests" | Luboš Luňák |
2012-04-07 | do not include contents of huge sc/sd/sw libs into tiny unittests | Luboš Luňák |
2012-03-09 | Added hook to create group field data at cache creation time. | Kohei Yoshida |
2012-02-10 | String to rtl::OUString. | Kohei Yoshida |
2012-02-05 | Remove unused code | Elton Chung |
2011-11-14 | No more pSpecial treatment of empty / non-empty queries. | Kohei Yoshida |
2011-04-28 | Centrally manage cached grid data for data pilot tables. | Kohei Yoshida |
2011-03-23 | Updated doc. | Kohei Yoshida |
2011-03-23 | Create data cache outside of the ScSheetDPData. | Kohei Yoshida |
2011-03-10 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Kohei Yoshida |
2011-03-01 | Cleanups and comments. | Kohei Yoshida |
2011-03-01 | Renamed ScDPTableDataCache to simply ScDPCache. | Kohei Yoshida |
2011-03-01 | Finally get the refresh to work properly. | Kohei Yoshida |
2011-02-28 | More removal of cache ID related stuff. | Kohei Yoshida |
2011-02-28 | Data cache is now stored in the cashe table object for now. | Kohei Yoshida |
2011-02-06 | port repository calc to boost unordered containers | Fridrich Štrba |
2011-01-22 | Export range name data source back to xls document. | Kohei Yoshida |
2011-01-21 | Take care of importing pivot tables with range name from xls docs. | Kohei Yoshida |
2011-01-21 | Reduce indent levels by early bail out. | Kohei Yoshida |
2011-01-21 | Properly display range name in the UI when appropriate. | Kohei Yoshida |
2011-01-21 | Get source range from range name if exists. | Kohei Yoshida |
2011-01-21 | Several of its methods now don't need to take ScDocument* as an arg. | Kohei Yoshida |
2011-01-21 | Let's store ScDocument* in ScSheetSourceDesc. | Kohei Yoshida |
2011-01-21 | Now all its data members are private. | Kohei Yoshida |