summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-15More icons for SifrNorah A. Abanumay
Change-Id: I36bd598190f2e4e11d00033ea35db24cedc2e639
2013-12-15Add a commentTor Lillqvist
Change-Id: I01ec957bd4b10e26075e311593cec36487eee4bc
2013-12-15Fix comparison between signed/unsignedMatteo Casalin
Change-Id: I0d969ebd523bd20fc36bd8ae63617f2d5a162fe3
2013-12-15New icons for Sifr themeNorah A. Abanumay
Change-Id: Ife87728cdcd526e1375a667dfa860ee83a60e28f
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin
Change-Id: Ibbca8e2d2a4742247648a611337bd8a75db7ee2f
2013-12-15Fix static linkage and use SAL_N_ELEMENTSMatteo Casalin
Change-Id: Iced21e010b3c06a5f36731f63d41ab55a5c8a2e4
2013-12-15xub_StrLen to sal_Int32 with minor optimizationsMatteo Casalin
Change-Id: I111e7c84e003b2bd4599824e42215066c4726023
2013-12-14RegressionCurveCalculator & co - com::sun::star -> cssTomaž Vajngerl
Change-Id: I7cbf11009b5d7dbe2464288e696a1fcb1f3de3a0
2013-12-14Make RegressionCurveHelper more readable (com::sun::star -> css)Tomaž Vajngerl
Change-Id: I9b9e63a81bf5002413d18267b1000230f9ca7cdd
2013-12-14Let's apply the same for theseJulien Nabet
Change-Id: Icd0f4ecee7d3d633f7a41e479729688829b4cf9d
2013-12-14we can enable the tests againMarkus Mohrhard
Change-Id: Id606b832a05c240fc8326849bff97bb4fe7bc906
2013-12-14fix chart export tests correctlyMarkus Mohrhard
we have a static counter that increments chart export file names. So only the first exported file gets the file name chart1.xml and all the following charts are incremented by one even if they are in a different file. Change-Id: Iceaecb554bcb8d134eef7f7e3b11564a68794517
2013-12-14utl::TempFile should not be copiedMarkus Mohrhard
Change-Id: I35d0c96d52b490ef70a0238e715d874f0ecd1012
2013-12-14silence cppcheckMarkus Mohrhard
Change-Id: Iea597af9335aa6314a9465ec61cbaae9867a4cf4
2013-12-14fdo#40316 Remove SpinButton in UI for extrapolate trendlineLaurent Balland-Poirier
UI Trendline: Spinbutton are not adapted for real value of x-values used in extrapolate For/Back-ward. Replaced with FormattedFiled like Intercept value Change-Id: Idc49f842a0f76906eb3c027e15a493e625c3d535 Reviewed-on: https://gerrit.libreoffice.org/7067 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-14odbc DBMetaData: NULL pattern equivalent to "%", not "%foo"Lionel Elie Mamane
Change-Id: Ief475a1bf6e65b4786e8ee9c025b204f143a30e0
2013-12-14Fix fallout from 6265876ae9f1bb862440182d2d2c9b9b5b322668Tor Lillqvist
Change-Id: I62023c594d2cb2d4bf76459a9c1caaa5060c4b49
2013-12-14iOS tiled rendering workTor Lillqvist
Possibly quite broken intermediate commit. But anyway, now it is possible to render the tile diretly to a CGContext. Can be seen in the MobileLibreOffice app when build in the Debug_tile_tester configuration. See touch_lo_draw_tile() in viewsh.cxx. Unfortunately the old plain LibreOffice test app is now broken, though, and displays nothing at all. This refactoring and hacking in vcl was done in a quite ugly fashion, with ifdefs etc. But trust me, I did try, several times, for many days, to get where I wanted in an elegant and clean fashion. But doing it cleanly meant not being able to actually build it for days while trying to figure ut which bits go where and which class should be split into what base and derived class(es), and it was too much for my limited brain capacity. I just couldn't juggle all the vcl class structure in my head, especially as I don't have any good understanding of the general design of it all. Change-Id: Ia59d6a9cce15a63e63f94e8d8574bef21993fb1f
2013-12-14cppcheck: reduce scopeJulien Nabet
Change-Id: I93153e066f136d977c3d5ea12da174bd26975e27
2013-12-14cppcheck: same expression, should check aPageOffset.X and aPageOffset.YJulien Nabet
Change-Id: Ibec07fba0b2070a4dea7fd0008d7e5fd0af906d7
2013-12-14OupsJulien Nabet
Change-Id: I0e812a08fbd3bb1f16b8c5b2860343a5e5235f71
2013-12-14cppcheck: fix same expression, no need to cast twiceJulien Nabet
Change-Id: I08a68071db45ee79491558dd88e723dcdf0d24d5
2013-12-14cppcheck: fix same expressionJulien Nabet
!pSchemaPat->isEmpty() checked twice where line before we test if aPKQ is empty so it seemed quite logical to test aPKO here Change-Id: I79d7ec89f7ae67520492bbd4121a4a86918f2fbf
2013-12-13sw: add some more obviously missing mutex guardsMichael Stahl
... to methods added in 76c549eb01dcb7b5bf28a271ce00e386f3d388ba Change-Id: I32101ec882420babb394af6db5cd56d1035acf4a
2013-12-13fdo#72697 actually write this only in ODF 1.2 extendedEike Rathke
Change-Id: I32097cc4b8a67615b0b6d6172cafd0edad7469b6
2013-12-13cppcheck: fix rTwo.GetPoolHlpFileId() == rTwo.GetPoolHlpFileId()Julien Nabet
Change-Id: I2af19d62bb14af52ce8c2fc6b5d65ad97d910a6d
2013-12-13cppcheck: fix same expression, check once !mxTable.is()Julien Nabet
Change-Id: Ie12146f3c2f18c5ec9a49a666f327772493fcf03
2013-12-13cppcheck: fix same expression, ')' = 29 not 28 in ascii'Julien Nabet
Change-Id: I90e22a5532f59b190c59d267256b5e889e82da74
2013-12-13cppcheck: Possible inefficient checkingJulien Nabet
Change-Id: I0d9f1eadb6dc863f1e5606ef2d166881e6cf6c0a
2013-12-13cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: Ibc34750a0f9b5a36c8fa0743e9ac88482ccfecc4
2013-12-13fdo#72697 write <loext:sender-initials>Eike Rathke
Change-Id: I032bd79aa3ab73889a3ca723fba56ec371a28231
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke
... of to-be <text:sender-initials> Change-Id: Ia601c0debc5d66682aa92e14fb063395f9f48ab5
2013-12-13disable tests for nowMarkus Mohrhard
Change-Id: I4f71d05bdfa1e7668bb1410c4b0a735a9c451d89
2013-12-13sw: SwAccessibleDocument: fix crashesMichael Stahl
Add missing SolarMutexGuards and also GetMap() may be 0 if it's disposed. (regression from 76c549eb01dcb7b5bf28a271ce00e386f3d388ba) Change-Id: I65312098e3d4cc6f686c3fc9e05dc8a6c4da34ce
2013-12-13writerfilter: remove unused WW8StreamMiklos Vajna
Change-Id: I375b4768bc4474f78f6857176c8b77856609aeaa
2013-12-13writerfilter: remove unused WW8CpAndFcMiklos Vajna
Change-Id: I3e56a41c6fe5fab3e16d8e09a5404d83f5477738
2013-12-13writerfilter: remove unused WW8FKPMiklos Vajna
Change-Id: I3ba91a01b7d2acc23ae0d67ba776eb79b0280414
2013-12-13writerfilter: remove unused resourcesimplMiklos Vajna
Change-Id: I7120333562d926f9d535d265d2caf8c5a95cc558
2013-12-13there is no need to expose an ScColumn*, and always check for validityEike Rathke
Change-Id: Id7f4f180083ec61a98cc93dd7c41b66cbac28953
2013-12-13how about style?Eike Rathke
Change-Id: I2b53f87f0bf0838c0ef61c3b31408643ae4a0fc3
2013-12-13we do have ValidCol(), so use itEike Rathke
Change-Id: I50d39f7022edcf851f299fc3589e43bf95f682b5
2013-12-13handle invalid xml files in orcus, fdo#63844Markus Mohrhard
Change-Id: I82fff6ab89acece0e46c92bfca2c7faf967639b8
2013-12-13also export hiLowLines for lineChartMarkus Mohrhard
Change-Id: I7b96fcb1e537517a80de87d997818d372d03f74a
2013-12-13fix an OOXML validation error with the last patchMarkus Mohrhard
Change-Id: I1aa1b2675a23b124666fce25807ddf65dfdcb8d5
2013-12-13fdo#72345: Fixed for Charts - Up Down Bars are missing after Round tripYogeshBharate
UpDownBars missing after Roundtrip in case of LineChart. Change-Id: Ia3e574aefb9436a2f5b2b88e8824625d09d35c38
2013-12-13improve the error reportingMarkus Mohrhard
Change-Id: I9a1deacea6499bc0b15e3d9d1a375af299ecf493
2013-12-13Remove leftover uncommented commentTor Lillqvist
Change-Id: I5872f884ccc113512d6b5097989aafac6d39b209
2013-12-13fixes for previous commitMarkus Mohrhard
Change-Id: Ic4f2d36ce901b88b47b43fdebba197daf8bd0373
2013-12-13Added OOXML Unit Test framework for Chart module for export.Pallavi Jadhav
- Referred functions from sw module. Change-Id: I3ae90d40d92de0d67623e73e1676dabcc8a413f6
2013-12-13const as const canEike Rathke
Change-Id: I0610bdee35fb7a36a183a5617115f3277af8e6a8