summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)Author
2015-05-02it works if we first set the size and then the position, tdf#86624Markus Mohrhard
2015-04-18these two attributes are not part of ODF and unnecessaryMarkus Mohrhard
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-13Typo: elemet->elementJulien Nabet
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-17boost->stdCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-07don't write extension elements into ODF namespaces, related fdo#45266Markus Mohrhard
2014-12-07last inconsitently named data table valueMarkus Mohrhard
2014-12-07more fixes for inconsistent namingMarkus Mohrhard
2014-12-07use a consistent naming schemeMarkus Mohrhard
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-10UBSan runtime error: division by zeroStephan Bergmann
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-07-29Fix previous commitStephan Bergmann
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida
2014-07-25Simplify.Kohei Yoshida
2014-07-25Reduce scope levels.Kohei Yoshida
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida
2014-07-02fix ODF validation errorsMarkus Mohrhard
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-12WaE: unused function 'isString'Tor Lillqvist
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida
2014-06-08avoid memory leak and invalid documentsMarkus Mohrhard
2014-06-05fdo#72727: Revert "-Werror=unused-but-set-variable second try"Kohei Yoshida
2014-06-05fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none"Kohei Yoshida
2014-05-23coverity#1213120 Unchecked dynamic_castCaolán McNamara
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-19fix import issue with property mappingMarkus Mohrhard