summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2013-11-01Unit test for Docx Chart Series NameVinaya Mandke
UT to verify that the series labels are imported (or rendered) as in the docx file. Change-Id: I9e4ade7a905dbb894bc163ecec8c333fa6797818 Reviewed-on: https://gerrit.libreoffice.org/6502 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-30Unit tests for Chart Series NameVinaya Mandke
Added UTS to verify the series names (Labels) for chart series for following- * xls, xlsx, ods * odt Change-Id: I4575a2e7ada9d4cf8b3fa708bd313f9d16244f65 Change-Id: Id291b49bf7547ee7264eb7c0751e416d20ca1e54 Reviewed-on: https://gerrit.libreoffice.org/6383 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold
So there is no need to do this locally, too. Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
Change-Id: I166e054926fb975949b3021cbc43b25a222f6198
2013-10-23remove unused header file: servicenames_charttypes.hxxThomas Arnhold
All definitions are unused. Here's the right file: chart2/source/inc/servicenames_charttypes.hxx Change-Id: I61e8e36e0ce7a318e1fbb2a3a2bf92e2d972c1c4
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza
As now ::comphelper::existsValue is not used anymore, we're removing this too. Change-Id: I9bd2544a9c378f5a18746255133f5684867e0114 Reviewed-on: https://gerrit.libreoffice.org/6378 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-23Some clean-upStephan Bergmann
Change-Id: I87cc4a6840090076007d268ae19eb2cfd3408e7c
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
Change-Id: I1c2d95e4c3fb6242dcb4cdb88cf9733471a3412b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
Change-Id: If59d7c75c89a102a573738d15d8593cb8ac5c486
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-15update pchThomas Arnhold
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
2013-10-12Reduce scopeJulien Nabet
Change-Id: Idf01d2c4d151aeba411097b72fdaf88e7c08a347
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-10-04fdo#39674 fix some spellingThomas Arnhold
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
2013-10-02Spell "indices" correctlyTor Lillqvist
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ic2d248d2f200f8d13007c2a8d79801cb1d7ad3d0
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-01convert remnants of String to CHART2 module to OUStringNoel Grandin
Change-Id: I799d7ff1d9e8a72b1e68e53aa7d9ef21a2d299b1
2013-09-30Werror: nMinWidth unusedJulien Nabet
Change-Id: I2fea7be5e59c449b4d17fc30d2d3c1fcc651938d
2013-09-29cppcheck: some cleaningsJulien Nabet
Change-Id: Ie41b33c09d79b40116cc10f7557987860acb55e8
2013-09-29replace more auto_ptr with scoped_ptrMarkus Mohrhard
Change-Id: Ia96fcc857e028c7c14186b9560153e7580e6b4fb
2013-09-29remove unused includeMarkus Mohrhard
Change-Id: I5d2c9bbb45c3a1f058cf3ec0e5a2a255ce83cefe
2013-09-29remove a few more auto_ptrMarkus Mohrhard
Change-Id: I316d5c91bf80ab46f8f29f4986295d48fc4427e7
2013-09-29replace some auto_ptr with boost::scoped_ptr in chart2Markus Mohrhard
Change-Id: I45abfdee2e4a4e51d2066afc867e730008579814
2013-09-29no need for this temporary objectMarkus Mohrhard
Change-Id: I207e8fa781721ed20c306a8c581af1bc03b5d8f2
2013-09-27janitorial: simplify codeLionel Elie Mamane
xStorable is obtained from a XComponent, so use the original instead of requerying a XComponent from the XStorable. Change-Id: Iec5ca6ddcf3eedd193ec04129ba9aa1d13af1d0e
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl
Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba
2013-09-20fix unit test failureCaolán McNamara
Change-Id: Icfed3fca931b2d6129b510b6a35a913e88c80778
2013-09-08chart2: String to OUStringJelle van der Waa
Change-Id: I8abc6a31a46bea404e9d8b0c8777e3400dbf928c Reviewed-on: https://gerrit.libreoffice.org/5865 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-09-07typo fix: absoulte -> absoluteAndras Timar
Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4
2013-09-07CID#1078500: Copy-paste errorJulien Nabet
Change-Id: Ibf553adbfe0b892d920e22d3a74d3433b6d6659a Reviewed-on: https://gerrit.libreoffice.org/5853 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-05update pchThomas Arnhold
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
2013-09-05XubString to OUStringThomas Arnhold
And simplify: SdrMarkView::ImpTakeDescriptionStr SdrUndoObj::GetDescriptionStringForObject ImpTakeDescriptionStr checks for %1 occurence first, this seems to me like an optimization. So I left it in. Change-Id: I2d0ecfdf2b83a9a535bd893578837e549dd691c1
2013-09-05convert include/svx/svdmrkv.hxx from String to OUStringNoel Grandin
Change-Id: I55c26d99c1aec392dc42ebd635914889efcc1786
2013-09-04String to OUStringThomas Arnhold
Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166 Reviewed-on: https://gerrit.libreoffice.org/5790 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04discard unused HIDs nowCaolán McNamara
Change-Id: Ia2009331a2df849ed5ace0c6c5f7f2b8e53e1555
2013-09-04tp_axisLabel.ui widgetsManal Alhassoun
Change-Id: I279d2989e6a3a8f0aa279c5aa8eb13251a6052da Reviewed-on: https://gerrit.libreoffice.org/5801 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-03Don't forget this.Kohei Yoshida
Change-Id: I37cb3e43bc7637ba0b749cb6b6671416e979b86b
2013-09-03std::auto_ptr is deprecated.Kohei Yoshida
Change-Id: I99f619393abc9e2fa7a38a8176084989d063a9ae
2013-09-03Service manager class member not used. Remove it.Kohei Yoshida
Change-Id: I1734fb6aa100f25e317e15f678f7582353283e73
2013-09-03bool cleanup in VDiagram.Kohei Yoshida
m_bPolar no longer used. And I *believe* >>= now supports bool. So no need to use sal_Bool here. Change-Id: I3ae3a22fd7c3a1fa05bba17fa3614dfd4020d336
2013-09-03No point having two separate drawing targets - final target not used.Kohei Yoshida
Let's just keep one target m_xTarget. Change-Id: Ic9b14179a44371bbc667bd5d851b5d3d8d331eb3
2013-09-01titlerotationtabpage.ui widgetsManal Alhassoun
Change-Id: I187ec2b6bbee10820fcea5b770972fc63b2f7117 Reviewed-on: https://gerrit.libreoffice.org/5729 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-30janitorial: indentationLionel Elie Mamane
Change-Id: I3070c0b4fa84090412191415b23e455b9e8d1bbc
2013-08-24commited PolynomialRegressionCurveCalculator2 by accidentTomaž Vajngerl
Change-Id: Icd41c465a96e357dca4e50993c899f9365239d8b
2013-08-24Forgotten one SAL_CALL in AgileDocumentHandlerTomaž Vajngerl
Change-Id: I28ad4fe77c9c8474f4f650e9ea5ab309be307fb5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha insteadJulien Nabet
Change-Id: I74238c164e661f0090e78e5c6107b974834a685b
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev
Change-Id: Id16a2b29b1d6cf02b94cc6c423e2475a9cbeb8a3