summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann40-148/+148
Change-Id: I5bc47d62afa9cf43f4f1978e082bba43920eb10d
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann4-7/+7
Change-Id: I97e238df6fc71367b4a17a5da48ed527c5b57666
2015-03-25TyposJulien Nabet1-3/+3
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
2015-03-23TyposJulien Nabet2-2/+2
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
2015-03-23loplugin:constantfunction: chart2Noel Grandin18-84/+12
Change-Id: I2ec1eaf9faa23779fbdf53771dbba1936c6aa3f9
2015-03-20fix y-axis position on x-axis handlingMarkus Mohrhard1-1/+1
Change-Id: I870541c44babdcdbf3c4ca3da6da624d7850b0e2
2015-03-20someone did not understand c++Markus Mohrhard1-4/+0
Change-Id: I39de4c5a2abb1cc414dd5ff6610269c510da8e85
2015-03-20fix typoMarkus Mohrhard3-4/+4
Change-Id: I6f70a7abc6a468011ca72fd222741768b9c1bb8d
2015-03-20remove whitespaceMarkus Mohrhard1-1/+0
Change-Id: Ib818d255c01ba47592e50a12d3adf5868b897960
2015-03-20no need for explicit thisMarkus Mohrhard1-2/+2
Change-Id: I1abefe731eec68ad6f0952cc99cdc69c42e308e3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin4-24/+24
of which there are several. There are some issues here I am unsure of - the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids Perhaps I should change them to use the common values and create new enum values where necessary? - the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff numeric values to the underlying code, but perhaps further fixing is necessary? Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
2015-03-16add test for fixed dispBlanksAs OOXML importMarkus Mohrhard3-0/+33
Change-Id: I096e235560c81ef4c55cf14ead3544b977916c20
2015-03-16add tests for autoTitleDel flag default value fixesMarkus Mohrhard3-0/+31
Change-Id: I9860142f2da9c19f52f3a8a2be6ec851bdf81b6e
2015-03-13Typo: taget->targetJulien Nabet1-1/+1
Change-Id: Id46e36734a3ef6eccfb59d69d87eb48bb86ac2fd
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann4-4/+16
...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
2015-03-13V803 decreased performance postfix incrementMichael Stahl2-2/+3
These are pretty silly anyway, but apparently it complains even about integer variables which make this rather a waste of time. Change-Id: I15e847d33d5decd2adcab04e4f1567d3997d28a2
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre2-9/+6
Change-Id: I5bd18b1a93f7197121eb42f6b82d2d8d87e7671f Reviewed-on: https://gerrit.libreoffice.org/14843 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2-4/+6
Rename the virtual function, and add a new non-virtual Commit() to do that. Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara3-17/+8
Change-Id: I7783d96e40de7a8df794f143d2c7830bf3314218
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande3-15/+15
Change-Id: Idef9dd55eb1719eaf592bc4a86440cbd5aa4fb32 Reviewed-on: https://gerrit.libreoffice.org/14781 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-03-09V801: Decreased performanceCaolán McNamara4-18/+18
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna1-1/+1
aHdl is an SdrHdlList, so reading aHdl.GetHdl() as "get the handle of the handle" was confusing. Change-Id: Ib21fa74cc1daa4b6d2034f07715147a8fb0cf934 Reviewed-on: https://gerrit.libreoffice.org/14779 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-03-06V801: Decreased performanceCaolán McNamara6-22/+22
Change-Id: I97c7977fdfea57b5d1c45ce0c5902b74cc719db9
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
2015-03-06idle includes and enum useJennifer Liebel2-1/+2
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
2015-03-04V813: Decreased performanceCaolán McNamara9-40/+42
Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655
2015-03-02TyposJulien Nabet1-1/+1
Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec
2015-03-02remove executable bit from rtf / xlsx filesMichael Stahl1-0/+0
Change-Id: I72d494d82b5f3c06d04c732165775caa4bc819d2
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl5-0/+0
Change-Id: I90d7788208fb86c8aea36c4944ca11d881f11720
2015-03-02cppcheck: Variable is assigned a value that is never usedNoel Grandin1-2/+1
Change-Id: Iab6eaf148af6219a7c60af23c56ee088f6438a63
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl3-6/+0
The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-9/+9
.. in favour of just using the underlying constants from css::util::NumberFormat Change-Id: I0c6b128b66c91b268f5ae300f9c17c7792df5e99
2015-02-24Typo: curently->currentlyJulien Nabet1-1/+1
Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-1/+1
Create 4 new formats enums rtl_math_StringFormat: rtl_math_StringFormat_E1, rtl_math_StringFormat_E2, rtl_math_StringFormat_G1, rtl_math_StringFormat_G2 to 1 or 2 digits in exponent for scientific notation. Set General format to use rtl_math_StringFormat_E2. Set trendline equation in status bar to use rtl_math_StringFormat_E1 Change-Id: I41466a6d4ba808ba5b9b38ba252b37c6b4560f12 Reviewed-on: https://gerrit.libreoffice.org/14562 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-02-21TyposJulien Nabet1-1/+1
Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5
2015-02-19Missing constructorStephan Bergmann2-1/+10
...the implementation in ChartView.cxx oddly got removed from <https://gerrit.libreoffice.org/#/c/14431/1> to <https://gerrit.libreoffice.org/#/c/14431/2>, but the declaration in chartcore.component was missing from the start Change-Id: I71699ee74278f7e419eca63c5784b46efc42d96b
2015-02-19Clean upStephan Bergmann2-37/+0
Change-Id: Id91be8ec8a97d8fad398d798cd2a9b77773a39e2
2015-02-19add test for tdf#89454Markus Mohrhard2-0/+19
Change-Id: Iefb52f6fa77cf90955dbb47c1b9ca7ab699a43eb
2015-02-18TyposJulien Nabet1-1/+1
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
2015-02-18add test for missing chart area style fill import, tdf#89451Markus Mohrhard2-0/+19
Change-Id: I052838eaf4134a72feb067fc2a1355fabcafe11f
2015-02-18Missing dependencyStephan Bergmann1-0/+3
Change-Id: I4b66f7e549fe318f61b5ec8127ca073b2eb19ed3
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan4-11/+9
Fixed some cppcheck defects Change-Id: I25fd6aba9d76df98d20b9a1bb4c9d3c1bf6f84bb Reviewed-on: https://gerrit.libreoffice.org/14487 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-17update chart xshape reference filesMarkus Mohrhard2-73/+73
Change-Id: I499595df25f9a36eb1326cb5374db0541bd42ee4 Reviewed-on: https://gerrit.libreoffice.org/14514 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-02-13Add an overlooked constructor to chartcore.component.Jan Holesovsky2-1/+8
com.sun.star.comp.chart2.report.XMLFilter was pointing to com.sun.star.comp.chart2.XMLFilter by mistake. Change-Id: Ia3c96cc98a4f81f2bb918200dc39eae1dbafdb58
2015-02-13loplugin:literaltoboolconversionStephan Bergmann1-1/+1
Change-Id: I077c8cf0a7f04d5eb926ec55136b25eb9db7a245
2015-02-12tdf#84514: don't hide grid along with checkbox if not neededKatarina Behrens2-1/+7
Regression from .ui migration, which unconditionally (and wrongly) hides the grid with radiobuttons. Do what the old code did - hide the whole frame iff the grid ain't visible. Change-Id: Ia9dc8b166f4031b4c07fbb1969908d314cc3456c
2015-02-12Blind attempt to fix the Windows build.Jan Holesovsky1-1/+1
Change-Id: Iac7b066e3af311f71bbcff7ac418fd3b5e94dff2
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir38-577/+400
Change-Id: I72227b45f305734060a669275044f6f9c8859bc5
2015-02-12But then again, no need to go via UNO here anyway (cf. previous commit)Stephan Bergmann2-12/+9
Change-Id: I2e5015b9c360fadb6747b5e2e0bd0a62b252312d