summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-08-30tdf#64145 Add empty subtitle string as defaultLaurent Balland-Poirier1-1/+1
2016-08-18cppcheck: passedByValueCaolán McNamara1-14/+14
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke1-1/+0
2016-04-25Kill comphelper::MakeMapStephan Bergmann1-27/+24
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-10/+10
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-33/+33
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-2/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-15/+15
2015-09-14boost->stdCaolán McNamara1-15/+15
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-1/+1
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-2/+2
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson1-2/+2
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-5/+5
2015-05-19fix old GCC buildNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-8/+8
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-09inline UNO helper macrosNoel Grandin1-1/+23
2014-07-02remove whitespacesMarkus Mohrhard1-2/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-2/+2
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet1-1/+1
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-25fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard1-6/+27
2014-04-25chart2: use constructor feature for ChartDocumentWrapperMiklos Vajna1-0/+7
2014-04-15chart2: sal_Bool->boolNoel Grandin1-14/+14
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-15/+15
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida1-0/+11
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-29/+29
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-06Resolves: rhbz#975421 wrong chart direction in FarsiCaolán McNamara1-1/+1
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan1-3/+4
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-9/+11
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-22/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király1-18/+18
2013-03-01coverity#705132: add missing breakMarkus Mohrhard1-0/+1