summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-26tdf#115344 - bring back Format > Columns in WriterCor Nouws
Change-Id: I4bcfd72deb6e317e70118bfad066221caa42e4e1 Reviewed-on: https://gerrit.libreoffice.org/53217 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2018-04-26svx: These arrays are constantTakeshi Abe
Change-Id: Icda32ea104888afa3e4e1064e25dad6825b83b99 Reviewed-on: https://gerrit.libreoffice.org/53383 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-26tdf#117221 - MailMerge: Not recognising outgoing SMTP Server passwordAlex McMurchy1917
when supplied by macro After testing the pointer m_sOutServerPassword it incorrectly assignes the value from m_sInServerPassword. This change fixes this issue. Change-Id: I868da1891af4d479c7dd4371297017a78248187f Reviewed-on: https://gerrit.libreoffice.org/53438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen
This is a wrapper above SvxResId without added value Change-Id: I1b0cdad3c01e741df1032d6a13aea74d66502144 Reviewed-on: https://gerrit.libreoffice.org/53489 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-26loplugin:useuniqueptr in TextDocNoel Grandin
Change-Id: I14b90100f0a7d2a97a1648ffc02da51658ffca63 Reviewed-on: https://gerrit.libreoffice.org/53344 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-26identify tab pages by name for save/storing active tabCaolán McNamara
Change-Id: Id66f8ff62ed08724702572f457b9fc857d567e89 Reviewed-on: https://gerrit.libreoffice.org/53465 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-26upload libwps 0.4.9David Tardon
Change-Id: I9571d91d6ce81d7e8752f24c3220f858a5303986 Reviewed-on: https://gerrit.libreoffice.org/53431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2018-04-26SwEditShell functions that really want to return boolNoel Grandin
but just couldn't, because they were too shy, so they went to ToastMasters, and now they are all grown up and can bool all the day long Change-Id: Id06e0791ec3c930be8a165cc7b05ce4f0c8f7499 Reviewed-on: https://gerrit.libreoffice.org/53462 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-26Change mouse cursor to Move when over sidebar deck gripKatarina Behrens
Change-Id: Ic6a271245a6c2da307238d799dbd606e435f7aa1 Reviewed-on: https://gerrit.libreoffice.org/53379 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2018-04-26do something less pathetic for over-wide comboboxesCaolán McNamara
Change-Id: I1632bc84e2ef49b8ce3d3ab6d08ddc76879a2ab5 Reviewed-on: https://gerrit.libreoffice.org/53484 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-26set current frame as default SfxRequest dialog parentCaolán McNamara
Change-Id: Ib7986ef786af3b5dd7fcad355976ee33705d3112 Reviewed-on: https://gerrit.libreoffice.org/53483 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-26unused SfxTabDialogController friendCaolán McNamara
Change-Id: Ia88c70139ecb9af99735ab18a77371c07d15557f Reviewed-on: https://gerrit.libreoffice.org/53482 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-26Drop sdr::GetResourceString l10n method from svxGabor Kelemen
A l10n wrapper method above another wrapper method above SvxResId. Just use plain SvxResId instead. Change-Id: I85276caa193c9a20f285e832764cd920df4af3fb Reviewed-on: https://gerrit.libreoffice.org/53273 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-04-26tdf#113643 Editing tables in Impress lags terriblyNoel Grandin
Despite my previous commit here, the time was still being spent building bound rect's for font glyphs, so improve the caching so we don't need to clear it when we change the font selected into the DC. Change-Id: Iee8230fc76d9d809f3521d016e4ce9a6555e6f65 Reviewed-on: https://gerrit.libreoffice.org/53371 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-26loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin
Change-Id: I6b266ace50bb72ab807c3c938c51a83d5aceed0d Reviewed-on: https://gerrit.libreoffice.org/53356 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-26xmlsecurity mscrypto: create SEInitializer instances with a constructorMiklos Vajna
Allows getting rid of the xsec_mscrypt / xsec_nss factory constructs. Change-Id: Idcc3351f7cc3b37a65e6f78018f062439e48bc3d Reviewed-on: https://gerrit.libreoffice.org/53463 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-04-26NB Icons: add icons for impress slide tabandreas kainz
Change-Id: I9c546cce9830f94f00f5cd8cbea3a491d368b9a4 Reviewed-on: https://gerrit.libreoffice.org/53464 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-04-26tdf#116387 Autocorrect greek character σ (sigma) to ς (final sigma)László Németh
when at the end of a word (τελικό σίγμα), also add Autocorrect exceptions to common Greek abbreviations. Change-Id: Id6722594ab72a21aeec77daf7571d142eebf20e8 Reviewed-on: https://gerrit.libreoffice.org/53372 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2018-04-26NB Impress: update tabbed NBandreas kainz
Change-Id: I27f4394ee4049c55b1eba71eb2e57c9b389dc571 Reviewed-on: https://gerrit.libreoffice.org/53456 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-04-25bump product version to 6.1.0.0.alpha1+Christian Lohmaier
Change-Id: Ic4ddd4cd103660ef0f725d108bb5ee2cb74d51da
2018-04-25update creditsChristian Lohmaier
Change-Id: Ibed24e2bc2d246bc1f54bd42a354c3aced1adbb6
2018-04-25update emoji autocorrect files from po-filesChristian Lohmaier
Change-Id: I5dc571f1e648bd6917ac8f19de597f8ac58ff40d
2018-04-25Updated coreChristian Lohmaier
Project: translations 61991bde16235b2c9c4028466bcdc51a352e7bc5 update translatiosn for 6.1.0 alpha1 Change-Id: I0ed5d948cf89a4260c8771057d463448b76a4527
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
It is now always called with nLen == 1, so simplify and rename. The criteria for deciding how many glyphs to return was bogus anyway, good riddance. Change-Id: Iff578d124ab40a0dfa84469be8e0e9fc1b6b8c48 Reviewed-on: https://gerrit.libreoffice.org/53406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2018-04-25Check if reference is to be ignored before counting.Winfried Donkers
tdf#116706 related. Change-Id: If9f7326a411e537a5f797bcbe7d77af2c22ad352 Reviewed-on: https://gerrit.libreoffice.org/53454 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2018-04-25tdf#117041 implement note at end of ODFF1.2 par. 6.18.37Winfried Donkers
And avoid double code by putting the non-cumulative calculation in the loop as well. Change-Id: I8538582e7d33370f5e44382924b9e3e89efa28dd Reviewed-on: https://gerrit.libreoffice.org/53221 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2018-04-25Updated coreIlmari Lauhakangas
Project: help 133eb760436feb2c70d8079b5be1bcb560a261e2 We use px for font sizes in navigation Change-Id: I91de80116d82c8bc6bdc34436a98ebdd629ebb0c Reviewed-on: https://gerrit.libreoffice.org/53461 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-25weld SwLabPrtPageCaolán McNamara
Change-Id: I64ae3826298ad210ec095256e4364b607684abca Reviewed-on: https://gerrit.libreoffice.org/53327 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-25SwVisitingCardPage is now unusedCaolán McNamara
Change-Id: I0d9d3cbcbc9c3e6019dbd220a42c0a18fdd1ca67 Reviewed-on: https://gerrit.libreoffice.org/53442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-25we add and remove this tab page just to get its tab nameCaolán McNamara
Change-Id: Iac48d1c3137cb898a81e5f01442d26a7a81979f0 Reviewed-on: https://gerrit.libreoffice.org/53441 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-25no users of the numeric SetCurPageId leftCaolán McNamara
Change-Id: I0bf708b9924fa006da801483e178e18430b9443a Reviewed-on: https://gerrit.libreoffice.org/53440 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-25Revert "add "s to grep in distro-install-clean-up"Rene Engelhard
Makes completely no sense, the for already gives us the "broken" arguments This reverts commit e0201bbb7f4e05bf3a4273eca6129e88a4d246f8.
2018-04-25fix buildRene Engelhard
Change-Id: If2315987d2447b1a44f3e62384f03d2621be7106 Reviewed-on: https://gerrit.libreoffice.org/53455 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Rene Engelhard <rene@debian.org>
2018-04-25use tab page name instead of idCaolán McNamara
Change-Id: I771150d447f0e7799f511cf28c71f6adcde64f5d Reviewed-on: https://gerrit.libreoffice.org/53420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-25upload libmwaw 0.3.14David Tardon
Change-Id: I727171251964eaf7a14595abaaa2d08fb783258c Reviewed-on: https://gerrit.libreoffice.org/53419 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2018-04-25Simplify PDFWriterImpl::drawLayoutKhaled Hosny
Call SalLayout::GetNextGlyphs with one glyph at a time while collecting glyphs to draw, which allows us to simplify the code a bit and helps simplify my next patch. Change-Id: I5c9ddb7469301d8fbc6a15695c01af7b0879685a Reviewed-on: https://gerrit.libreoffice.org/53384 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2018-04-25add "s to grep in distro-install-clean-upRene Engelhard
as we have files with spaces now. E.g. grep: /data/rene/git/LibreOffice/master/debian/tmp/usr/lib/libreoffice/help/media/icon-themes/svx/res/symphony/enlarge: No such file or directory grep: font.png: No such file or directory happens otherwise. Change-Id: I13f8cab2aac751f7a0c2f673b5e958ed08657d52
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
Found by searching for the header names and the localization functions: git grep -l -e \<svx/dialmgr.hxx\> -e \<svx/strings.hrc\> -e svdglob.hxx | xargs grep -c -e SvxResId -e SvxResLocale -e ImpGetResStr | grep :0$ | grep -v /pch Change-Id: I45c979589165086288030031e713d536005a9833 Reviewed-on: https://gerrit.libreoffice.org/53241 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
Also check for not needed forward declarations. Change-Id: I92759f3f40d9458fd192665b39b87a78d8b97e5a Reviewed-on: https://gerrit.libreoffice.org/53418 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-04-25fix -Werror=shadowNoel Grandin
after commit bbf134a2b77909706492cbc41952210f89c0df71 Date: Tue Apr 24 13:36:34 2018 +0200 SvTabListBox::SetTabs, pass count explicit Change-Id: Iea41aa1c4708b6486ba9a306d3b9d02846e23d7a
2018-04-25Winreg config layer: Allow to define external backend separatelyMike Kaganski
Defining backend separately allows e.g. creating ADMX templates with easy-to-use UI, where user defines only LDAP names for the setting, and doesn't need to type the LO configuration backend name. Change-Id: I64f23043c94a5a4e0ba7281d0f711a427d694126 Reviewed-on: https://gerrit.libreoffice.org/53413 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin
Change-Id: I0a20e7d3816714e42d6863fff27734dd08ae24ae Reviewed-on: https://gerrit.libreoffice.org/53357 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-25Revert "make UcbStreamHelper return SvStream by std::unique_ptr"Noel Grandin
This reverts commit eeefb8c440b514cefdc4e82cc06843da9eabeb13. this was pushed in error
2018-04-25fix kde4 buildNoel Grandin
after commit dbb1dbe7a741415acf1132a29aba7cff5dfe638c Date: Mon Apr 23 15:23:08 2018 +0200 loplugin:useuniqueptr in X11SalData Change-Id: I6398fd79b9190654258d60628952aa89dcd5898c
2018-04-25make UcbStreamHelper return SvStream by std::unique_ptrNoel Grandin
Change-Id: I408f9193680ea73c61fcfb2bd1e860152219702c
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin
passing count as first element in array, dodgy. Change-Id: I49905b554b3b4d6cc3fa419a36389cd2e5ded463
2018-04-25Related: tdf#116951 use same pattern for gtk2Caolán McNamara
Change-Id: Ic6f1a018b4d0016af5a19052ef46ea87c7923acb Reviewed-on: https://gerrit.libreoffice.org/53416 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-25loplugin:useuniqueptr in ScrollBarNoel Grandin
Change-Id: I827e997391834d10a617b7c5be8ceafc19e97219 Reviewed-on: https://gerrit.libreoffice.org/53343 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-25loplugin:useuniqueptr in PPDDecompressStreamNoel Grandin
Change-Id: Idad3c18c57e4ae4121505a0bd9761f8569685e33 Reviewed-on: https://gerrit.libreoffice.org/53358 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-04-25use more thread safe static initializer in postgresql driverJochen Nitschke
Change-Id: Idb210207112994e1247c35e0dce1c6cd2f80f371 Reviewed-on: https://gerrit.libreoffice.org/53365 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>