summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Avoid division by zeroStephan Bergmann1-2/+2
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-2/+2
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson1-2/+2
2015-07-20loplugin:unusedmethods chart2Noel Grandin2-11/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe10-20/+20
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara19-42/+42
2015-05-19fix old GCC buildNoel Grandin1-1/+1
2015-04-30coverity#1296216 Uncaught exceptionCaolán McNamara1-26/+53
2015-04-30-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-04-30support querying about hidden cells in chart data sequencesMarkus Mohrhard1-1/+12
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin13-15/+15
2015-04-21Get rid of unnecessary comphelper/implbase_var.hxx partsStephan Bergmann1-7/+1
2015-04-18don't pretend to have a bitmap url if we are not using bitmapsMarkus Mohrhard1-0/+11
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann10-65/+65
2015-03-06V801: Decreased performanceCaolán McNamara1-2/+2
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-1/+1
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann3-5/+5
2014-12-09inline UNO helper macrosNoel Grandin23-34/+375
2014-12-06reduce scope of local variablesMichael Weghorn1-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin12-24/+24
2014-11-03coverity#1242524, arguments in wrong orderMarkus Mohrhard1-1/+1
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-12chart2: sal_Bool -> boolStephan Bergmann1-5/+5
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida1-1/+34
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida1-2/+4
2014-07-02remove whitespacesMarkus Mohrhard3-4/+0
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara1-16/+17
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida1-12/+13
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida4-71/+15
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida3-11/+15
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-13/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-9/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet3-7/+7
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet10-61/+61
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-01be explicit about text rotations, fdo#70670Markus Mohrhard1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-2/+2
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-21remove comments why a file gets includedThomas Arnhold3-7/+0
2014-04-17fix non unique property handleMarkus Mohrhard1-1/+2
2014-04-15chart2: sal_Bool->boolNoel Grandin15-91/+91