summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
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
2014-02-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard
Change-Id: I52299aa147799214c83a87dbc99104d8ba9b6206
2014-02-22try to limit the getPropertyValue callsMarkus Mohrhard
Change-Id: I70b7a3b5f508ecb89d4e4e43cc4297805e83c9f7
2014-02-22setting width and height always happens togetherMarkus Mohrhard
Change-Id: I65ed326ed05474bf81d0323fe3dc61ed0d87cb4e
2014-02-22remove some old codeMarkus Mohrhard
Change-Id: I6dde9ae70746a59eef8727f7798b6c58971e045f
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms
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 Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I64cde75157fbdcda6ac92ca4064e6ab8197114c1
2014-02-21callcatcher: update unused codeCaolán McNamara
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
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 McNamara
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 Bergmann
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-19avoid calling glew repeatedlyMarkus Mohrhard
This saves us about 10% of the rendering time. Change-Id: I3ea7f1849500b025830b44c5175d79ad04aff362
2014-02-18we should not enable the png debug export by defaultMarkus Mohrhard
Change-Id: Iaf8873b32b40db911aa07e910b4070b37b3277ea
2014-02-17Don't violate the One Definition RuleTor Lillqvist
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 McNamara
Change-Id: Icb6d1d1bb14678eb711100644f3f60725db4b5db
2014-02-16add SAL_CALL to definitions tooDavid Tardon
Change-Id: Id7c05aeb7e14a49cdb1fd6a889ddbb17e31ad368
2014-02-16move SAL_CALL to the right placeDavid Tardon
Change-Id: I5081220e8880c9608daa482690b99e9738afc30e
2014-02-16fix windows buildMarkus Mohrhard
Change-Id: I2c6e94c7662719cd5f6dccaa19cf7451b036f0f9
2014-02-16fix windows buildDavid Tardon
Change-Id: I5d53537ec7055c041fb9e308bc17af3ca55a43a9
2014-02-16fix crash when dumping OpenGL dummy shapesMarkus Mohrhard
CTRL + F12 is working now partly for the OpenGL shapes Change-Id: Ia4d0499d0df683202d9e2f56de96b22abcd9e367
2014-02-16text position for legend improvementsMarkus Mohrhard
Change-Id: I06d8baf8cfe59999cd6b417fc6e70c1bd6eede27
2014-02-16improve bubble positioningMarkus Mohrhard
Change-Id: Ifeecb23b0f2ee3218b052aaf688dcd51bcc30d58
2014-02-16improve text positioningMarkus Mohrhard
Change-Id: I9a6d99105ae32a2e03e4756983a87cb4ad174ea2
2014-02-15fdo#74137: Fix for courruption of Pie chart after roundtrip.Rohit Deshmukh
Problem: - Pie chart with data labels files gets corrupt because of label position is bestFit in original file. - But after round trip, data labels position gets changes to top, left and right. For some data labels postion value is missing. Implementaion: - In LO, while converting data label from model, the position gets changed. So we are ignoring this hack for Pie chart. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Ic51845cd6f39bc905439eea8971e878607d25dac
2014-02-15last fix for chart area size and positioningMarkus Mohrhard
It WORKS!!!!!!! The chart looks good and there are now only minor positioning issues. Issues that I'm aware of: * legend text is not positioned correctly * text seems to be positioned a bit too far to the right * bubble positions are incorrect Change-Id: Ib81cae13624c8119216f0bedea58b5838fcdc80c
2014-02-15fix OpenGL resource leakMarkus Mohrhard
Change-Id: I56d00381dc023273c406a134c0828bda89d4d6b2
2014-02-15remove unused shaderMarkus Mohrhard
Change-Id: Ib30ff20e099f4b3403a3ca7689f7d8d75d888763
2014-02-15remove more unused codeMarkus Mohrhard
Change-Id: I36ec2e2960072120a064805f171e20703f0508c0
2014-02-15remove more unused codeMarkus Mohrhard
Change-Id: I57c5bc1fd436df4e917d460a31d671e361fd47b3
2014-02-15set transformation matrix as property with fixed sizeMarkus Mohrhard
Change-Id: I3853ea0f6f3b82dc6ea7b402dec58d528b639684
2014-02-15remove unused functionsMarkus Mohrhard
Change-Id: I5e176c705cc373333831e4b833386ed707418d2e
2014-02-15fix OpenGL text renderingMarkus Mohrhard
Change-Id: Ia5dd022d8b79d4276a92bcf741196137d5e9d36e
2014-02-15remove unnecessary stuffMarkus Mohrhard
Change-Id: Ideac5b1bdd86ed8eaf37d8f9554293d965cb8612
2014-02-15-Werror,-WundefTakeshi Abe
Change-Id: I69ddad5ee2763590ae4db97d19cf620bcd102645
2014-02-14sal_Bool->boolNoel Grandin
Change-Id: Ib0f6699e994f5a71603779b8227bf081b71a5dd6
2014-02-14Fix GLEW debug stuff for WindowsStephan Bergmann
Change-Id: I5fd3df862b59a621af1e3f965abc9820dba08c3f
2014-02-14Drop unused #includeTakeshi Abe
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
2014-02-14Include glew.h on OS X for the debug_output stuffTor Lillqvist
Change-Id: Ib40e0d9898fa1cf2c08eba9ae969f9f5a984c830