summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Blind fix for sal_Int32/int confusionTor Lillqvist2013-11-261-1/+1
* WaE: unused variable 'aService' [loplugin]Tor Lillqvist2013-11-261-1/+0
* Test trendline properties using an emport -> ixport cycleTomaž Vajngerl2013-11-262-0/+161
* fdo#40315 Improve UI for moving average trendlineLaurent Balland-Poirier2013-11-251-0/+12
* Custom name for a trend line (shown in legend).Tomaž Vajngerl2013-11-249-31/+127
* Simplify conversion from/to ItemSet/PropertySet for RegressionCurvesTomaž Vajngerl2013-11-243-355/+139
* DRY-cleanup RegressionCurveItemConverterTomaž Vajngerl2013-11-241-144/+117
* widht -> widthJulien Nabet2013-11-234-13/+13
* replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin2013-11-221-6/+6
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-8/+7
* replicate original a11y relations within .uiCaolán McNamara2013-11-211-1/+23
* Convert axis position tab page to widget UIOlivier Hallot2013-11-216-567/+694
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-211-1/+1
* both help ids end up in the same helpCaolán McNamara2013-11-201-6/+0
* Convert chart axis scale tab page to widget UI.Olivier Hallot2013-11-207-793/+821
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-202-3/+3
* unknown log areaStephan Bergmann2013-11-191-1/+1
* -Werror,-Wunused-functionStephan Bergmann2013-11-191-0/+2
* -Werror,-Wunused-functionStephan Bergmann2013-11-191-82/+0
* this only works with c++11Markus Mohrhard2013-11-191-1/+1
* fix tinderboxMarkus Mohrhard2013-11-191-1/+1
* disable building the OpenGL piecesMarkus Mohrhard2013-11-192-1/+2
* fix testsMarkus Mohrhard2013-11-192-2/+2
* fix the windows buildMarkus Mohrhard2013-11-193-4/+9
* more windows build fixesMarkus Mohrhard2013-11-191-0/+6
* fix windows buildMarkus Mohrhard2013-11-194-3/+36
* we need to depend on mesa headers for windows & unix without openglMarkus Mohrhard2013-11-191-0/+5
* removed unused variableMarkus Mohrhard2013-11-191-1/+0
* fix crash in opengl backendMarkus Mohrhard2013-11-192-1/+19
* dbgutil build fixMarkus Mohrhard2013-11-191-1/+0
* we need to init manually nowMarkus Mohrhard2013-11-192-6/+11
* fix lifetime problems of ChartViewMarkus Mohrhard2013-11-193-3/+9
* it builds againMarkus Mohrhard2013-11-199-2/+496
* try to make it build on windowsMarkus Mohrhard2013-11-191-1/+5
* add glew and make chartopengl a dynamically loaded libMarkus Mohrhard2013-11-1910-5/+39374
* add a few property casesMarkus Mohrhard2013-11-192-8/+32
* add the definition for the shapesMarkus Mohrhard2013-11-192-5/+160
* make the shapes explicit in the backendMarkus Mohrhard2013-11-193-113/+426
* actually create a dummy root shape objectMarkus Mohrhard2013-11-191-1/+1
* make it possible to avoid XShape/XShapes in the backendMarkus Mohrhard2013-11-192-8/+26
* implement XMultiPropertySetMarkus Mohrhard2013-11-192-2/+51
* implement top level shape and method to get itMarkus Mohrhard2013-11-192-0/+31
* fix buildMarkus Mohrhard2013-11-192-4/+6
* adapt name of methodMarkus Mohrhard2013-11-195-10/+15
* some small cosmetic changesMarkus Mohrhard2013-11-191-4/+13
* rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard2013-11-194-35/+37
* add methods to render whole data series at onceMarkus Mohrhard2013-11-197-1/+136
* use ChartModel instead of XModel in a few placesMarkus Mohrhard2013-11-1962-492/+797
* work on plotting a whole series at onceMarkus Mohrhard2013-11-191-99/+105
* one more newly unused variableMarkus Mohrhard2013-11-191-2/+0