Age | Commit message (Expand) | Author |
2015-08-07 | xmloff: replace boost::ptr_set with std::set | Michael Stahl |
2015-08-04 | include: inline some use-once typedefs | Noel Grandin |
2015-07-19 | Fix typos | Andrea Gelmini |
2015-07-17 | formatting of public/private/protected section qualifiers | Noel Grandin |
2015-07-15 | create a macro to tidy up the declaration sites of o3tl::typed_flags_set | Noel Grandin |
2015-07-15 | loplugin:unusedmethods xmloff | Noel Grandin |
2015-07-13 | tdf#90133 Comply attributes name with OASIS#3860 | Laurent Balland-Poirier |
2015-07-08 | Avoid loplugin:staticmethods in non-debug build | Stephan Bergmann |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-30 | Fix typos | Andrea Gelmini |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-05-18 | Related tdf#88056: use better-fitting <text:page-name> | Katarina Behrens |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-28 | tdf#90133 Extend ODF: variable decimal in scientific format | Laurent Balland-Poirier |
2015-04-27 | tdf#90133 Extend ODF: exponent sign of scientific format | Laurent Balland-Poirier |
2015-04-22 | tdf#88056: Implement import of page title field from ODF | Katarina Behrens |
2015-04-21 | tdf88056: implement export of page title field to ODF | Katarina Behrens |
2015-04-17 | add attribute mandated by ODF | Markus Mohrhard |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-08 | text:p is not allowed as child element of draw:frame | Markus Mohrhard |
2015-04-08 | the attribute name is actually table:database-table-name | Markus Mohrhard |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-03-24 | also import and export to ODF the new databar property | Markus Mohrhard |
2015-03-22 | introduce SvXMLExport::getSaneDefaultVersion() | Eike Rathke |
2015-03-22 | tdf#30716 start Engineering notation: implement exponent-interval | Laurent Balland-Poirier |
2015-03-21 | Char highlight: ODT filters | Zolnai Tamás |
2015-03-12 | Enhancement tdf#87972 : Cannot repeat items labels on a pivot table | Deena Francis |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-17 | boost->std | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-08 | Revert "Don't assume that the ZOrder property of shapes is an enumeration" | David Tardon |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-06 | fdo#84938: convert SEF_EXPORT_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | fdo#84938: convert ERROR_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | fdo#84938: convert EXPORT_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class' | Noel Grandin |
2015-01-06 | fdo#84938: convert IMPORT_ constants to 'enum class' | Noel Grandin |
2015-01-06 | remove unused #defines | Noel Grandin |
2015-01-06 | fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class' | Noel Grandin |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-19 | Don't assume that the ZOrder property of shapes is an enumeration | Lionel Elie Mamane |
2014-12-07 | remove invalid attribute that is not read anyway | Markus Mohrhard |
2014-12-07 | use correct xml element name, related fdo#45266 | Markus Mohrhard |
2014-12-07 | last inconsitently named data table value | Markus Mohrhard |
2014-12-07 | more fixes for inconsistent naming | Markus Mohrhard |
2014-12-07 | use a consistent naming scheme | Markus Mohrhard |
2014-11-25 | Remove ptr_vector header include in favor of forward declaration. | Kohei Yoshida |