summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-17coverity#1247617 there is nothing to do if width is 0David Tardon
Change-Id: Iddd877d83d2a3669778282fa8aa9a63dfa850524
2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon
Change-Id: Ib68920fc9bd693d2f2679b4fc27d9956dc42fc86
2014-10-17SwTxtNode::dumpAsXml: handle RES_TXTATR_CHARFMTMiklos Vajna
Change-Id: I29d8eb9ab6d6428f699a92b6cd9d58ed8b3b7e48
2014-10-17Remove some completely unused SID_sStephan Bergmann
Change-Id: I1a259f9af77bbbffc4f0bc85beb7945e3d74ff77
2014-10-17Remove unused SID_s from sfx.sdiStephan Bergmann
...at least, removing them has no effect on the generated workdir/SdiTarget/ *.hxx Change-Id: I0e3fffe27593cfbf5aed267c3f47bc85581954c8
2014-10-17fdo#74441 [Accessiblity] Don't expose 0 for empty cells in CalcNiklas Johansson
At the moment non numercial cells in Calc is exposed to AT tools (screen readers etc) as the value 0. It makes more sence to present the string value of the cell which basically is what a sighted user will see. This small patch should be a good start into making Calc more accessible on Windows. Change-Id: Ide76f2dc044c98f32aa78836049f12f2251522eb Reviewed-on: https://gerrit.libreoffice.org/11996 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-17More fine grained disabling of -Werror for collada headers onlyStephan Bergmann
Change-Id: I4f80d480e6e053038b85f6b26f74abc5921c2f38
2014-10-17-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I8f312a511b383e1f0f7943a210935386869035b1
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann
...by running all of writerfilter through loplugin:nullptr rewriter Change-Id: Ie6ec5dd989dc2035ccd10941bc38e557e128be0f
2014-10-17cid#1247650 Uninitialized scalar fieldNoel Grandin
Change-Id: I74e1a02602fd5d86790e3c0e71d6a8649fa0aa05
2014-10-17fdo#60664 HIG fixes for Thesaurus dialogAdolfo Jayme Barrientos
* Disable manual resizing * Standardize column width to 12 * Reduce a widget’s size request a little * Add missing colons to labels that precede controls (fdo#78826) * Unrelated tweaks to the XML are courtesy of Glade. Change-Id: I6d746b909adebde284e1848417373dd8b06e75fe Reviewed-on: https://gerrit.libreoffice.org/11992 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-17DOCX import: parse <w:spacing>'s w:before/afterLines attributeMiklos Vajna
Change-Id: I63b3afda5e8915b562de51aa31e420c135f919ba
2014-10-17Revert "fdo#67627 Clicking on icons of the sidebar should both open and ↵Samuel Mehrbrodt
close Decks" This caused a regression, see fdo#84351 This reverts commit 04e96b6d6eb55b9ff2a6ec9c4ce52260e33df121.
2014-10-17Increase assert coverage of OUStringBuffer argumentsMatthew J. Francis
Only covers arguments that can be validated with a simple comparison, and does not attempt validation of arguments which would require calculation of the length of a string inline Change-Id: I8a29c8743b47efe3dd45897a1f1371191a5ddb62 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-10-17writerfilter: Fix various Clang warningsStephan Bergmann
Change-Id: I733bcf8e02e659ef18ee9c2be4ad4e9f107fe7c6
2014-10-17drop unneeded patchesDavid Tardon
Change-Id: I67314a12717ada0bdb49d9578821abf66fb41302
2014-10-17error: use of undeclared identifier 'sResult'Miklos Vajna
Change-Id: I80f71b16896cd028c9b5d60b243fc5cd825d3c23
2014-10-17java: should throw this exceptionNoel Grandin
Change-Id: I0da1b5cda0ecf20d3566413864a45a49bbcb2a2d
2014-10-17java: dodgy &= operationNoel Grandin
Change-Id: Ia909797e08948a8ad0e6f536ce2af57880dc13ef
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
Change-Id: I8a2a264597d0b1ae06b08136fea36003682380b5
2014-10-17java: final fields that can be staticNoel Grandin
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
Change-Id: I5ef45b971d24dde814ab8cbb2e9503d9da4f0d73
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
As it's used in the tokenizers as well. Change-Id: I7a78cad0414c724f33b50315a45a5ff2c941f4db
2014-10-17fix incremental buildMiklos Vajna
Change-Id: I28dd6c72c665abd95be6d14dc629296850e03e1d
2014-10-16fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida
Change-Id: Ib9a8ae04733c5bcb982ef4d337112eb8249d0ee0
2014-10-16fdo#73080: Write another test case for single cell reference cases.Kohei Yoshida
Change-Id: I8dff6850c7088b483d1ad669867da6cef454d9a2
2014-10-16fdo#85050 - MENU: change related menu items shouldnt be separated find itemsYousuf Philips
Change-Id: I5921cbeadbfb6fdfd6e4a89e39a616d25954bc51 Reviewed-on: https://gerrit.libreoffice.org/11984 Reviewed-by: Cor Nouws <oolst@nouenoff.nl> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-16writerfilter: make dmapper logging a runtime decision, not a buildtime oneMiklos Vajna
It's still only enabled in debug builds, but it now requires an environment variable, not rebuilding with dbglevel=2. Change-Id: I970c7bfe0b3f547429ef37f37406a095a60c34ff
2014-10-16file libmwaw-0.3.so.3.0.1 does not exist in the tarballMiklos Vajna
Change-Id: I6b1592af199fcd79ac16827332014ea703a48a1e
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
Fraction used BigInt internally for computations, rational does nothing like that. Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5
2014-10-16add test files for new formats in libmwawDavid Tardon
Change-Id: Ic72ccb701ad42107ff35a28df1328fe7139bcb1b
2014-10-16Update to last libmwaw versionosnola
+ add filters for MacDraw, MacDraw II and RagTime (v2-3 for Mac) Change-Id: If84abff1baa75f9bfa951039781575b6a8648a84
2014-10-16Related: fdo#84676 try to give floating windows their original stylebitsCaolán McNamara
as they were before becoming .ui components to see if that makes a difference here Change-Id: I1699e19f14b18579f6b8c973d64f069b206b7cb8
2014-10-16Resolves fdo#84961: zh_CN date separator should be "/" rather than "/"Julien Nabet
Thanks to the patch from Kevin Suo, see https://bugs.freedesktop.org/attachment.cgi?id=107768 Signed-off-by: Eike Rathke <erack@redhat.com> With additional change to the DateAcceptancePattern. Change-Id: I80695028d51c6b91e9e9418e2d1ce33d76d23893 Reviewed-on: https://gerrit.libreoffice.org/11958 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
Change-Id: I34ce000c48d2d79bfec854c8dd55d12f2bee29c7
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
Change-Id: I14666493e72da177fcfff1895ef3206f0e13cc01
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
Change-Id: Idfca83a2a646acab90886c0ef9c30dd7d2fc8b53
2014-10-16java: when overriding finalize(), keep it protectedNoel Grandin
Change-Id: I44456b3244f2190e33a7333c13492eea52bb06e4
2014-10-16java: confusing literalNoel Grandin
Change-Id: Ia08b25e1a02c2e86f176e84790bb9f3dc81e11e6
2014-10-16xmerge: use String.formatRobert Antoni Buj i Gelonch
http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html#format(java.lang.String, java.lang.Object...) Change-Id: I98b7fca9dee870c9a1d0f9842cbb009a13537967 Reviewed-on: https://gerrit.libreoffice.org/11995 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
Change-Id: Id3efeda2fd66173ba2f5662eaacb3629da54573d Reviewed-on: https://gerrit.libreoffice.org/11991 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-16ensure UserData dtors are done while SolarMutex is lockedCaolán McNamara
otherwise I can't even reorder two slides in the slide pane with dbgutil enabled without a SolarMutex assert in RemoveListener (and we have two SolarMutexes here for some reason, one should be enough) Change-Id: If224568f1b90d62c17bde65a896534aa10f8a661
2014-10-16runner: if .. else if .. elseRobert Antoni Buj i Gelonch
Change-Id: If9c07074b60b14d0f4e947754d4bf34e4f2f9676 Reviewed-on: https://gerrit.libreoffice.org/11990 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-16fdo#77716 DOCX import: fix handling of user-defined Standard styleMiklos Vajna
Change-Id: I2cbd9cc0848bfb302bfa0c463a810e7f8231e47b
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky
Change-Id: I67143e604314f5553026c369bbed3fdd683c39a6
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist
Change-Id: I40d03ab9acb67ab72b9047017452f069ce88fd4b
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
Change-Id: Ieae67cbf917cdf4bca2b0d6c1697eddc6137dbe2
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara
Change-Id: Ic70f6f605e13a5c95b504f1bf0322e11313a21e7
2014-10-16Remove more unused idl partsStephan Bergmann
Change-Id: Id78de487b36a1c939dc3a4a5b38ab0b77999478c
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna
Previously code only built if DEBUG_DOMAINMAPPER was exactly defined with OSL_DEBUG_LEVEL was > 1, as they these conditions were used for the same purpose. Change all this dmapper XML dumping code to consistently use DEBUG_DOMAINMAPPER, so later it'll be possible to change when it's defined without breaking the build. Change-Id: I32442cf098162c7d7c9eb7c454094685ab654b74