Age | Commit message (Expand) | Author |
2015-11-13 | sc: boost::ptr_vector->std::vector<std::unique_ptr> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | sc: remove some unused boost includes | Michael Stahl |
2015-10-28 | com::sun::star->css in sc | Noel Grandin |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-17 | revert for mac and win unit case crashes after boost->std | Caolán McNamara |
2015-09-17 | boost->std | Caolán McNamara |
2015-07-06 | improve the returnbyref loplugin | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2014-08-28 | bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx. | Kohei Yoshida |
2014-08-28 | Make some methods non-inline, and add method descriptions. | Kohei Yoshida |
2014-06-25 | remove whitespace | Markus Mohrhard |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-02-03 | Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirection | Stephan Bergmann |
2014-01-07 | fdo#72774: Add test for group field cache population on file load. | Kohei Yoshida |
2013-12-10 | fdo#66969: Add test to ensure we import page field's visibility correctly. | Kohei Yoshida |
2013-12-10 | fdo#66969: Reset group dimension data from all referencing pivot objects. | Kohei Yoshida |
2013-12-10 | Allow dumping of internal states of pivot table objects for debugging. | Kohei Yoshida |
2013-12-06 | fdo#66984: Define an assignment operator to prevent double deletion. | Kohei Yoshida |
2013-12-06 | fdo#69518: Correctly handle the old constraint syntax. | Kohei Yoshida |
2013-09-04 | Remove more unused methods | Marcos Paulo de Souza |
2013-07-01 | Start moving all these DEBUG_FOO into calcmacros.hxx. | Kohei Yoshida |
2013-04-19 | We can remove all this code now. | Kohei Yoshida |
2013-04-19 | More progress. Getting more clue, but still not out of the dark yet. | Kohei Yoshida |
2013-04-19 | fdo#60300: Work-in-progress change to rework pivot table core. | Kohei Yoshida |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-01-29 | Slightly better way to skip pivot table ranges during spell check. | Kohei Yoshida |
2013-01-29 | bnc#484599: Prevent pivot table from getting sheared when cells are shifted. | Kohei Yoshida |
2013-01-11 | Let's remove this underused bAlive flag.... | Kohei Yoshida |
2012-12-17 | callcatcher: update unusedcode code list | Caolán McNamara |
2012-12-04 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-09-18 | Forward declaration cleanup in header files. | Kohei Yoshida |
2012-08-30 | fdo#53938: Don't proceed when error occurs. | Kohei Yoshida |
2012-07-23 | -Werror,-Wshadow (Clang 3.1) | Stephan Bergmann |
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-26 | Remove unused method ScDPObject::HasGroups | Javier Catala |
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-04-05 | The real cleanup I meant to commit earlier... | Kohei Yoshida |
2012-04-05 | Revert "Cleanup. ScPivot(Collection) is no more." | Markus Mohrhard |
2012-04-04 | Cleanup. ScPivot(Collection) is no more. | Kohei Yoshida |
2012-03-23 | Some misc changes & some dumping facility for pivot table for debugging. | Kohei Yoshida |
2012-03-22 | When updating pivot table with groups, we need to clear the table data. | Kohei Yoshida |
2012-03-14 | When changing grouping in one pivot table, update all linked tables. | Kohei Yoshida |
2012-03-14 | Re-added ClearSource() which will only clear the source. Nothing else. | Kohei Yoshida |
2012-03-14 | Rename ClearSource() to ClearTableData(). | Kohei Yoshida |
2012-03-09 | Added hook to create group field data at cache creation time. | Kohei Yoshida |