summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-03tdf#96393: reuse layout if availablePierre-Eric Pelloux-Prayer
If position and size were loaded from the WindowStateData structure there's no need to recompute the layout. As an added benefit if the user previously resized/move the dialog, the new one will open using the same geometry. Change-Id: I306504080357f9be8f3e628ba13ca5dc2957dd52 Reviewed-on: https://gerrit.libreoffice.org/21850 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-03-03remove double definesJochen Nitschke
search ABS_* defines and replace with equal SC*_* defines from address.hxx then removed double defines Change-Id: I1a5385daf6e1fb6f959f142c04f2515e7b85a80e Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-on: https://gerrit.libreoffice.org/22826 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-03tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Steven Guo
Replace chained O(U)StringBuffer::append() in PivotLayoutTreeListData.cxx Change-Id: Ia1cc2f32e038bca2421cc5e9aca3b4f15d7c8432 Reviewed-on: https://gerrit.libreoffice.org/22828 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-03loplugin:unuseddefaultparams in mysqlcNoel Grandin
Change-Id: I83e27ed242b6ec1fbd19e473a4d8c0f4588e6f86
2016-03-03loplugin:unuseddefaultparams in dbaccessNoel Grandin
Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin
Change-Id: I286efdac6af47a859693fccc71b445915f76945c
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin
Change-Id: If05662102e161d3dd56bbb6ed3964e63ba853cf9
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d
2016-03-03vcl: scheduler - remove obsolete comment.Michael Meeks
Change-Id: I8a469f73b682e32bbb15a71e5be9b64d8412f3f1
2016-03-03Break SmartTagMenuController-VCLXMenu cycleMaxim Monastirsky
Change-Id: I6da45f6b6750f78d309fa3080eada1931640f188
2016-03-02sd: replace boost::bind with C++11 lambdasMichael Stahl
Change-Id: I17328cd13b44b4406013ec06521246ad8363b5a3
2016-03-02tdf#96922 Suppress EditView PageVisuailsation in GraphicExporterArmin Le Grand
PageBackground is due to old constraints in exporters not completely hindered when IsPageVisible() is already set for signalling that all EditView-specific Page visualisations should be suppressed. As long as these exporters are not adapted, use the setting of SetPagePaintingAllowed() which consequently achieves this. Change-Id: I2222a799533f763b54b2210a46c24aa8ae92d7a2 Reviewed-on: https://gerrit.libreoffice.org/22837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-02Updated coreStanislav Horacek
Project: help 17ec8364ffd8f814d9bed18441ae6e8389eb360d tdf#92825 adjust navigation to indexes and tables of contents Change-Id: I144816d4cd81ba85f57f7e62ebf914de56d82a81 Reviewed-on: https://gerrit.libreoffice.org/22842 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-02Updated coreStanislav Horacek
Project: help cdeb341a7ac1a01ac1fd28d80b70eb7bbff5e1af rename "Highlighting" icon to "Highlight Color" Change-Id: Icd548e704e3d1adbd85f31b3d7d2be63c613fa83 Reviewed-on: https://gerrit.libreoffice.org/22841 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-02Updated coreStanislav Horacek
Project: help 47cc97d2ef4f3f59a2d3d5e66a25d04fc0fff463 tdf#95155 rename "Appearance" to "Application Colors" Change-Id: I3880b9552842f52dfe6bbb86a5485a23f5eb4d8a Reviewed-on: https://gerrit.libreoffice.org/22844 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-02Context menus were never destructedMaxim Monastirsky
Change-Id: I34ae9dbb5b00fa2b6a1ef5c115a796d4e28eafa9
2016-03-02Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke
Change-Id: I202dcc2a2b90ee8ed27815b97a2aad6e4df2f1b9
2016-03-02Fix patch to apply on SLE11, just some unknown patch binary hickupTomáš Chvátal
Change-Id: I6cb707663e2abad8761b172773ee70f9caf4a87d Reviewed-on: https://gerrit.libreoffice.org/22835 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-03-02Updated coreAdolfo Jayme Barrientos
Project: help 3ceee913def605d1f2e4c42545b8b4a6d56a13aa Minor tweaks to statistics help content - Use “Choose” rather than “Menu” in menu paths for consistency - Remove the UI-only convention of using an ellipsis - Drop a linkless paragraph of “Refer to Wikipedia”, it’s useless if it doesn’t have a link - Now that we’re on Wikipedia links, refer to them more elegantly and add a dot to end the paragraph Change-Id: I6e3964b8926710cd57ee6750fddb039c2c846c34
2016-03-02coverity#703997 silence Unchecked return valueCaolán McNamara
Change-Id: I6801d8ff6d0646e14e359ab55bf523790abf7e41
2016-03-02extra menubar displayed after exiting embedded object editCaolán McNamara
when using native gtk3 menubars. The issue is that MenuBarManager does not own its MenuBar. And in this embedded menubar situation a new menubar is newed and passed to m_pInplaceMenuBar but nothing destroys it. Now with native gtk3 menubars this becomes obvious as the native menubar stays behind, while in the non-native case the old menubar is replaced by the new one so while it still leaks the menubar you don't see it. Change-Id: Id732cb66664a71efc471d7bad35f4de890e1017e
2016-03-02shell, scp2: clean up empty script packagesMichael Stahl
Change-Id: I93abddac491578d470f85bf3e814a0d7a91f0351
2016-03-02sfx2 classification: add config listener to avoid restartsMiklos Vajna
So that when SvxPathTabPage sets a custom classification path (or resets it back to the default), then no restart is needed, the toolbar will be updated instantly. ClassificationCategoriesController::statusChanged() was called already, all that was necessary is to remove old entries, to trigger a re-read of the policy. Change-Id: I98edea19fedfb5c1197981085193f959c19647a1
2016-03-02unotools: handle classification path in SvtDefaultOptionsMiklos Vajna
With this, it's possible to reset a custom classification path back to its default value. Change-Id: If0230fa6bb6ab014634dcdface8c470321163097
2016-03-02cui: classification path is a file, not a directory in SvxPathTabPageMiklos Vajna
So when editing the classification path, open a file picker, not a directory one. Change-Id: I8f7e18f90dc2b5f180e7ddda7157c1e374ed6e4e
2016-03-02Just use xdg-openBryan Quigley
Remove kde4/tde/open-url.sh and have LO just use xdg-open. It's available on TDE builds as well as any recent KDE. We recently did this just for gnome-open-url and have had no reported issues. Change-Id: I4e1ee6caef368051af92023fa382b6fed9d9397e Reviewed-on: https://gerrit.libreoffice.org/21173 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2016-03-02configure: try to make --without-x less confusingMichael Stahl
In a supreme twist of irony, people now assume that --without-x somehow enables them to run LO in Wayland. Let's see if renaming it *again* to --disable-gui is finally clear enough. Change-Id: I5993ee63670f43fb90f32f375f8b0632478c8283
2016-03-02Updated coreEike Rathke
Project: help 4960c1ad663747257f1dc69a649f715a32a9e77e add warning for case sensitivity and Excel interoperability Change-Id: I79cc6d6c48225f8559339f65df99de838c2e7ae6
2016-03-02shift "Decimal places" down by 2 to align with "Limit decimals" againEike Rathke
Change-Id: I4e22e02b54cc7528da002dd9b6426cc6637fecac
2016-03-02tdf#98175 fix Impress crashNoel Grandin
Caused by my commit f29c0b2b3e8861909fa2c6c37bf631ab01590541 "boost::shared_ptr->std::shared_ptr in slideshow" where I foolishly converted shared_from_this() to std::shared_ptr<Activity>((Activity*)this) ) all over the place, which is bad, I should have used std::dynamic_pointer_cast<ViewEventHandler>(shared_from_this()) Ah, the joys of C++ memory management. Change-Id: I9b538e78730c9107870f406cb8ba482d491dd568
2016-03-02add tooltips about Excel interoperabilityEike Rathke
Change-Id: I8b08893ca40f242f63e04c037500c6864c6c238a
2016-03-02replace wildcard/regex checkboxes with radio button group, tdf#72196Eike Rathke
Change-Id: I505a0de789190dc7345a703ac50008276d0ed195
2016-03-02test: dump MetaPolyPolygonAction tooMichael Stahl
Change-Id: I3ecafc104c91d7f4e93805b2e03359cf60d2db4b
2016-03-02vcl: document that it's possible to dump GDIMetaFile to XMLMichael Stahl
Change-Id: I921577df6c905e935d05ff0e9d2b2c6e8d22cc89
2016-03-02sw: tdf#91131 when renaming a SwNumRule, also ...Michael Stahl
... update the DocumentListsManager::maLists because without that all list styles created in the UI will have GetDefaultListStyleName() == "Untitled1" and then deleting one of them deletes all these entries from maList, which makes the DocumentListsManager unhappy. Change-Id: Ic40e561fc540881ab29566a3f5ecdc8a180c97ef
2016-03-02sw: SwDoc::RenameNumRule() relies on caller checking that ...Michael Stahl
... the new name is not being used. Change-Id: Idd392fa4ab6379ec21c5b308767c052bf28fa5aa
2016-03-02tdf#84938 Change average enum for scoped enumbaltasarq
This is a [partial] patch for tdf#84938, involving the substitution of an average enum for a scoped one. Change-Id: I4b3a19914d30a14dec2640355ba392b943e1ddd7 Reviewed-on: https://gerrit.libreoffice.org/22808 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-02cui: show classification path in SvxPathTabPageMiklos Vajna
It's not really able to modify it yet, as it wants to select a directory, and we need a file instead. Change-Id: I05b0e5a42ef64e56caeae35054fb331e3f1a712c
2016-03-02sfx2 classification: use SvtPathOptionsMiklos Vajna
In preparation to be able to edit the policy path from SvxPathTabPage. Change-Id: I7a8e03e9acf2e8096a5e00d1424c75fe31735c1d
2016-03-02Update to match realityTor Lillqvist
Change-Id: I60d5b6b362bec591bb29fa409361ba8d1f2d4b81
2016-03-02Fix the import of line joins and caps from EMF filesStephan van den Akker
Change-Id: I976336d35366b661e402db484820b4dd9a7b0228 Reviewed-on: https://gerrit.libreoffice.org/22821 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2016-03-02gtk3: menubar close button shouldn't get keyboard focusCaolán McNamara
Change-Id: I6ddd512afa1e41d2dec7c92f61d65ed5bbfa9ace
2016-03-02setListenerState does nothingCaolán McNamara
and thus callStatusListener does nothing so there seems no reason to have a m_statusListeners which is filled by addStatusListener but not emptied by removeStatusListener Change-Id: I7efdf7ccfd123bf7c2aa6add4f8db969a0019089
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
Change-Id: Ie7c23bfee7cb6c73e455a47801f7eb1b481a8cf0
2016-03-02Avoid signed/unsigned mismatch warnings with MSVCStephan Bergmann
Change-Id: I1cca248722d2c9cd4c5b41cca04a0d89b79f3dfa
2016-03-02libxmlsec: start tracking patch upstreaming effortMiklos Vajna
Change-Id: I45519896d745bcc4162d655746585051d47b732d
2016-03-02tdf#98210 do not require R_OK for pipe dirHank Leininger
Also better error handling if pipe dirs are really not usable. Change-Id: I1c865b9a9f1f08d2cffd07343494feca585ec75e Reviewed-on: https://gerrit.libreoffice.org/22727 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-02tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
Change-Id: I956832e69f25ddc25523ffc1c0f289aecf930f68 Reviewed-on: https://gerrit.libreoffice.org/21927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-02Fix error C2057: expected constant expressionMatteo Casalin
Change-Id: Ie345ede60c1204c38a1c157c6335e3ded81fc26f
2016-03-02loplugin:unuseddefaultparams in chart2Noel Grandin
Change-Id: I03a3580fdbd1f6cf08af329b07edcfe09ecbb9aa