summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2014-03-05remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin2-12/+0
Change-Id: I9c6d6f8d9389070a41af2a289e97b6eeb2fc750c
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin2-16/+0
Change-Id: I43de71815d13bf359926dc6c6d63eb5a933ca712
2014-03-04remove mfAlpha againMarkus Mohrhard3-15/+11
The concept with separate alpha will result in nasty alpha bugs. Change-Id: I9c18d2a850aeed2bf14f43d247029204013d3c93
2014-03-04add black bubble edge and modify transparencePeilin3-3/+38
Change-Id: If18e74c2cec00d29bddaffbbd21991749490493a
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard2-7/+3
This reverts commit 0b6a1f2afa7954afcf1f27b066169455ed6cff7a.
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-3/+5
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-Poirier1-5/+3
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 Bergmann1-5/+0
Change-Id: Ief9b2179db2e6c05dbf6e076e147a0a8adbccc04
2014-03-03convert chart type page to .ui formatCaolán McNamara17-884/+663
Change-Id: I2e95e0dec66b8985abad81b02722e1bf632a15e0
2014-03-03fdo#74826: File corruption-Issue related to Series idx & order val.YogeshBharate2-0/+10
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 filePriyankaGaikwad2-3/+7
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 McNamara1-0/+8
Change-Id: I2802e7e8860dfcb011af1dab9a408ec46c95ce63
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: Id4174904487fc153d8e80471da7c829c52092f78
2014-02-27Remove visual noise from chart2Alexander Wilms39-134/+134
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 Bergmann1-45/+17
...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 Bergmann215-2104/+2104
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-25fix text rendering for titlesMarkus Mohrhard1-2/+14
Change-Id: I1072c8af6d822422943dc2d29bbaee351c735349
2014-02-25remove the last remaining glew fileMarkus Mohrhard1-18123/+0
Change-Id: I02f1fdbdd205d1d96f338f8d23f79fcb85cf627c
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-2/+2
...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 Bergmann5-43/+43
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-23make the debug message more readableMarkus Mohrhard1-5/+1
Change-Id: I79c3261bb3672c360073f91e320d8aafce09cd2e
2014-02-23WaE: unused function 'getTypeString'Tor Lillqvist1-0/+4
Change-Id: Ifae6376a9a00cfee7c9935280b852ede73a7c5ab
2014-02-23make OpenGL debug messages more readableMarkus Mohrhard1-4/+69
Change-Id: I2e90acaa0fe1fb47559ddd7b898874e12f494a9a
2014-02-23Remove unneccessary commentsAlexander Wilms9-41/+41
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 Mohrhard1-3/+3
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 Mohrhard3-6/+32
Change-Id: I38d77a11acf6684cb583ba3e5ffb80f30f3f2fdc
2014-02-22we know the size so pre alloc the sequenceMarkus Mohrhard1-0/+8
Change-Id: Icd85ede4898a62833792c68b3e42ad7afa246787
2014-02-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard1-2/+2
Change-Id: I52299aa147799214c83a87dbc99104d8ba9b6206
2014-02-22try to limit the getPropertyValue callsMarkus Mohrhard1-9/+31
Change-Id: I70b7a3b5f508ecb89d4e4e43cc4297805e83c9f7
2014-02-22setting width and height always happens togetherMarkus Mohrhard3-10/+3
Change-Id: I65ed326ed05474bf81d0323fe3dc61ed0d87cb4e
2014-02-22remove some old codeMarkus Mohrhard1-14/+2
Change-Id: I6dde9ae70746a59eef8727f7798b6c58971e045f
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-2/+2
Conflicts: sc/source/ui/view/select.cxx sc/source/ui/view/viewdata.cxx sw/source/core/text/redlnitr.cxx sw/source/core/text/txtfrm.cxx sw/source/core/text/txtftn.cxx sw/source/ui/table/tabledlg.cxx Change-Id: I23371b913514d656552bc6f7fb4ba554ee6a3694
2014-02-21vcl: sal_Bool -> boolStephan Bergmann13-67/+67
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I64cde75157fbdcda6ac92ca4064e6ab8197114c1
2014-02-21callcatcher: update unused codeCaolán McNamara2-12/+0
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert11-0/+12
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20convert chart data dialog to .uiCaolán McNamara10-337/+442
this one was a complete pig to convert with the conflicting home-grown existing layout code. Change-Id: I135bd486d10f7d972e143daae44d6b24a6e8fdb8
2014-02-20svl: sal_Bool -> boolStephan Bergmann17-90/+90
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-19avoid calling glew repeatedlyMarkus Mohrhard1-4/+10
This saves us about 10% of the rendering time. Change-Id: I3ea7f1849500b025830b44c5175d79ad04aff362
2014-02-18we should not enable the png debug export by defaultMarkus Mohrhard1-1/+1
Change-Id: Iaf8873b32b40db911aa07e910b4070b37b3277ea
2014-02-17Don't violate the One Definition RuleTor Lillqvist3-6/+6
There were two different struct types called chart::TimeBasedInfo, which caused problems at least in statically linked iOS app. Rename the other struct to chart::DialogModelTimeBasedInfo for now. Change-Id: Ib95736b1046c5bd9001d7aeba2b8bbd22a18f8c2
2014-02-17this dialog is unfinished, but fix it to not crashCaolán McNamara2-67/+85
Change-Id: Icb6d1d1bb14678eb711100644f3f60725db4b5db
2014-02-16add SAL_CALL to definitions tooDavid Tardon1-3/+3
Change-Id: Id7c05aeb7e14a49cdb1fd6a889ddbb17e31ad368
2014-02-16move SAL_CALL to the right placeDavid Tardon1-3/+3
Change-Id: I5081220e8880c9608daa482690b99e9738afc30e
2014-02-16fix windows buildMarkus Mohrhard1-3/+3
Change-Id: I2c6e94c7662719cd5f6dccaa19cf7451b036f0f9
2014-02-16fix windows buildDavid Tardon1-41/+41
Change-Id: I5d53537ec7055c041fb9e308bc17af3ca55a43a9
2014-02-16fix crash when dumping OpenGL dummy shapesMarkus Mohrhard2-2/+64
CTRL + F12 is working now partly for the OpenGL shapes Change-Id: Ia4d0499d0df683202d9e2f56de96b22abcd9e367
2014-02-16text position for legend improvementsMarkus Mohrhard3-6/+52
Change-Id: I06d8baf8cfe59999cd6b417fc6e70c1bd6eede27