summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-054-4/+4
* Fix CppunitTest_chart2_xshape testMaxim Monastirsky2014-05-041-0/+1
* chart::ChartController::queryGL3DChart(): crash on concurrent model closeMichael Stahl2014-05-031-3/+7
* Format GL3DRenderer codexukai2014-05-012-69/+127
* Simplify type detectorsMaxim Monastirsky2014-05-012-0/+2
* WaE: -Werror=maybe-uninitializedCaolán McNamara2014-05-011-1/+1
* no need for that using statementMarkus Mohrhard2014-05-011-2/+0
* fix build errorMarkus Mohrhard2014-05-011-1/+1
* remove unused codeMarkus Mohrhard2014-05-011-16/+1
* some small clean-up in new OGL 3D rendererMarkus Mohrhard2014-05-011-15/+17
* more type correctness in new codeMarkus Mohrhard2014-05-011-21/+17
* use sal_ types for variables with fixed widthMarkus Mohrhard2014-05-011-1/+2
* remove the need for using namespace std;Markus Mohrhard2014-05-011-24/+23
* remove OPENGL_SCALE_VALUE that makes no sense without XShapeMarkus Mohrhard2014-05-011-21/+17
* pass large objects by const reference and not by valueMarkus Mohrhard2014-05-012-18/+21
* be explicit about text rotations, fdo#70670Markus Mohrhard2014-05-011-1/+1
* add test for fdo#78041Markus Mohrhard2014-05-012-0/+27
* set graphic properties for error bars during import, fdo#78041Markus Mohrhard2014-05-011-1/+1
* coverity#738569 Uninitialized scalar fieldCaolán McNamara2014-04-301-5/+7
* coverity#738568 Uninitialized scalar fieldCaolán McNamara2014-04-301-1/+1
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-305-6/+5
* coverity#1210168 Uninitialized pointer fieldCaolán McNamara2014-04-291-1/+0
* WaE: passing OUString by value, rather pass by referenceTor Lillqvist2014-04-294-4/+4
* There is this thing called bool to use for Boolean flagsTor Lillqvist2014-04-291-5/+5
* WaE: unused private fieldsTor Lillqvist2014-04-293-10/+15
* We don't sniff gluTor Lillqvist2014-04-292-4/+0
* Use OpenGLHelper::GLErrorString()Tor Lillqvist2014-04-292-35/+3
* Build libchartopengl for all platformsTor Lillqvist2014-04-291-4/+2
* glu is not available on OpenGL ESTor Lillqvist2014-04-291-2/+34
* WaE: array index 2 is past the end of the array (which contains 2 elements)Tor Lillqvist2014-04-291-1/+1
* disable until I can test build on windows myselfMarkus Mohrhard2014-04-291-2/+2
* make the new 3D OpenGL chart renderer compileMarkus Mohrhard2014-04-295-32/+146
* move all the 3D rendering code into an own classMarkus Mohrhard2014-04-294-1580/+1641
* remove unused member variablesMarkus Mohrhard2014-04-291-30/+0
* make the chart patch warning free and more clean-upMarkus Mohrhard2014-04-294-103/+81
* add algorithm of corner generated informationxukai liu2014-04-295-67/+1873
* fdo77216-Charts-Scattered chart: Chart gets distorted on RTSourav2014-04-282-0/+38
* OpenGLHelper: extract BGRA buffer -> BitmepEx conversionZolnai Tamás2014-04-271-26/+1
* error C2872: ´chart´ : ambiguous symbolCaolán McNamara2014-04-251-1/+1
* fix comment about ChartView::dumpMarkus Mohrhard2014-04-251-1/+1
* the chart root shape has to be at the bottom, fdo#74333, cp#1000057Markus Mohrhard2014-04-251-4/+9
* dump also drawinglayer shapes that are externally addedMarkus Mohrhard2014-04-251-9/+23
* fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard2014-04-253-6/+35
* No need for XShape dumping (for unit testing) for non-desktopTor Lillqvist2014-04-251-1/+6
* chart2: use constructor feature for WizardDialogMiklos Vajna2014-04-254-57/+10
* chart2: use constructor feature for ShapeToolbarControllerMiklos Vajna2014-04-253-9/+9
* chart2: use constructor feature for ChartTypeDialogMiklos Vajna2014-04-253-9/+9
* chart2: use constructor feature for ChartFrameLoaderMiklos Vajna2014-04-253-9/+9
* chart2: use constructor feature for ChartDocumentWrapperMiklos Vajna2014-04-253-9/+9
* chart2: use constructor feature for ChartControllerMiklos Vajna2014-04-253-9/+10