summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20std::auto_ptr is deprecated.Kohei Yoshida1-24/+11
For this usage, boost::shared_ptr is probably an appropriate replacement. Change-Id: I89bea80d330f362e60af4ce66a23316d0029e0d8
2012-09-20Unused local variable.Kohei Yoshida1-4/+0
Change-Id: I67fea6c4749b2c69868132bacd761e90933ed84b
2012-09-20More cosmetic cleanups.Kohei Yoshida1-21/+13
Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1
2012-09-20Some code cleanups...Kohei Yoshida2-12/+14
Change-Id: I9b771bb9b57ba107e6dadb7cf85d44815f487261
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
Change-Id: Ia6a14d2365fe0a31892517387035e4ebec1f25eb
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+2
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-3/+0
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-7/+3
Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann9-20/+3
Change-Id: I273139d60a9940a009d6917439fe10783db1ac0d
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-1/+2
Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin1-4/+2
Change-Id: I19015d3e3e9aa6e4b3b4bb011183c73ab00365ca
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin1-15/+10
Change-Id: I7bdf16fc6d042e5ecd404c604a8b7c31c1ac7bc1
2012-08-24Highlight X errorbars data range when a chart is selected.Rafael Dominguez1-0/+12
Change-Id: I90b4f71fb74da59c6c578ccd0e9b62f14620d4e6
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-0/+4
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15Working version of XShapeDumperArtur Dorda1-0/+100
Change-Id: I4f4d37abdb1865d0bc05f01518d854872235121f
2012-08-14fdo#51695 Check for TextformatJoseph Brown1-30/+23
Numbers shouldn't be in NUMBERFORMAT_TEXT, but it can happen. When it does, IsNumberFormat call fails even when a number is entered. Also reordered other check logic and removed unused code. 1st2be@gmail.com -- Joseph Brown Change-Id: Icabd8b33b634c324302a970e137f8d74a2c20caf
2012-08-11Remove unused local varsJulien Nabet1-1/+0
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
2012-08-06chart2: merge component files for new chartcore libraryMichael Stahl5-113/+83
Change-Id: Id7cc969d854a98e9bd32fd396eb82ae92a06ba80
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks6-362/+232
2012-07-30Typo ressource -> resourceStephan Bergmann6-19/+19
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-18re-base on ALv2 code. Includes:Michael Meeks309-6865/+4440
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann4-6/+0
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-10/+10
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-14simplify include guardsThomas Arnhold2-2/+2
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold5-15/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-13also remove the libxml2 include from chart2Markus Mohrhard1-4/+0
all xml related dumper code is now in drawinglayer/source/dumper and no longer in chart2 Change-Id: I4197774c0ef62606e8f32e47e3fbda0a0de32ae0
2012-07-13no need for libxml2 in chartview anymoreMarkus Mohrhard1-4/+0
Change-Id: I850b25843fa602269148b9097075bdfd7410086a
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard3-149/+1137
2012-07-12adapt chart regression test to new dumper codeMarkus Mohrhard1-39/+1129
Change-Id: Ia84f85062a254fd6434783f6ee323f27835ae8df
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda1-99/+0
Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
2012-07-12Working version of XShapeDumperArtur Dorda2-15/+9
Change-Id: I4f4d37abdb1865d0bc05f01518d854872235121f
2012-07-12Unfinished dumper codeArtur Dorda1-1/+4
Change-Id: I353c93498c2e0cc8fd4450f0348dfceedb763b51
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)1-1/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold2-4/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-2/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks4-16/+4
2012-07-02removed unnecessary forward declarations of classTakeshi Abe13-41/+0
this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
2012-07-02Remove unused definesThomas Arnhold1-1/+0
Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
2012-06-30Some cppcheck cleaningJulien Nabet2-2/+2
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
2012-06-29Remove include guardsThomas Arnhold5-14/+1
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove UNO includes commentsThomas Arnhold4-8/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27Remove unused include filesThomas Arnhold2-120/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold3-5/+1
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-25remove some annoying XubStringsCaolán McNamara1-1/+1
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
2012-06-25hrc cleanup: Remove two outdated filesThomas Arnhold20-247/+0
All definitions in SchSlotIds.hxx are unused, so remove it. Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-1/+0
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97