summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2014-03-09WaE: unused functionTor Lillqvist
Change-Id: I05a7e05b72d0923f5d8883b96df197611c034abd
2014-03-09disable property mapping for unsupported chart typesMarkus Mohrhard
Change-Id: I1c7c3bebe71029787796c21706088784c4934954
2014-03-09the method is staticMarkus Mohrhard
Change-Id: Ie6953bbb4eca365124a3408f71ef43cb424ec343
2014-03-09add property mapping to a few more chart typesMarkus Mohrhard
Change-Id: If02f865741524f74277b77615dea1bc71fb576eb
2014-03-09use localized names instead of the internal onesMarkus Mohrhard
Change-Id: Idd5d5def2550f8ba98f4e8a8a17330a4b663862e
2014-03-09don't hardcode property mapping, read them from chart2::XChartTypeMarkus Mohrhard
Change-Id: I7889dbddab603d7650d58a04f53e7c5fe38fcce2
2014-03-09improve the property mapping dialogMarkus Mohrhard
Change-Id: I0dbb44febb058a3b33030aa1fa86d850e71eef48
2014-03-09improve the handling of property mapping sequencesMarkus Mohrhard
Change-Id: I4ddd656a41ab975786ce6e5cd05597f6b773b334
2014-03-09no need for overwriting this methodMarkus Mohrhard
Change-Id: I8d81f9f7d80ceabd85077acd3239069988be3586
2014-03-07coverity#704566 Unchecked dynamic castNorbert Thiebaud
Change-Id: I13ecfc6cd816a1653a292d00de348ca7683783f1
2014-03-07coverity#704563 Unchecked dynamic castNorbert Thiebaud
Change-Id: I314d1110a45275be905c60b36e3e3a560a052272
2014-03-07fix bar chart renderingMarkus Mohrhard
Change-Id: I9751be9a2006ae743487a2f72bd9cd02ca136fd6
2014-03-07cache text rendering for performanceMarkus Mohrhard
Change-Id: I644556ed6b74069d0e7d441d4056310a282f190e
2014-03-07no need to make it a multiple of 3Markus Mohrhard
Change-Id: If9f16461045b6a9f7b79579e84dc09e4475dbf3c
2014-03-07fix the rotation matrix for text shapesMarkus Mohrhard
Change-Id: I78bf93da4b06f694621e92832773a1abd01256d7
2014-03-06fix the translation angle calculationMarkus Mohrhard
Change-Id: If4b392f5f8dc4e67d00c6000dcf48a6c1f30db36
2014-03-06make many SAL_WARN in chart2.opengl simple SAL_INFOMarkus Mohrhard
Change-Id: I786361b2adaec2c4c156162ff8c3f6b743275961
2014-03-06initial work on rotation for text shapesMarkus Mohrhard
Change-Id: I5752884efd32711f9ac2257a9223eb79c04e8335
2014-03-06fix OpenGL error when line width is 0Markus Mohrhard
Change-Id: Ifc70c632b1f26f77c253edb17cd0b29715389614
2014-03-06remove the formatted string dummyMarkus Mohrhard
Change-Id: I7e73f7362063ef0a3a56765635412746acfee166
2014-03-06finally fix title renderingMarkus Mohrhard
We now reuse the normal text rendering. Change-Id: Iabbe94c3f2473be1e61791b8493f0d8c4b894e28
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin
Change-Id: I9c6d6f8d9389070a41af2a289e97b6eeb2fc750c
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin
Change-Id: I43de71815d13bf359926dc6c6d63eb5a933ca712
2014-03-04remove mfAlpha againMarkus Mohrhard
The concept with separate alpha will result in nasty alpha bugs. Change-Id: I9c18d2a850aeed2bf14f43d247029204013d3c93
2014-03-04add black bubble edge and modify transparencePeilin
Change-Id: If18e74c2cec00d29bddaffbbd21991749490493a
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard
This reverts commit 0b6a1f2afa7954afcf1f27b066169455ed6cff7a.
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
The last cases are non obvious, so it's pratically done Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547 Reviewed-on: https://gerrit.libreoffice.org/8445 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-03-03fdo#75538 R^2 calculation for trendline similar to LINEST functionLaurent Balland-Poirier
Modify for forced intercept of trendline, calculation of R^2 in the same way as LINEST function does calculation Change-Id: Ic943b1ca1bbe30b1a4b88e2a338eb9dc34d848b6 Reviewed-on: https://gerrit.libreoffice.org/8402 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-03-03-Werror,-Wunused-functionStephan Bergmann
Change-Id: Ief9b2179db2e6c05dbf6e076e147a0a8adbccc04
2014-03-03convert chart type page to .ui formatCaolán McNamara
Change-Id: I2e95e0dec66b8985abad81b02722e1bf632a15e0
2014-03-03fdo#74826: File corruption-Issue related to Series idx & order val.YogeshBharate
Problem Description: - If the document contains more than one charts together. ex.Bar & Line chart - In that case, LO writes idx & order val equal to 0, instead of 1 for second chart series. - After roundtrip, the document get corrupted. Implementation: - Added varible to take the series count in case of multiple chart. Note: - Some of the UT's are failing when --enable-dbgutil is enabled. Change-Id: I40606b4d69026939fa19ae534dd7b2bb36ec97fc
2014-03-02fdo#75200:Libreoffice crash while opening the filePriyankaGaikwad
Conflicts: chart2/qa/extras/chart2import.cxx Change-Id: Icb2a5bc43ef5fd0f307b43bbe8aaf892a043dc5b Reviewed-on: https://gerrit.libreoffice.org/8127 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27coverity#1187864 Uninitialized pointer fieldCaolán McNamara
Change-Id: I2802e7e8860dfcb011af1dab9a408ec46c95ce63
2014-02-27editeng: sal_Bool->boolNoel Grandin
Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
2014-02-27editeng: sal_Bool->boolNoel Grandin
Change-Id: Id4174904487fc153d8e80471da7c829c52092f78
2014-02-27Remove visual noise from chart2Alexander Wilms
Change-Id: Ic8dc71c2815df265e1935e629e0220396a50aaac Reviewed-on: https://gerrit.libreoffice.org/8239 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-26Statics with non-trivial initialization must use StaticWithInitStephan Bergmann
...not StaticAggregate, as StaticAggregate does the initialization with osl::GetGlobalMutex locked and can thus lead to deadlock. Change-Id: I0cce0da84b5a277fdda1ebaaeba85b04011f5459
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-25fix text rendering for titlesMarkus Mohrhard
Change-Id: I1072c8af6d822422943dc2d29bbaee351c735349
2014-02-25remove the last remaining glew fileMarkus Mohrhard
Change-Id: I02f1fdbdd205d1d96f338f8d23f79fcb85cf627c
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
...to be able to find problems like 6e0bdf04add338b7d5b29fc7b3fc9f08cfd5e96f "sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it" earlier when converting occurrences of sal_Bool to bool. Restricting this check to function call arguments avoids too much noise while hopefully still catching all the relevant problems. (This check partially overlaps the pointertobool check, so implicit conversions from pointers to bool call arguments will now generate two loplugin warnings, but that's harmless.) Change-Id: I0b03b1d1615aaf8bc18e7a84c56fff3ef9903508
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-23make the debug message more readableMarkus Mohrhard
Change-Id: I79c3261bb3672c360073f91e320d8aafce09cd2e
2014-02-23WaE: unused function 'getTypeString'Tor Lillqvist
Change-Id: Ifae6376a9a00cfee7c9935280b852ede73a7c5ab
2014-02-23make OpenGL debug messages more readableMarkus Mohrhard
Change-Id: I2e90acaa0fe1fb47559ddd7b898874e12f494a9a
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23disable this performance improvementMarkus Mohrhard
Somehow there is a bug. Might be an internal OPropertySet problem as I can't find it in my new code. Change-Id: I6658fa82f4158ef114baf80b8d9ed9ec44793d35
2014-02-23add test for bnc#864396Markus Mohrhard
Change-Id: I38d77a11acf6684cb583ba3e5ffb80f30f3f2fdc
2014-02-22we know the size so pre alloc the sequenceMarkus Mohrhard
Change-Id: Icd85ede4898a62833792c68b3e42ad7afa246787