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