summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpgroup.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-2/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann1-2/+1
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-2/+0
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-3/+0
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe1-5/+2
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-14/+14
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-05-28coverity#1078626 Missing break in switchCaolán McNamara1-1/+1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-2/+2
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida1-1/+1
2013-10-08convert sc/inc/dpgroup.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-14fdo#63998: Oops I introduced a new bug. Let's not.Kohei Yoshida1-2/+6
2013-07-13fdo#63998: Filtering by page fields to work again.Kohei Yoshida1-115/+181
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida1-3/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+2
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-1/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida1-1/+1
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-21/+21
2012-09-18Use mdds::flat_segment_tree to store row flags.Kohei Yoshida1-1/+5
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida1-2/+2
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+5
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-9/+9