summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-07tdf#43157: convert javaunohelper from OSL_ASSERT to assertChris Sherlock1-2/+2
Change-Id: Ia000b8e1406954cc9c65a9c4e2ad25f656db0dbd
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock13-43/+43
Change-Id: I7d1b2748a4f4afd873ee4d65d153c76b249507dd
2017-05-07tdf#43157: convert stoc tests from OSL_ASSERT to assertChris Sherlock7-74/+78
Change-Id: Ibe34f5c62897d753150d7e302767126980a17552
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock7-23/+23
Change-Id: Ie06633dd6a49ed9fc51dfb5e6066529020dcf268
2017-05-07tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock2-2/+2
Change-Id: I2eb634ed3f5403df910371631f42219a9f8744eb
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock12-49/+49
Change-Id: I56d49e1ce9f1c070fedcabb8f1637d17dee1083b
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock12-66/+66
Change-Id: I32684aaf33a798484d68bb8c3689cae542a8d608
2017-05-07tdf#43157: convert cppu's LogBridge from OSL_ASSERT to assertChris Sherlock1-4/+4
Change-Id: I8c377e716df65ca272ed4d4c1038260c68b6c30e
2017-05-07tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assertChris Sherlock1-7/+7
Change-Id: Ia55de2424b6e42a4377e7f5c06387aec79a59ec4
2017-05-07tdf#43157: convert cppu's threadpool from OSL_ASSERT to assertChris Sherlock5-20/+20
Change-Id: Id9cb46db0dd6f635014982ce958804dd0f02dd83
2017-05-07tdf#43157: convert salhelper from OSL_ASSERT to assertChris Sherlock3-10/+11
Change-Id: Ibbb8cf124b79626e89938a79f40f8ee714af8e86
2017-05-07tdf#43157: convert store from OSL_ASSERT to assertChris Sherlock2-3/+3
Change-Id: I7500a0021b33a50ca2e73220b2f8fa2f5ac16e22
2017-05-07tdf#43157: convert basegfx from OSL_ASSERT to assertChris Sherlock1-1/+1
Change-Id: Ieabb52d9d0aa3b9c81e1642cd64bddea897ed53a
2017-05-07tdf#43157: convert unotest from OSL_ASSERT to assertChris Sherlock1-1/+1
Change-Id: I4fa580adfe9cc9a49824c5a4ef0f37c46b71a98d
2017-05-07tdf#43157: convert chart2 view source from OSL_ASSERT to assertChris Sherlock4-11/+11
Change-Id: I1f4e5b0e90778697f9acf77f34206eb6dabebd71
2017-05-07tdf#43157: convert chart2 model source from OSL_ASSERT to assertChris Sherlock15-29/+29
Change-Id: Id426cf71bfa63a202979e6bd3fa230cabeeb4dcc
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock26-65/+65
Change-Id: I184c2c0ed74b6a94eb2366c35daf9ed386fbc36f
2017-05-07tdf#43157: convert chart2 tools source from OSL_ASSERT to assertChris Sherlock13-33/+33
Change-Id: Ib55bb437ff7228d12fa2b6c37fb71242f3a136b4
2017-05-07tdf#43157 - registry: convert from OSL_ASSERT to assertChris Sherlock1-3/+3
Change-Id: I10c3f9d26c3faf6bd2c47493dd83c3ee744dc711
2017-05-07osl: small fixes to file.h initial commentChris Sherlock1-38/+38
Change-Id: I51eeed1a9afc392c33e60d5cad784136adf28384
2017-05-07osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock2-92/+11
Change-Id: I4941e02b011b8e630b00d8a14703651d1f956563
2017-05-06coverity#1403665 Unrecoverable parse warningCaolán McNamara1-0/+3
Change-Id: Ia4e6f856dc37a2398c5bba58e77261e5e12d3c9c Reviewed-on: https://gerrit.libreoffice.org/37317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-06Updated coreMarco A.G.Pinto1-0/+0
Project: dictionaries 599494ebd79eb9261049a91e2cf11c1294aa8184 GB dictionary update (2017-05-01) Updated the Dictionaries: - British (Marco A.G.Pinto)* * British has 431 new words (2017-04-01) + 271 new words (2017-05-01). Change-Id: Ia24feac848870e4149d7fa22688062ebe3f3f9c8 Reviewed-on: https://gerrit.libreoffice.org/37073 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock2-68/+8
Change-Id: I9609306dfe70595e67ee6100ce236e849e7a3eca
2017-05-06OUStrings: constify, reduce temporaries and scopeMatteo Casalin2-42/+33
Change-Id: I8b5fdf6c36908704dfc90cd77d4f258373354042
2017-05-06Avoid 'else' after 'return'Matteo Casalin1-7/+7
Change-Id: I38daa42f0f764e05c8894f26faad14e947ee77ef
2017-05-06OUStrings: constify and reduce temporariesMatteo Casalin3-9/+8
Change-Id: Id1db5c17a346916a326529b750d2ff0a765af5da
2017-05-06Simplify sdr::properties::ItemChangeBroadcasterMatteo Casalin2-41/+11
Change-Id: Ie731294b6490165cf208335e7ec404a35f8a6a95
2017-05-06ofz avoid oomCaolán McNamara1-1/+9
Change-Id: Ibfa71bc898ff97c2a50528c8396b1d17dcbf30b7
2017-05-06coverity#1403661 try to silence 'Mixing enum types'Caolán McNamara2-2/+6
and coverity#1403660 Mixing enum types Change-Id: I5b47384747e24139ac0531e5e373c4f88f30ea81
2017-05-06coverity#1405890 Unchecked dynamic_castCaolán McNamara3-6/+6
Change-Id: Ib17e612d8d9b9e9fb712f3fdb4dba24d583a6dba
2017-05-06coverity#1405891..1405898: MISSING_COMMAJulien Nabet1-8/+8
Change-Id: I481fd6fedf4df6ecbd1b9ae1651f95278fdb3b80 Reviewed-on: https://gerrit.libreoffice.org/37313 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-06EMF Replace magic numbers of pen and brush objectsBartosz Kosiorek3-27/+58
Change-Id: Ia3b6208b3d42b46fbdc9d61bbdea1c790aaf3ba0 Reviewed-on: https://gerrit.libreoffice.org/37268 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-05-06Plausible fix for timezone offset issue in Repair Document.Michael Meeks1-0/+1
Change-Id: Ic1dabb2c2330e0a74a75d75140b0c598555a0d53 Reviewed-on: https://gerrit.libreoffice.org/37301 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2017-05-06tdf#107652: Crash relation Design windowJulien Nabet1-0/+1
Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=057cde3f8aedc48401bfe864a5b03ef29dd8b641 "convert join table view menu to .ui" Change-Id: I6703f7b9b24b67dab87f0b64351d75b3051b5379 Reviewed-on: https://gerrit.libreoffice.org/37314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-05-06Typo: attibute(s)->attribute(s)Julien Nabet1-1/+1
Change-Id: Ief134396d3144257e64832cad2590db5d477447a Reviewed-on: https://gerrit.libreoffice.org/37312 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-05-06tdf#86001: Pass on the language info from the cell to the engine.Kohei Yoshida2-6/+25
So that it can be used to set the correct language to use to check spelling (or disable it altogether). Change-Id: I4fddd9a7e08ab55476566db98476794b2fc1eb13 Reviewed-on: https://gerrit.libreoffice.org/37307 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2017-05-06ParaPortionList::SafeGetObject: remove SAL_WARN_IF, called on purposeEike Rathke1-4/+0
Gazillions of warnings leading nowhere.. all calling places now should handle this gracefully. Change-Id: I74b6dacb5a4a5adb9af73aa1adeee2c5b2a9323a
2017-05-06DateTime::GetWin32FileDateTime: FILETIME is uint64Eike Rathke1-8/+15
Truncate to 0 at 1601-01-01 See source code comment for pointers and reasoning. Change-Id: Iea961e0c0302f4f48a0ddbdd23036cbbbf53c00f
2017-05-05Fix typosAndrea Gelmini46-50/+50
To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 and f12096272e684ddcd8ffa4e34dcb0a680cc594c2 Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03 Reviewed-on: https://gerrit.libreoffice.org/37199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-05-05sw: fix invalid downcast in sw::UndoManager::Repeat()Michael Stahl1-1/+9
(regression from 64ea8306b0ceb001132ac9cbc945a12afc01b8cd) Change-Id: Ie5343b9911feea329fc176f0abe31edc9e68a33e
2017-05-05DateTime::CreateFromWin32FileDateTime: FILETIME is uint64Eike Rathke1-30/+21
Called with a (stray value read from file?) sometimes absurdly high value treated as an int64 negative value which the algorithm couldn't cope with, resulting in weird DateTime ctor arguments that now assert. Changed to uint64 and replaced calculation with Date::operator+=(long) Change-Id: Ia8dbc10c4c633208730fce583e43afd828e7546f
2017-05-05tdf#104407 writerfilter: fix crash with null xRangePropertiesMichael Stahl1-5/+7
The m_xStartingRange is null at this point for whatever reason, and the block immediately above this one already checks xRangeProperties, so let's just do the same here. (Also IsNewDoc(), where the logic between PageDescName and PageNumberOffset presumably shouldn't differ?). (started to crash with abaf6bde4ee91c628bd55a7ec2e876a5d0ecff6e as previously that code was unreachable in RTF import) Change-Id: I20539c3a753ecea357e556ea556c3c26983ce1d1
2017-05-05tdf#106525: fix date importMike Kaganski1-1/+2
Change-Id: I81c1cc58b0201412f650854fa9ebf920b4df68bd Reviewed-on: https://gerrit.libreoffice.org/37302 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-05-05tdf#107649: add TrySystemCredentialsFirst config optionMike Kaganski2-5/+19
This will allow automatically try system credentials for any URI (including unknown) before displaying dialogs. This is intended for corporate enviromnents. Default value of this option is false, keeping current behavior. Change-Id: I96cb18e089134325e1f92f1afdef331975000e3b Reviewed-on: https://gerrit.libreoffice.org/37297 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2017-05-05ofz: fix leakCaolán McNamara2-23/+7
Change-Id: I38a3056dc38997a062904c0368a34fdd405715dc Reviewed-on: https://gerrit.libreoffice.org/37282 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-05Updated coreMichael Stahl1-0/+0
Project: dictionaries fd593892c9de0c323abf6e920fe2b7894a15b26f dictionaries: remove malformed line from pl_PL/th_pl_PL_v2.dat Breaks the build with: Unable to read count from "sądzić|stwierdzać|upierać się|(książkowo) utrzymywać|zapewniać|zaręczać" input. Change-Id: I6e1a51258c0e2f3baac21b1f0a8e43b461a7f3a7
2017-05-05connectivity: convert the other OSL_ENSURE to SAL_WARN_IFMichael Stahl2-4/+5
Change-Id: Ie3d84129b73792e1f129d65350bf0e1455b08566
2017-05-05connectivity: replace OSL_ENSURE with assertMichael Stahl1-209/+210
Change-Id: I0a4a16aa5b78383ee23124d7500b9f12e2add8a7
2017-05-05sw: avoid warning duplicate style name of family 101: "Default_20_Style"Michael Stahl1-1/+2
Change-Id: If0c0ae10d56b0153b4686b9c8ec66adc52c42c72