summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ChartView.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-19we need to init manually nowMarkus Mohrhard1-6/+8
2013-11-19it builds againMarkus Mohrhard1-0/+1
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-180/+148
2013-11-19small clean up in chart codeMarkus Mohrhard1-0/+2
2013-11-19more use of ShapeFactory and set Properties in factory if possibleMarkus Mohrhard1-31/+17
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard1-17/+19
2013-09-03No point having two separate drawing targets - final target not used.Kohei Yoshida1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-42/+0
2013-05-31Resolves: #i120831# call dispose() from ChartView dtor...Jian Fang Zhang1-0/+6
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