summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-18Remove unused XMLNS_XLINKStephan Bergmann2-6/+0
Change-Id: Ibb2831ed71f61461e7f23edd6eea29ba64df05a9
2016-04-18Elide macro used onceStephan Bergmann2-3/+3
Change-Id: Ie0ad7834f54a5bf9cea65b4bb6d7501a90da0f24
2016-04-18Clean up framework/inc/dispatchcommands.hStephan Bergmann3-16/+12
Change-Id: I6a9a8ae34c2f5abafd4192287fb12d4289a761ff
2016-04-18cppcheck: silence known condition warning in sw undobjJochen Nitschke1-1/+1
Change-Id: Iedbb6bbdcdccf4ea44a7ad4d2e11ce630431034f Reviewed-on: https://gerrit.libreoffice.org/24210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-04-18Remove dead ENABLE_COMPONENT_SELF_CHECKStephan Bergmann2-349/+0
There is no sign it got ever used past 4011187ff516846635d4e2c3256dca3eb8c3719f "MWS_SRX644: migrate branch mws_srx644 -> HEAD" at least. Change-Id: Ia98613420a095b326ad26c024ff74f3c62bf4f99
2016-04-18Fix commentStephan Bergmann1-1/+1
...after 9b1307f790c550d91b062cbdf1e3fe41d7e7ea4a "Avoid reserved identifiers" Change-Id: Ieec5e6b46483f557f63fd22855484df5688dd1b4
2016-04-18loplugin:passstuffbyrefStephan Bergmann4-5/+5
Change-Id: Ie10757b8026e0bdf8be40f41bb04bb02334241f3
2016-04-18loplugin:passstuffbyrefStephan Bergmann1-2/+2
Change-Id: Ib4c63e4942acec1b02bac1a5bc387e1931eaae12
2016-04-18loplugin:passstuffbyrefStephan Bergmann1-1/+1
Change-Id: I00ae9a495c69c8394f54c76d61c886229d746579
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
Change-Id: I207203433b6300dda662c2c0b5c1d9e167c1c4c6
2016-04-18Avoid reserved identifiersStephan Bergmann8-33/+33
Change-Id: I8ee75a8ba2ca579cf945a7ef2a9746a2eb13611a
2016-04-18Avoid reserved identifiersStephan Bergmann10-117/+110
Change-Id: Ie20bd7a9b3824ce2208d23ded2eae4959dff7bc4
2016-04-18Elide const varsStephan Bergmann1-14/+6
Change-Id: I859614f65afb783004ca9230d3d4bfc354b5afc5
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
Change-Id: I527143a87c3793dc899ff25a73209e2997116b73
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann13-24/+24
Change-Id: Idcdd35302e60392fae9f63de1828e1a41ab89610
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann12-18/+18
Change-Id: Iee63999e4953a083783cb5c9811640150616472d
2016-04-18Ignore external codeStephan Bergmann1-1/+2
Change-Id: Ie527703e9687a42bfc39439952b9d1a83d7cad24
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
Change-Id: If0194bf8c888bc743b64984f6b655be4fe52aa1b
2016-04-18Avoid reserved identifierStephan Bergmann1-3/+3
Change-Id: I8b85f65e5d3e66aa93e161ce1895547d7d863ca1
2016-04-18Avoid reserved identifierStephan Bergmann1-6/+6
Change-Id: Ic1f02173e268934df2edbbb2ed752b4736c6e959
2016-04-18Avoid reserved identifiersStephan Bergmann16-202/+202
Change-Id: I2b0fe700057fea790e8b5d651770b27f0a553fbf
2016-04-18Elide const varsStephan Bergmann1-5/+2
Change-Id: Iffa2247dab35c82c22dbbcac66150d03974d6b9b
2016-04-18postit dialog is too tallCaolán McNamara2-15/+3
the initial size hack has come unstuck, do it the now-standard way or explicitly setting an initial size in code Change-Id: I89c73e433b1974514fa2a68eb9bd5373142c313a
2016-04-18cppcheck: cstyleCastCaolán McNamara1-2/+2
Change-Id: Id3d126c1e5dc21d683c2717e5e16ca0cd64114a5
2016-04-18cppcheck: unused variablesCaolán McNamara2-3/+3
Change-Id: Ief3d2cd7af2047e49ea026d8a94d7532769a820c
2016-04-18cppcheck: catchExceptionByValueCaolán McNamara1-2/+2
Change-Id: Id8e2fc67a1de4f608188d070f0f536576ad0e69a
2016-04-18cppcheck: noExplicitConstructorCaolán McNamara6-6/+6
Change-Id: Iee9d28c9630a144e4da8e46e58f01a4be99aa961
2016-04-18tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl3-12/+96
Previously the number of textures in a packed texture atlas was not limited. After some time the number of the textures could grow quite a lot, however the first textures could contain very little glyphs that are valid. In this commit we add a new method ReduceTextureNumber which when called, reduces the number of textures that are tracked by the texutre atlas to the specified input number, and returnes the texture IDs that were removed so the caller can now clean-up any invalid (OpenGLTexutre) objects. Change-Id: I7790e8dddb4586167f860e0ecc81bda1f4dae21a Reviewed-on: https://gerrit.libreoffice.org/24209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-04-18reactivate ICU Khmer patchMartin Hosken2-12/+15
Patch has been upstreamed with https://ssl.icu-project.org/trac/ticket/12504 Change-Id: I1f3ddad87a2a6568ced3f9d2b2df3e0af0ee18aa Reviewed-on: https://gerrit.libreoffice.org/24117 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Martin Hosken <martin_hosken@sil.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-04-18tdf#96887 vcl: stop using periodic timers on WNTMichael Stahl4-14/+31
Every time the periodic timer fires, it does a PostMessage() to the main thread. The main thread will only process the first message and discard the rest anyway, but with a short enough timer and other threads hogging the SolarMutex it's possible that the message queue overflows and other PostMessage calls fail with ERROR_NOT_ENOUGH_QUOTA. Try to avoid the problem by having the WinSalTimer always be a one-shot timer; when it fires and the main thread processes the posted message, it is restarted with the new due time. This requires creating a new TimerQueueTimer because ChangeTimerQueueTimer only works on periodic timers. Change-Id: I816bd3fa5fbfbea4f26be8ff680a1c916618d3f9 Reviewed-on: https://gerrit.libreoffice.org/24024 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-04-18offapi: add some missing @since tagsMichael Stahl2-1/+2
Change-Id: I4201b4e36e783c5ec37e5c2ca1b19144d7cec2ad
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin7-24/+24
Change-Id: I74b27b1d8b662a644df580ae128643b8495355f8 Reviewed-on: https://gerrit.libreoffice.org/24204 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-18Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help 1ca8cf973396ef4f41dd3474b79d79fe84105b93 😡 Following up to commit 30d9fee354cb7fbb4b129615fdb32d86085011d0… Change-Id: If59869b1fb9864895aa2c8b24b025f785af9ed16
2016-04-18Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help 30d9fee354cb7fbb4b129615fdb32d86085011d0 Unnecessary markup Change-Id: I35adf2b4a7746ccc148da6eb4664d6e93710a5c7
2016-04-18dbaccess: replace boost::bind with C++11 lambdasMichael Stahl1-4/+9
Change-Id: I84d7e2e3b00985815fb1945fbaf87cf5944bd8e6 Reviewed-on: https://gerrit.libreoffice.org/24116 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-04-18reorg to silence coverity#1358586 Using invalid iteratorCaolán McNamara1-4/+3
Change-Id: If93cead2f4caa203b2d1a3e9c787625e6386dc3e
2016-04-18coverity#1358589 Uninitialized scalar fieldCaolán McNamara1-1/+4
Change-Id: I072dc4a54949fb3186be4a41e8865bdf0794297a
2016-04-18coverity#1358588 Uninitialized scalar fieldCaolán McNamara1-1/+4
Change-Id: I32596c33b9d8fc261d51c880ff1c049879f17509
2016-04-18try next hunspell 1.4.0 prerelease milestoneCaolán McNamara5-26/+1
try using reverse iterators here then and remove dictmgr which we don't seem to use or need Change-Id: I981fccc4ca7562d5ab707dc2f605e409169dec07
2016-04-18Fix unconditional seek in sanedlgRohan Kumar1-0/+2
I fixed my previous mistake of keeping that xTransporter->getStream().Seek( STREAM_SEEK_TO_END ); in live code by wrapping it under OSL_DEBUG_LEVEL > 0 . Change-Id: I3f3bd3308e90610ab3d14f112e4da8bf46ecd25c Reviewed-on: https://gerrit.libreoffice.org/24188 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin282-1524/+1151
probably not much performance benefit, but it sure is good at identifying leftover intermediate variables from previous refactorings. Change-Id: I3ce16fe496ac2733c1cb0a35f74c0fc9193cc657 Reviewed-on: https://gerrit.libreoffice.org/24026 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-18clean-up: unused using declarations and includesJochen Nitschke382-1163/+6
Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-18BASIC : Simplify SbxArrayArnaud Versini1-23/+4
Change-Id: I988fcfed2b03039cbc167eaee1d09bffe42cd411 Reviewed-on: https://gerrit.libreoffice.org/24171 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-18Remove needless typedef from xmloff/source/style/impastpl.hxxRyan McCoskrie2-3/+2
Change-Id: I573f7933c6353ae92774517a522fc63f871a09fb Reviewed-on: https://gerrit.libreoffice.org/24178 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-18Remove the hardly used SyntaxLineSet typedefRyan McCoskrie3-6/+3
Change-Id: Ib38bbbdcc65620329d1471d0d61ede65c4f834e6 Reviewed-on: https://gerrit.libreoffice.org/24176 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-18Remove needless typedef from basic/qa/cppunit/basic_coverage.cxxRyan McCoskrie1-6/+5
Change-Id: Iba1c48d58daa618107ad84240d613f675d447aad Reviewed-on: https://gerrit.libreoffice.org/24175 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-18SfxViewFrame: rename members missing their prefixesMiklos Vajna3-152/+152
Change-Id: Ib690fed0a0ab76325370c2ca42d4e25c4d0a2882 Reviewed-on: https://gerrit.libreoffice.org/24186 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-04-18- Removed the only-used-once FontLevelVector typedefRyan McCoskrie1-4/+3
Change-Id: I78bdd690cd80b7caee816b005790b0130dffefeb Reviewed-on: https://gerrit.libreoffice.org/24177 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet9-29/+28
Change-Id: Idd8992fcb76c25120202b24a23820d85ca09e434 Reviewed-on: https://gerrit.libreoffice.org/24174 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-04-17remove define for ERRORBOXMarkus Mohrhard1-3/+1
Change-Id: I6b5695fb36143b36d72b4c7a4b072d41d94f6501 Reviewed-on: https://gerrit.libreoffice.org/24167 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>