summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-09loplugin:constantparam in accessibilityNoel Grandin5-10/+10
Change-Id: I65f2f39c6bd5c222d7d8a21748ad02c521b7377d
2016-03-09loplugin:constantparam in basctlNoel Grandin2-15/+9
Change-Id: I07d22585e768335f61d70bf18807479a2675804a
2016-03-09loplugin:constantparam in basicNoel Grandin3-8/+4
Change-Id: I5b49406535c1ec95e47fe237a23184a499b875e5
2016-03-09loplugin:constantparam in lotuswordproNoel Grandin5-7/+7
Change-Id: I8f8efa6b01fa0bcab074ac54029d95778cb388ab
2016-03-09loplugin:constantparam in reportdesignNoel Grandin5-18/+16
Change-Id: Ic98927f6d671b266479c3bbbc2a237c815bc2423
2016-03-09loplugin:constantparam in slideshowNoel Grandin6-16/+10
Change-Id: If6c9b8e551d6e6dc857f634e1e8db092541c1031
2016-03-09loplugin:constantparam in sfx2Noel Grandin29-103/+81
Change-Id: I50a2d8221f907f0e844e558f3dbdd0346c010201
2016-03-09loplugin:constantparam in svlNoel Grandin5-25/+19
Change-Id: Iefc441262cbdc6f115ea4ca5a673456b59477e13
2016-03-09loplugin:constantparam in svtoolsNoel Grandin16-69/+61
Change-Id: Ica82c2758030729ee0d1480c16720cf6c8fed487
2016-03-09loplugin:constantparam in svxNoel Grandin35-140/+112
Change-Id: Ib2a432fc334898c75ab5e5cf629a21fd310bd467
2016-03-09loplugin:constantparam in swNoel Grandin88-288/+215
Change-Id: I8fa1af4a34770b71f6f4bb28b3313edf4875322b
2016-03-09loplugin:constantparams in ucbNoel Grandin3-23/+7
Change-Id: I6b925336b13404ccf0f78f194bd3488a22f99b97
2016-03-09tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar4-34/+6
I removed OSL_DEBUG_LEVEL > 1 conditionals and left SAL_INFO()s statements alone. I also removed OUStringToOString(..) calls that were used by SAL_INFO(..) Change-Id: I01cce00265531d7f0ad0a6f564fef6262d3d1205 Reviewed-on: https://gerrit.libreoffice.org/23036 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-09Add missing includesDavid Ostrovsky10-0/+11
These include were needed to compile on Windows, MSVC 14.0 with clang-cl. Change-Id: I4ca5cec8314920e90fcca6fa69ec4df87d680f29 Reviewed-on: https://gerrit.libreoffice.org/23044 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-09Fix unrecognized -Wv:18 option for clang-cl on MSVC 14.0David Ostrovsky1-2/+10
Change-Id: I4ac94475b663c1ec1f5148b766a81a31adb1d49e Reviewed-on: https://gerrit.libreoffice.org/23038 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-09DirectWrite rendering for Graphite to work around ExTextOut bugTim Eves2-20/+354
ExTextOut has a bug on Windows 7 and above where it incorrectly positions certain diacritics, using DirectWrite and Direct2D fixes this. Implemented on-demand loading of the DLL so the old ExTextOut based renderer will be used when drwite and d2d1 cannot be found allowing this work on Windows XP (where this bug doesn't seem to occur) Change-Id: I767d62c8188511e745373b61ba51e7e2745f7b8b Reviewed-on: https://gerrit.libreoffice.org/23020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Martin Hosken <martin_hosken@sil.org>
2016-03-08tdf#75280 Replace sal_uIntPtr to better types in /connectivityJaskaran3-17/+17
Many other occurences of outdated sal_uIntPtr still remain.This commit does not fully fix the issue. Change-Id: I744a4399a12cefb48e948c20c2d0dec833116b81 Reviewed-on: https://gerrit.libreoffice.org/23034 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-08tdf#87530 finish the regression testMichael Stahl1-16/+55
Need to store the document twice to actually reproduce the bug. Change-Id: I2332bce1e30546b3a9fe2ec020f2eea8e8d0da58
2016-03-08Extract static_asserts out of OSL_DEBUG_LEVEL > 0Stephan Bergmann1-87/+95
Change-Id: I604b41a5063728833d57e2589e6d3ec39eb67166
2016-03-08Clean up namespaceStephan Bergmann1-1/+1
Change-Id: I8207f7906cb8914b6c272efaf8f136a1bce7e4b0
2016-03-08Extract checking code to its own check.cxxStephan Bergmann4-255/+284
Change-Id: I9d5b14c374ce62ac7b970faa30c38a5a76568ed4
2016-03-08tdf#98052 - even polygons were not drawn on the alpha deviceMarco Cecchetti1-0/+2
Change-Id: I5725ec23869b295c8021bef0330ee6f69f206351 Reviewed-on: https://gerrit.libreoffice.org/23024 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-08Revert "tdf#98403: UGX Currency is "Uganda" not "Ganda""Eike Rathke1-1/+1
This reverts commit 42032f5d3b960185a9e4b1b63680af0ae27dca2d. langtab.src lists language/locale names!
2016-03-08Revert "tdf#98403: "Ugandan" is better than "Uganda""Eike Rathke1-1/+1
This reverts commit da75a89925bce029c9464586ebf73e18e0342a9e. langtab.src lists language/locale names!
2016-03-08tdf#94561 : Create notes drawing objects only once on sheet copyDennis Francis6-8/+27
Skip copying notes in CopyToColumn() and then call CopyCellNotesToDocument() only after copying hidden rows and filtered rows info. Skip copying notes drawing objects in ScDocument::DrawCopyPage() when inside ScDocument::CopyTab(). Change-Id: I38296bb5d1cc062d473ea4a5a3143f6c1787fc4a Reviewed-on: https://gerrit.libreoffice.org/22331 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-03-08unit test for tdf#98389 huge external range reference matrixEike Rathke1-1/+26
Change-Id: I838421dc6e15baea5f209d1b096509742dea58dc
2016-03-08tdf#97966 Drop static keywords from two functions inside an unnamed namespaceWastack1-2/+2
Change-Id: I4fca1e813eccfeb5185e7a50aa301e7ad1ee61b5 Reviewed-on: https://gerrit.libreoffice.org/23015 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-08sw: detect copy&paste between different classification levelsMiklos Vajna3-3/+30
With this we cover all 4 cases of copy&paste between possibly classified documents. When both are classified, then we also check the classification level, if they have the same scale. Change-Id: I8c02781fc9755114cd6a2fb93be11dca7b3441d0
2016-03-08sfx2 classification: expose impact scale and levelMiklos Vajna2-7/+71
This allows application code to prevent copypaste from a more confidential to a less confidential document. Change-Id: I121c7566c948340e7b41d3f8462b0d65a2441b0f
2016-03-08TODO: Work around loplugin:salbool in cppu/source/uno/data.cxx for nowStephan Bergmann1-5/+14
Change-Id: I1730c09669426e049aba941ef27341581ce31887
2016-03-08loplugin:cstylecastStephan Bergmann1-1/+1
Change-Id: I3771f84ec94c62988c075dd26ee1de17200af705
2016-03-08Remove redundant checks (that trigger loplugin:implicitboolconversion])Stephan Bergmann1-4/+4
Change-Id: I86c0b56b7d330e3e3450a5806a89ca8fb7a1bfae
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar6-146/+96
Updates pointed by sberg Change-Id: Ie12548dfa9ad3a6836efbfe64153bc075f138fc6 Reviewed-on: https://gerrit.libreoffice.org/22622 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani17-192/+0
Change-Id: Ia62de30ae94bdae87cd5109c44eab40af4d020e5 Reviewed-on: https://gerrit.libreoffice.org/22985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-08convert custom bibliography toolbar to .ui formatCaolán McNamara12-163/+238
Change-Id: I70eb0e2ff96879d1168b241852a0079f540b0319
2016-03-08Updated coreCaolán McNamara1-0/+0
Project: help 7d13cf69810e9a6ea8ab42bbf943d9a708e66fc6 update help ids for bibliography toolbar conversion Change-Id: I3059a98f6ad79f413395550bc1a270a5396decf3
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo4-12/+28
Replaced boost::noncopyable with plain C++11 deleted copy ctors in /basic/* files. Change-Id: I9c0eb0a51ec5cb25c88c72b55f42864e73006e6b Reviewed-on: https://gerrit.libreoffice.org/22969 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-08Various loplugin warningsStephan Bergmann2-5/+5
Change-Id: I7a405bc22d6ff337d53ad2c187f2ae1726798bb5
2016-03-08starmath: Use assert for impossible null-dereferenceTakeshi Abe1-26/+26
Change-Id: I3a0e78985470f210dd093dce3e87671980e647f4 Reviewed-on: https://gerrit.libreoffice.org/23016 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt10-6/+46
This allows to use the username as a placeholder in the config paths (Autotext, Gallery, etc) Change-Id: I76434e980cd8ec8785a5587d0bc5fdd67dc42de2 Reviewed-on: https://gerrit.libreoffice.org/22901 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-08Remove ornamental noiseStephan Bergmann1-3/+3
Change-Id: Ic8d33142b6bd7d271e94ec93661f0260bb2ea6e2
2016-03-08Keep entries sorted (and no need for a @section here)Stephan Bergmann1-4/+1
Change-Id: I356a6bde62d883adf4cfa9e34e87791eee9668ca
2016-03-08Remove unused macrosStephan Bergmann1-8/+0
Change-Id: Icc1f5dbe7bac1d80429cafda7e88061193dd137a
2016-03-08Remove dead codeStephan Bergmann1-5/+0
Change-Id: Iebaf8af5dbf11cd255f67202bbb18f61b1bd39fd
2016-03-08Remove unnecessary includeStephan Bergmann1-4/+0
Change-Id: I5a0b1528a7ad3cff15d185600d4bd74c25fb30bb
2016-03-08Unused defineMaxim Monastirsky1-3/+1
Change-Id: I3f0218ad6fec542d285bfbfdd2d508375f74dee5
2016-03-08Revert "tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals"Michael Stahl2-3/+3
In a build --with-lang=2 languages this generates millions of lines of output, it prints for > 2 minutes straight. Our build system is not a terminal benchmark, and i have no idea what the problem with "OSL_DEBUG_LEVEL > 1" conditionals is anyway, so revert it for now. This reverts commit 3f80f144cff8d8ddd1d33e7b8ca6dbe2ad8d8491.
2016-03-08Don't leak docshellsKatarina Behrens1-0/+1
Change-Id: Ifc19a005925342865384fa7bd189bba929c58d28
2016-03-08Remove spurious \r from OSL_TRACE outputTor Lillqvist1-2/+2
Change-Id: I84f34f25a5d0deb6a23c233b981daacea4fe9d33
2016-03-08sc: remove unnecessary orcus external usage from makefilesMichael Stahl7-18/+1
This caused incremental builds to fail after today's orcus upgrade. The cxx files of these tests don't actually include orcus headers, so the libraries were not re-linked in incremental builds. Change-Id: Ibfcf216a7848f3c0adfae4ef59c4b756c290d6b2