summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2017-02-13chart2: remove unneeded includesTomaž Vajngerl1-11/+0
2017-02-13ChartDumpTest: Test percent stacked chart's axis labelsTamás Zolnai2-1/+232
2017-02-13Fix typosAndrea Gelmini1-1/+1
2017-02-13ChartDumpTest: Test bar chartsTamás Zolnai15-680/+1169
2017-02-13-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2017-02-13ChartDumpTest: Let's have a bigger deltaTamás Zolnai1-1/+1
2017-02-12chart2: simplify and/or clean-up and c++11 featuresTomaž Vajngerl3-31/+25
2017-02-12[API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calcTomaž Vajngerl5-0/+107
2017-02-12ChartDumpTest: Fix checking of transformationsTamás Zolnai26-262/+302
2017-02-12ChartDumpTest: Test chart wallTamás Zolnai7-0/+126
2017-02-12chart2: layout buttons in charts when data is presentTomaž Vajngerl2-14/+148
2017-02-12chart2: simple button (view) to add to a chartTomaž Vajngerl3-0/+141
2017-02-12ChartDumpTest: Make position and size check a bit more robustTamás Zolnai1-25/+26
2017-02-12ChartDumpTest: A new chart test suite for a more sistematic testingTamás Zolnai49-2/+3396
2017-02-12Various typos about propertyJulien Nabet1-3/+3
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist7-8/+8
2017-02-08The string "###" can be written as such, no need for a Special Const VariableTor Lillqvist3-6/+2
2017-02-08A newline is not that special or hard to rememberTor Lillqvist4-8/+5
2017-02-08remove unused SCHATTR_DIAGRAM_STYLENoel Grandin3-9/+6
2017-02-07fix oss-fuzz buildCaolán McNamara1-3/+1
2017-02-06Add missing #includesStephan Bergmann11-7/+11
2017-02-06OpenGLWindow typeinfo unavailable without HAVE_FEATURE_OPENGLCaolán McNamara3-15/+35
2017-02-05.uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky1-1/+1
2017-02-05chart2: Remove empty labels from main menuMaxim Monastirsky1-85/+85
2017-02-03makeAny->Any in basctl..chart2Noel Grandin126-666/+661
2017-01-31tdf#105571 Drop toolbar:helpid attribute from toolbar definitionsGabor Kelemen1-14/+14
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-27chart2: too long lineTomaž Vajngerl1-1/+3
2017-01-27chart2: some more for-loop changes in VLegendTomaž Vajngerl1-27/+21
2017-01-27chart2: remove typedef for std::vector, remove commented codeTomaž Vajngerl1-8/+4
2017-01-27chart2: use c++11 for-loop in VLegendTomaž Vajngerl1-8/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann295-4482/+1599
2017-01-24AccStatisticsObject is apparently dead codeStephan Bergmann3-100/+0
2017-01-24use rtl::Reference in AccessibleBaseNoel Grandin2-30/+15
2017-01-24use rtl::Reference in ControllerCommandDispatchNoel Grandin2-20/+19
2017-01-24use rtl::Reference in ChartModelNoel Grandin2-22/+18
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin3-4/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski5-6/+6
2017-01-23pass ownership by pointerJochen Nitschke1-1/+1
2017-01-20chart2: replace custom Deg2Rad/Rad2Deg for basegfx functionsTomaž Vajngerl4-30/+15
2017-01-20use rtl::Reference in TheModelRefNoel Grandin2-27/+9
2017-01-19New loplugin:dynexcspec: Add @throws documentation, chart2Stephan Bergmann15-0/+57
2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara1-6/+6
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-2/+0
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke4-5/+0
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara7-154/+176
2017-01-16new loplugin: useuniqueptr: chart2Noel Grandin16-48/+46