summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-09clew: Fix line endings from CRLF to LFStephan Bergmann
2016-03-09SVGIO: Fix problem when style's parent contains a mask elementXisco Fauli
Change-Id: I26aab6c0f959f6cc78d040f59f1acf0c7e29931b Reviewed-on: https://gerrit.libreoffice.org/23045 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-09mpUpdater has been proven unusedStephan Bergmann
...by 435d6d50c3cdb6711942ee40dc2fae1865361845 "loplugin:constantparam in sfx2" Change-Id: I28db5cc1fd6506ba9e374d28b40e5d0cf7d676bd
2016-03-09Indentation fixesMiklos Vajna
Change-Id: I536ab12cfedb6dae605af2f29a7a9b34fad06ba0
2016-03-09sw testcases: avoid using UI name for default style nameMiklos Vajna
Change-Id: Ic2e08245dd022555ad6308283d406d81141a9124
2016-03-09typoStephan Bergmann
Change-Id: Id990e76769c3b5e2e048f3faf754efbae2b41c3f
2016-03-09loplugin:defaultparamsTor Lillqvist
Change-Id: Ib5f6412c549fe1d5bfd08ed62979a7f81fb2648c
2016-03-09Use plain assert (to complement use of static_assert above)Stephan Bergmann
Change-Id: Id4ac9e86a6af3fa84f7a9680051dfe2564f8c5c5
2016-03-09loplugin:defaultparamsTor Lillqvist
Change-Id: Ic3dad4fc22612ac69002000c601af5868c8a35d9
2016-03-09loplugin:constantparam in dbaccessNoel Grandin
Change-Id: I44b5a586a1b0da47e032dff097ebf545f5fe76fc
2016-03-09loplugin:constantparam in idlNoel Grandin
Change-Id: Icb5e64f17d9472320a79363b1e926e2b4ab05273
2016-03-09loplugin:constantparam in connectivityNoel Grandin
Change-Id: I5e71b3de15e043066cd4177dd42b231527eb71e4
2016-03-09loplugin:constantparam in accessibilityNoel Grandin
Change-Id: I65f2f39c6bd5c222d7d8a21748ad02c521b7377d
2016-03-09loplugin:constantparam in basctlNoel Grandin
Change-Id: I07d22585e768335f61d70bf18807479a2675804a
2016-03-09loplugin:constantparam in basicNoel Grandin
Change-Id: I5b49406535c1ec95e47fe237a23184a499b875e5
2016-03-09loplugin:constantparam in lotuswordproNoel Grandin
Change-Id: I8f8efa6b01fa0bcab074ac54029d95778cb388ab
2016-03-09loplugin:constantparam in reportdesignNoel Grandin
Change-Id: Ic98927f6d671b266479c3bbbc2a237c815bc2423
2016-03-09loplugin:constantparam in slideshowNoel Grandin
Change-Id: If6c9b8e551d6e6dc857f634e1e8db092541c1031
2016-03-09loplugin:constantparam in sfx2Noel Grandin
Change-Id: I50a2d8221f907f0e844e558f3dbdd0346c010201
2016-03-09loplugin:constantparam in svlNoel Grandin
Change-Id: Iefc441262cbdc6f115ea4ca5a673456b59477e13
2016-03-09loplugin:constantparam in svtoolsNoel Grandin
Change-Id: Ica82c2758030729ee0d1480c16720cf6c8fed487
2016-03-09loplugin:constantparam in svxNoel Grandin
Change-Id: Ib2a432fc334898c75ab5e5cf629a21fd310bd467
2016-03-09loplugin:constantparam in swNoel Grandin
Change-Id: I8fa1af4a34770b71f6f4bb28b3313edf4875322b
2016-03-09loplugin:constantparams in ucbNoel Grandin
Change-Id: I6b925336b13404ccf0f78f194bd3488a22f99b97
2016-03-09tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
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 Ostrovsky
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 Ostrovsky
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 Eves
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 /connectivityJaskaran
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 Stahl
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 Bergmann
Change-Id: I604b41a5063728833d57e2589e6d3ec39eb67166
2016-03-08Clean up namespaceStephan Bergmann
Change-Id: I8207f7906cb8914b6c272efaf8f136a1bce7e4b0
2016-03-08Extract checking code to its own check.cxxStephan Bergmann
Change-Id: I9d5b14c374ce62ac7b970faa30c38a5a76568ed4
2016-03-08tdf#98052 - even polygons were not drawn on the alpha deviceMarco Cecchetti
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 Rathke
This reverts commit 42032f5d3b960185a9e4b1b63680af0ae27dca2d. langtab.src lists language/locale names!
2016-03-08Revert "tdf#98403: "Ugandan" is better than "Uganda""Eike Rathke
This reverts commit da75a89925bce029c9464586ebf73e18e0342a9e. langtab.src lists language/locale names!
2016-03-08tdf#94561 : Create notes drawing objects only once on sheet copyDennis Francis
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 Rathke
Change-Id: I838421dc6e15baea5f209d1b096509742dea58dc
2016-03-08tdf#97966 Drop static keywords from two functions inside an unnamed namespaceWastack
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 Vajna
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 Vajna
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 Bergmann
Change-Id: I1730c09669426e049aba941ef27341581ce31887
2016-03-08loplugin:cstylecastStephan Bergmann
Change-Id: I3771f84ec94c62988c075dd26ee1de17200af705
2016-03-08Remove redundant checks (that trigger loplugin:implicitboolconversion])Stephan Bergmann
Change-Id: I86c0b56b7d330e3e3450a5806a89ca8fb7a1bfae
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
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 Manwani
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 McNamara
Change-Id: I70eb0e2ff96879d1168b241852a0079f540b0319
2016-03-08Updated coreCaolán McNamara
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 Guo
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 Bergmann
Change-Id: I7a405bc22d6ff337d53ad2c187f2ae1726798bb5