summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ChartView.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann1-1/+1
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin1-1/+1
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-41/+40
2013-03-20n#734735: Use full available size for pie charts.Muthu Subramanian1-2/+3
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin1-16/+7
2013-03-14warning C4101: unreferenced local variableMichael Stahl1-1/+1
2013-03-11Fix chart2 buildFridrich Štrba1-2/+2
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand1-0/+23
2013-03-09remove commented out codeThomas Arnhold1-100/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-10/+10
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-65/+65
2012-12-08Remove duplicate defines and put it into a common place.Kohei Yoshida1-0/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-09-20std::auto_ptr is deprecated.Kohei Yoshida1-24/+11
2012-09-20Unused local variable.Kohei Yoshida1-4/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-08-15Working version of XShapeDumperArtur Dorda1-0/+100
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+15
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-1/+0
2012-07-13also remove the libxml2 include from chart2Markus Mohrhard1-4/+0
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda1-99/+0
2012-07-12Working version of XShapeDumperArtur Dorda1-15/+8
2012-07-12Unfinished dumper codeArtur Dorda1-1/+4
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-31targetted minor size vs. empty reversionMichael Meeks1-1/+1
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
2012-04-28we can't move that into a test only libMarkus Mohrhard1-3/+113
2012-04-27move xshape dumper into testMarkus Mohrhard1-113/+3
2012-04-27adapt dumper to new xml diffMarkus Mohrhard1-2/+4
2012-04-19don't use the debug mode for normal testsMarkus Mohrhard1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-03-30Fix format string properlyStephan Bergmann1-2/+2
2012-03-30WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist1-2/+2
2012-03-28add name attribute to chart's layout dumperMarkus Mohrhard1-8/+17
2012-03-28add drawing.Text to chart's dumperMarkus Mohrhard1-1/+9
2012-03-28implement the layout dumper for chart2Markus Mohrhard1-0/+113
2012-02-18Fix typos in commentsElton Chung1-5/+5
2012-01-14Some cppcheck cleaningJulien Nabet1-1/+1
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot1-4/+4
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-1/+1
2011-11-29catch by const referenceTakeshi Abe1-7/+7
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+14
2011-06-03use standard template for thisCaolán McNamara1-12/+7
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak1-2/+2
2011-05-05Some cppcheck cleaningJulien Nabet1-16/+16