summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-03-Werror=maybe-uninitializedStephan Bergmann
Change-Id: I137814b80790b2cb4c8a2a2b78048024db0b4f86
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
mostly found with: git grep -n 'setValue.*cppu.*UnoType.*bool.*get' Change-Id: Ie8e5aa6402d25dbe90b0f492031a245bb222c1a5 Reviewed-on: https://gerrit.libreoffice.org/24464 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-03Updated coreStephan Bergmann
Project: help b4f803adf47059a195de82e8757a3fe1856f4596 Fix bookmark element ...that was broken by previous 7baa265c995f1d27cef325bf1583a579737e11df "tdf#99637 Don’t mention Undo settings now in Expert Configuration" Change-Id: Idecc9cca5bdef2da8a027ae9e1ce6f76d46dcdb5
2016-05-03Change vGDIObj pointer to unique_ptr to reduce WinMtfOutput complexityMark Page
Change-Id: Ia81d3b30a874c2e722f7b836db9fab0be2d6e27b Reviewed-on: https://gerrit.libreoffice.org/24488 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-02Updated coreAdolfo Jayme Barrientos
Project: help 7baa265c995f1d27cef325bf1583a579737e11df tdf#99637 Don’t mention Undo settings now in Expert Configuration Change-Id: I5a6c8a193a1f80683a79e1e1b255d67586493a6e
2016-05-02Related tdf#98644: In login dialog, give a hint that the password was wrongStephan Bergmann
...by changing the dialog text from "Enter user name and password for..." to "Wrong user name and password for..." when an old password is already given. Change-Id: Ie167c5ea263e9f75e0269c528dc88b69270208f3
2016-05-02check presence of token, tdf#96426 follow-upEike Rathke
Change-Id: I4c368dfd113b02d208013b4ba79dff606769a150
2016-05-02Revert "crashtesting: fix ooo123540-1.xlsx etc"Eike Rathke
This reverts commit bfca69eddd3d94e74d6b73f91476b79c8f72cce7. Rather let the caller check for a valid token instead of checking it twice for other places that already do, and we usually need two valid tokens before even one call makes sens.
2016-05-02silence ScTableRefToken::GetSheet() SAL_WARN about unhandledEike Rathke
Change-Id: I539bad573bfc459103acc0cb0227bad7681b79aa
2016-05-02unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERSEike Rathke
Change-Id: I82cd43774388a426b4c7dc536952dc3f9584cf9e
2016-05-02genlang macro support for .src filesjan Iversen
Added macro detection in .src filter Updated gDiff and gRun scripts with enhancements Change-Id: Idddd3ef72e8ccee65d03fe5080e27699ceebb079
2016-05-02Remove unused pbOpt parameterStephan Bergmann
Change-Id: I4c566a122d600d41d7d8049779628a08e68ca277
2016-05-02sal_Bool -> boolStephan Bergmann
Change-Id: I6e86cb7ffbd8c8cbf3cccaef656cf7b7e755e24f
2016-05-02Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERSEike Rathke
Change-Id: I717fc6d1d7c2bc01ed2a256f6fc08a055be24e4b
2016-05-02vm174 .xcu updatejan Iversen
One project uses "." as prefix, but LO uses ".." Change-Id: I18eaf66c54176b0c3268d9fb94a002e4b68722fe
2016-05-02genLang .src conversion, first version.jan Iversen
LO uses the .src quite differently, so a new implementation was made. The unused old functions are hanging in a #if 0, and will be removed later. Change-Id: Ic466a1b97f9f65c9f658612bd2aa325396e929c3
2016-05-02Related tdf#98416 Libcmis: add a patch to fix Google Drive loginGiuseppe Castagno
The new Google login sequence uses two html pages: one for user email the other for password. The older sequence used only one page for both user email and user password. Change-Id: If875ba3ec9680d7e8c700a269873e427ac037a8e Reviewed-on: https://gerrit.libreoffice.org/24513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-05-02translations: reset this to something that actually existsMichael Stahl
Change-Id: Ib8cfb9e2568ef4607ff1b514ba6d8072f6ade0b6
2016-05-02reposition helpcontent and translations submodules to masterChristian Lohmaier
10b818d4b68f5df490c9c8f499e3a7aa83d7e5bb incorrectly changed the pointer Change-Id: I4ae1e23cdb9850b726db4104eb68678c8815f1ff
2016-05-02tdf#74608 Constructor function for XMLBasicExporterYeliz Taneroğlu
Change-Id: Ib4721b3f67956a8da48851841ef86bb7b79df1e7 Reviewed-on: https://gerrit.libreoffice.org/24553 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-05-02tdf#74608 Constructor function for XMLBasicImporterYeliz Taneroğlu
Change-Id: I0a2c74c71d1633427598e793d7c211e5283c7a33 Reviewed-on: https://gerrit.libreoffice.org/24559 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-05-02Simply use implicit conversion from GLboolean to boolStephan Bergmann
Change-Id: Ic758f578d44f8c3fef71ff8ed6ff710c4f1458b0
2016-05-02Remove debug codeStephan Bergmann
...that got introduced with c30b5d2a382162be94e6a6ac5d5794a074ebfaaa "cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereference" Change-Id: I50faaf291ac9059ee557d059393a97a0fcc397bf
2016-05-02tdf#74608 Constructor function for XMLOasisBasicImporterYeliz Taneroğlu
Change-Id: Iec1c875f6aa34c37ac26a5dac008db547e8965ca Reviewed-on: https://gerrit.libreoffice.org/24551 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-05-02tdf#74608 Constructor function for XMLOasisBasicExporterYeliz Taneroğlu
Change-Id: If5409621f515918e715e3c0b71ec1b3d6fd1ef92 Reviewed-on: https://gerrit.libreoffice.org/24518 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-05-02glew: honor TMPDIRNorbert Thiebaud
Change-Id: Id5c20ec78dcde0144bd7718b7e9825b92ed70f3f Reviewed-on: https://gerrit.libreoffice.org/24582 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-05-02sw: translate last Anz occurrences in headersMiklos Vajna
Change-Id: I36e11fe9b5a8979478029162e0f51015fc1360fb Reviewed-on: https://gerrit.libreoffice.org/24583 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-05-02Fix typosAndrea Gelmini
Change-Id: I38b5e720af67d0bfb1be72ff82a7f5c595a94c14 Reviewed-on: https://gerrit.libreoffice.org/24535 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-05-02Fix typoTakeshi Abe
Change-Id: Ib8e891f3af7a9de87c54bc65be98d94a16545d71
2016-05-02-Werror,-Wlogical-not-parenthesesStephan Bergmann
Change-Id: I0ed6445964523b17ca5635d4d26cd429ff60c294
2016-05-02drop cruftDavid Tardon
Change-Id: Ib3364e97407061ee7710cb87f1f33a2736ed9c0e
2016-05-02use unique_ptrDavid Tardon
Change-Id: I55ff9ae568a0d44c8ee8be922adf40e12038e436
2016-05-02fix typoDavid Tardon
Change-Id: I841a9c12664950b2f1fe8cdf43e3d815f292eb3d
2016-05-02rbhz#1326602 avoid exp. bg bitmaps from deleted slidesDavid Tardon
ODF export uses SvxUnoBitmapTable (impl. of com.sun.star.drawing.BitmapTable) to create fill bitmap styles. That returns all XATTR_FILLBITMAP items that are in the document's pool. So we ensure that bitmaps that are only used on deleted (either explicitly or by undoing their insertion) slides are not in the pool. Change-Id: I54c594a94989158f22b156fe660c1e716b988b3e
2016-05-02add member prefixDavid Tardon
Change-Id: Ic53e0c564176649b6cba84ea898c3c2f69fcad8c
2016-05-02use unique_ptrDavid Tardon
Change-Id: I38d5c436985b0a68530be01c7482a68cf4e99018
2016-05-02change brackets to match the rest of the fileDavid Tardon
Change-Id: Ib859d8a012522e4f07f503ded0ee80e725a24ab8
2016-05-02use unique_ptrDavid Tardon
Change-Id: I047a2436ce5603a8642aa621694560aca669b2f1
2016-05-02Reduce scope of variablesTakeshi Abe
Change-Id: I0018a6601f48f32736d10fd1eab58e926d97f91b Reviewed-on: https://gerrit.libreoffice.org/24458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-05-02tdf#99338 Fix GrabFocus during dispose crashesMaxim Monastirsky
Change-Id: I309e1e5f0d28c408c8a95190bf645abf680491b6
2016-05-01fix copy&paste errorJochen Nitschke
since commit 4cab94239be70bd5800a8808652514f14501d303 Change-Id: I8fbd55977bdf8531a66123948c0c4d23657713d4 Reviewed-on: https://gerrit.libreoffice.org/24558 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-05-01tdf#99311 Detect SSDs in pageinNurhak ALTIN
Avoid doing the pagein work if we can detect a non-rotational disk. Change-Id: I1ce11050d7ed2a805568343cd385f2612d7c8939 Reviewed-on: https://gerrit.libreoffice.org/24560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-05-01Complete drawinglayer attributesArmin Le Grand
All DrawingLayer Atrributes used for ptimitives need a default constructor. Since the o3tl::cow_wrapper is used in combination with a static default incarnation of the impl class it is better to define that. Also needed is a working isDefault() implementation that compares the impl class to the static default. Added missing stuff for this. Change-Id: I98e9fee7343112cd979b972229423ac0ef3994a6 Reviewed-on: https://gerrit.libreoffice.org/24496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
2016-05-01tdf#49853 Some shortcuts should always end up in the viewMaxim Monastirsky
... because they are also used internally by vcl controls, so we want let those controls handle them when they are focused. [VCL_NSApplication sendEvent] is more natural place for this probably, but doing it there we'll lose the "blinking" effect of the menu bar, even when the focus is in the document area. So try harder, and handle it inside the menu code. If this will create any trouble, we can always switch to the simpler solution. Change-Id: I827ab0585aabe1ed53fc31c5b8e1dddadef3361d
2016-05-01rsc - remove obsolete FILE_LOCAL macros.erdemdemirkapi
Change-Id: I92c19459646eaceffe87ef0f002c988595f221c5 Reviewed-on: https://gerrit.libreoffice.org/24549 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-05-01tdf#99605 - add missing constructor methods.Mert Tumer
Change-Id: I338f129c14902e2fb98e4b961ce64c61f8633b29 Reviewed-on: https://gerrit.libreoffice.org/24561 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-05-01loplugin:simplifybool in swJochen Nitschke
Change-Id: I528f631165a618a70c3143c56273d8513b2cc5d2 Reviewed-on: https://gerrit.libreoffice.org/24554 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-05-01Typo: OAddessBookSourcePilot->OAddressBookSourcePilotJulien Nabet
Change-Id: I26587b761c91433fe80b9439e7e7c5e420db6192 Reviewed-on: https://gerrit.libreoffice.org/24552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-05-01Replace '||' with '&&'Rosemary Sebastian
so that the condition doesn't always evaluate to true Change-Id: I66ba3d4c7985e1fad60f12836e44167f19216588 Reviewed-on: https://gerrit.libreoffice.org/24548 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-05-01tdf93563 volatile signal re-enterancy guardserdemdemirkapi
Change-Id: Ic3e8b78d204145e94f7bc56aab60914f4f64f6e9 Reviewed-on: https://gerrit.libreoffice.org/24515 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>