Age | Commit message (Expand) | Author |
2013-09-29 | replace more auto_ptr with scoped_ptr | Markus Mohrhard |
2013-08-02 | Mark as const | Takeshi Abe |
2013-07-29 | fdo#62475 removed pointless comments | Jelle van der Waa |
2013-06-05 | Fixes for new-style com.sun.star.chart2.FormattedString service | Stephan Bergmann |
2013-05-31 | Resolves: #i120828#, restore some ChartModel::dispose() calls.. | Jian Fang Zhang |
2013-05-23 | Revert "fdo#46808, Convert chart2::Title service to new style" | Stephan Bergmann |
2013-05-22 | fix maybevoid attributes | Noel Grandin |
2013-05-21 | fdo#46808, Convert chart2::Title service to new style | Noel Grandin |
2013-05-13 | fdo#46808 Convert chart2::FormattedString service to new style | Noel Grandin |
2013-04-22 | turn this nasty SAL_WARN into a SAL_INFO | Markus Mohrhard |
2013-04-22 | fix the remaining issues with the changed handling of ErrorBar props | Markus Mohrhard |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-02 | Some cppcheck cleaning | Julien Nabet |
2013-04-01 | remove boilerplate comments | Thomas Arnhold |
2013-03-25 | remove C2U in chart2 | Markus Mohrhard |
2013-03-11 | Fix chart2 build | Fridrich Štrba |
2013-03-11 | #119989# Support relative 3D pie chart height when importing charts. | Armin Le Grand |
2013-03-06 | fdo#60148 Clean up warnings from the Clang compiler plugin | nccuong |
2013-03-05 | doubled using | Thomas Arnhold |
2013-03-02 | Typo fix: informations -> information and a few other adjacent typos. | Gregg King |
2013-02-20 | RTL_CONSTASCII_USTRINGPARAM removals | Krisztian Pinter |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2013-01-28 | fdo#46808, Convert SvNumberFormatter to use XComponentContext | Noel Grandin |
2013-01-28 | fdo#46808, Adapt document::GraphicObjectResolver UNO service to new style | Noel Grandin |
2013-01-24 | bnc#798271: Don't delete the PropertyMapEntry instance prematurely. | Kohei Yoshida |
2012-12-10 | fdo#46808, use service constructor for embed::StorageFactory | Noel Grandin |
2012-10-28 | fix some VS 2010 specific issues | David Ostrovsky |
2012-10-22 | fdo#46808, Adapt xml::sax::XWriter UNO service to new style | Noel Grandin |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann |
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-27 | fdo#46808, Adapt TempFile UNO service to new style | Noel Grandin |
2012-08-27 | fdo#46808, Adapt document::DocumentProperties UNO service to new style | Noel Grandin |
2012-08-06 | chart2: merge component files for new chartcore library | Michael Stahl |
2012-07-18 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-07-14 | simplify include guards | Thomas Arnhold |
2012-07-02 | removed unnecessary forward declarations of class | Takeshi Abe |
2012-06-29 | Remove UNO includes comments | Thomas Arnhold |
2012-06-27 | Remove unused include files | Thomas Arnhold |
2012-06-22 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-05-29 | hide local functions harder | Caolán McNamara |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-03-28 | add SAL_CALL to ChartModel::dump | Markus Mohrhard |
2012-03-28 | implement the layout dumper for chart2 | Markus Mohrhard |
2012-03-28 | implement XDumper in ChartModel | Markus Mohrhard |
2012-03-28 | removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper | Takeshi Abe |