summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30stop spewing libxml2 warnings during filter detectionCaolán McNamara2-0/+25
Change-Id: Ifef3e75065e55aefba0f9498cf517efaf78ba6c1
2017-05-30drop LANGUAGE_USER_MALAGASY_PLATEAU defineNoel Grandin2-3/+2
since it's just an alias for LANGUAGE_MALAGASY_PLATEAU, at least as far back as commit 6b678c135da07f34da1bf7b19562366361e95085 "added/checked/aligned MS-LangIDs and mappings from new MS-LCID.pdf" Change-Id: I18645160cb1808c967fd6efd36e1d4269e4734ff Reviewed-on: https://gerrit.libreoffice.org/38187 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann2-1/+25
Change-Id: I4e96c55c246cf806f17df31844a00d0e8a5e4f56
2017-05-30tdf#108231 tdf#108109 xmloff: SvxUnoDrawingModel doesn't implement...Michael Stahl1-5/+10
... XStyleFamiliesSupplier, so try to do without. This is called from sw in case SWTRANSFER_OBJECTTYPE_DRAWMODEL. (regression from 9835a5823e0f559aabbc0e15ea126c82229c4bc7) Change-Id: Ic99ad4bf0c8e6e24fc10da173ec480c9d29c0363
2017-05-30Revert "make LANGUAGE setting universal, not just gtk specific"Caolán McNamara2-11/+6
poxy cppunit tests can't use config here This reverts commit f55eeb7a45998d16eb0fe49088e172ce45ac4f2b.
2017-05-30tdf#107729: Disable toolbar items that are not available yet.Jan Holesovsky1-0/+3
Otherwise trying to use them crashes LibreOffice. Change-Id: I268e5b783905ec7aaaf50cbc629fd44e6341bf8d Reviewed-on: https://gerrit.libreoffice.org/38184 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
2017-05-30tdf#105204 fix iteration over profileJochen Nitschke1-4/+4
regression of commit 7bec7abd4c3d78e6a37f523f4fb599134ef51ca7 tdf#105204: ShellCheck nitpicks for apparmor.sh Change-Id: I5086e2a3af2908fe051c0bdc91753533adf7bafd Reviewed-on: https://gerrit.libreoffice.org/37896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-05-30fix convertName2SQLNameNoel Grandin1-2/+2
after my commit 47bbe217607374ccd3a76f1ef6d82e43efd31ba1 "untwist the logic in convertName2SQLName" Change-Id: I3d365a24c538d8ecade2b6fe32fa739d8f4bd211
2017-05-30untwist the logic in convertName2SQLNameNoel Grandin1-11/+9
Change-Id: Ib3cfa3a8a2bdc691e3f6db25672a37c8ede1ffd5 Reviewed-on: https://gerrit.libreoffice.org/38180 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-30EditEngine Refactoring hand-coded XInterface implementations of EditDataObjectVarun Dhall2-17/+2
EditDataObject has odd hand-coded XInterface implementations, this is unnecessary and can be improved by replacing its superclasses Change-Id: Ife19c114450dfd95a10a10de1a78b035babb5443 Reviewed-on: https://gerrit.libreoffice.org/38163 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-05-30missing resourcesCaolán McNamara2-0/+45
since commit 17e872c3fa87bb596ec8b263b7a2e692b927dcef Date: Fri Mar 17 13:11:27 2017 +0200 remove unused defines from HRC files in svx(1) because SdrRectObj::TakeObjNameSingul adds some numbers to ids to find other ones Change-Id: I9d0bd3686f4a60b7436950f8e80def9cc3586d9c
2017-05-30FTPURL::parse doesn't need so much string conversionNoel Grandin1-40/+41
just do all the work on an OUString Change-Id: Id8c03203dd793fa9351d0d4d46a7726bafd7d814 Reviewed-on: https://gerrit.libreoffice.org/38183 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-30make LANGUAGE setting universal, not just gtk specificCaolán McNamara2-6/+11
Change-Id: I5ff01f0232391933ad3704af6f2c2100d923c1fd
2017-05-30coverity#1411566 Unchecked dynamic_castCaolán McNamara1-6/+12
and coverity#1411567 Unchecked dynamic_cast coverity#1411568 Unchecked dynamic_cast coverity#1411569 Unchecked dynamic_cast Change-Id: If1bb74941f2571ec3bdcb705bf2c9a87b54fe78d
2017-05-30Updated coreChristian Lohmaier1-0/+0
Project: help 6e54fc4fe1c01d4b3b015b9074f0dc8d10257ee9 remove spurious spaces introduced in variables introduced on error when combining lines in eb145d19480d245228dc6b1032a925adbff8ea78 Change-Id: Ia0f5b7287689bea541c422c20b2d647b82c21b0b
2017-05-30coverity#1411565 'Constant' variable guards dead codeCaolán McNamara1-1/+2
on incomplete fix of commit 922e935c8812b1c1f94347bdbd7cdf277a75644e Date: Mon May 29 17:08:06 2017 +0200 i18nutil: fix invalid string copy that prevents startup for commit ef513fd4b049b214a03fbe6e62a5ea43680a7a9b Date: Fri May 26 10:58:42 2017 +0200 remove unnecessary use of OString::getStr Change-Id: I6cc56bae5e4a5c2fb235663bc6676cdea02b9701
2017-05-30missing resourcesCaolán McNamara2-2/+25
since commit 17e872c3fa87bb596ec8b263b7a2e692b927dcef Date: Fri Mar 17 13:11:27 2017 +0200 remove unused defines from HRC files in svx(1) because SdrRectObj::TakeObjNamePlural adds some numbers to ids to find other ones Change-Id: I9d0bd3686f4a60b7436950f8e80def9cc3586d9c
2017-05-30Updated coreGabor Kelemen1-0/+0
Project: help 1ae135d7569571bc38fc1bcf0dfd24610039a86e Mass remove excess spaces from inside tags This is fallout from the l10n and oldref attribute removal. Some tags were broken into two rows and the second was indented with spaces. The line break was removed along the tags, but those spaces were not. Command I used to catch these: find source/text/ -name "*xhp" | xargs sed -i -e 's#\" *>#\">#g' Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def Reviewed-on: https://gerrit.libreoffice.org/37791 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-05-30and fix my previous commitNoel Grandin1-3/+1
Change-Id: I63a22d5cf7a45d7b6fb3d1b356aa98ff954449e5
2017-05-30define SAL_RETURNS_NONNULL as LIBO_INTERNAL_ONLYNoel Grandin1-3/+6
and improve the comment Change-Id: I832fa0133810fee920024e7df9ff3c5c1c335582
2017-05-30Updated coreGabor Kelemen1-0/+0
Project: help 45f6f1757199dbebd364de8d2e1964e59d0c6f1f Add missing bookmarks to Edit Dictionary page Change-Id: I1ecee4903c2216f12a64798b9f0e49f27ae81804 Reviewed-on: https://gerrit.libreoffice.org/38178 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-30Updated coreGabor Kelemen1-0/+0
Project: help 29eb53b6fffb2620dd32860c6d9093dfa5c11dcd Fix ahelps and bookmarks on X/Y Error Bars page Change-Id: Ic551d68721a5c045e62f279add57942ea7a879cb Reviewed-on: https://gerrit.libreoffice.org/38177 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-30cleanup some OString stuff in jvmfwkNoel Grandin4-64/+45
Change-Id: I80d221a348c4bd5fcec82cafc455a051237ae95d Reviewed-on: https://gerrit.libreoffice.org/38131 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-30Always looking for {msvcp,vcruntime}140.dll nowStephan Bergmann1-5/+1
...since b862cbdd345ec57c2595629ded6a3969e1e65d56 "Support MSVC 15.0". Change-Id: I6e300966ebc006f6ebc6a6ec3af0e0c9e770df1d Reviewed-on: https://gerrit.libreoffice.org/38150 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-05-30VCVER < 140 (i.e., MSVC 2013 and older) are no longer supportedStephan Bergmann1-1/+1
Change-Id: Id5c2de5cb343f86e210882404af19779da795793 Reviewed-on: https://gerrit.libreoffice.org/38151 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-05-30teach redundantcast plugin about functional castsNoel Grandin154-308/+355
Change-Id: Iac8ccd17d9e46ebb2cb55db7adb06c469bbd4ea0 Reviewed-on: https://gerrit.libreoffice.org/37910 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-30tdf#107589 Make description editable from Options tab.Gulsah Kose5-81/+107
That commit makes possible to edit descriptions of images frames and objects from "Options" tab of Object/Properties dialogs Change-Id: I62d06b32da6919df62ff77b50c4c77d6a265bd64 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/38176 Tested-by: Jenkins <ci@libreoffice.org>
2017-05-30Related tdf#108068: Retrieve error from Firebird engineJulien Nabet1-1/+2
Change-Id: If89a904740e54e81c2f2ae790ba8d05d830b0a5b Reviewed-on: https://gerrit.libreoffice.org/38043 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2017-05-30basic: Drop unused variables in test scriptsTakeshi Abe56-113/+0
Change-Id: I9893e8bed254dcac91fbc7abb5ab4817a28ba339 Reviewed-on: https://gerrit.libreoffice.org/38133 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-05-29tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)Kappanneo4-37/+98
java checkSpreadsheetProperties to python testSpreadsheetProperties Change-Id: Ifd342d3f47aef8a64a0421b6bb7f2a643bdc6da8 Reviewed-on: https://gerrit.libreoffice.org/38159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-05-29tdf#33831 swext: mention images by name in the mediawiki exportArianna Masciolini1-1/+8
odt files with pictures exported in mediawiki format now contain references to each image Change-Id: Idd73da997e2fe983899dd4514d3c393b3607a52d Reviewed-on: https://gerrit.libreoffice.org/38160 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-05-29Related: tdf#79167 sw: open the navigator in sidebar from the findbarFrancesco Gradi1-12/+7
The navigator window is still available from View->Navigator. Change-Id: I143256be548a101edeac57713c4d2a128bcdf6a5 Reviewed-on: https://gerrit.libreoffice.org/38161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-05-29tdf#96256 sw: fix scrolling to cursor after pasteMichael Stahl1-0/+1
The mnStartAction hack in commit 587006cac508616f486aea45e265a170bcccdc87 has a surprising effect on SwViewShell::SizeChgNotify(), as it causes PageNumNotify() to be called instead of SizeNotify() if pages are inserted while layouting in GetCharRect(). Now SwCursorShell::UpdateCursor(SCROLLWIN) would no longer scroll to the cursor position, which is a problem for clipboard paste. Try to fix this by calling UISizeNotify() manually, which seems to work. Change-Id: Id08bfe2964564c02fe9d1ef0176939ab3eeb187a
2017-05-29lok: Notify about the Formatting Marks changes.Jan Holesovsky2-0/+2
Change-Id: Ibcbd370c99cf63789637ad6642c91775066ecfad Reviewed-on: https://gerrit.libreoffice.org/38157 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2017-05-29vcl PDF export, nss: use comphelper::HashMiklos Vajna1-48/+18
Allows removing the own HashContextScope, which did part of what is now provided by comphelper. Change-Id: I601a1cf841cdf1a094a71646d4a1eb042d42e985 Reviewed-on: https://gerrit.libreoffice.org/38155 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-05-29iOS, set user profile pathjan Iversen1-1/+5
having NULL as user_profile path does not work, changed call to LOK_init_2 with user profile path Change-Id: Ib7c882eccf228057b5a2d9d21973e8f95d4aee77
2017-05-29iOS, added resourcesjan Iversen1-10/+36
LO needs a number of files to be present in order to start. Added these files. Missing user profile Change-Id: Icb0cddfe3f8c7ab4d498bd4bd992f951c2d8d95f
2017-05-29VCVER < 140 (i.e., MSVC 2013 and older) are no longer supportedStephan Bergmann1-8/+1
Change-Id: I2f0765ced195e6b3ed84bfb4abfa3df3669ae7a1 Reviewed-on: https://gerrit.libreoffice.org/38149 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-05-29i18nutil: fix invalid string copy that prevents startupMichael Stahl1-2/+3
(regression from ef513fd4b049b214a03fbe6e62a5ea43680a7a9b) Change-Id: Ia3ba5ba853648a4b180d6cc2318a4780fc87bf4d
2017-05-29xmloff: move in xmlmultiimagehelper.hxx from include/Miklos Vajna4-6/+6
Since it's not used outside xmloff. Change-Id: Ibec67db2106300b6d4a91ce07d779e16e028eb2a Reviewed-on: https://gerrit.libreoffice.org/38144 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-05-29Windows 7 is now the minimum supported release; say soAdolfo Jayme Barrientos1-1/+1
Change-Id: Ia034a805fbb63fc72f8fa4a814d68070c1ee967d
2017-05-29fpicker: remove ifdef __IFileDialogCustomize_INTERFACE_DEFINED__Michael Stahl5-25/+0
No idea what SDK problem this once worked around but surely it's obsolete now. Change-Id: I5cfa37710ea8cecee8acc9c8f5a6a08fae4babbd
2017-05-29fpicker: remove some Win32 helper code that is now unusedMichael Stahl2-270/+0
Change-Id: I5414df94487fc9918ca28b694d6f94eeeac20b70
2017-05-29fpicker: remove PreviewCtrl.[ch]xxMichael Stahl3-715/+0
These were apparently never used; the Windows 7 file picker can preview images nicely without this anyway. Change-Id: I0e4a1bb94506cbeae10675400a471b2211659d6e
2017-05-29fpicker: remove legacy XP FilePicker implementationMichael Stahl42-7614/+4
Long live VistaFilePicker. Change-Id: I362a582a1922abad66ecfd1f5c4ce1a5a25fcd11
2017-05-29Revert "[API-CHANGE] Add persistent (in addition to persistant)"Stephan Bergmann6-10/+6
This reverts commit 795d56dfd55a78a240cef79c822ba958c4f18006. The Gerrit UI had fooled me into pushing the "Submit" button in error.
2017-05-29[API-CHANGE] Add persistent (in addition to persistant)Julien Nabet6-6/+10
+ keep "persistant" for compatibility reasons but put it as deprecated Change-Id: I7ef8efb9f376eadfdac876d142840aab5a0b4416 Reviewed-on: https://gerrit.libreoffice.org/37042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2017-05-29Windows XP and Vista support was removed, prevent install on these old systemsAndras Timar1-8/+2
Change-Id: Ib15458b3d90d5ae8c91afde0d8136e76c4bd3804 Reviewed-on: https://gerrit.libreoffice.org/38142 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2017-05-29osl: qa test of %2F - for file URIs this is invalidChris Sherlock1-3/+16
Change-Id: I3871355bb4556b408504ab70194885a2084ad80b Reviewed-on: https://gerrit.libreoffice.org/37859 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-05-29osl: conditin.h and conditin.hxx doxygen updatesChris Sherlock2-46/+84
Change-Id: Ibdfa34d2b3b93ba0b5d5211dd4f843d849375e64 Reviewed-on: https://gerrit.libreoffice.org/38100 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>