summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-30fdo#44314 non-standard hyphenation at soft hyphens + with pers. dic.László Németh
Change-Id: I25e7c13036c6ce1948cc33d45901ef69a258fb03
2014-01-30literaltobool conversion plugin, reduce spurious warnings with clang 3.3Noel Grandin
It appears that clang 3.3 also generates spurious warnings, so adjust the ifdef Change-Id: Idb57f7eafd55effd4c7c8b1f96c03c2ea6ddaba3
2014-01-30merge property map for import and exportLionel Elie Mamane
why would they ever need to be different? There was maybe/probably a bug lurking behind their being different. Change-Id: I5db7f1596aec0d2a504ec7901c001054fd7fd121
2014-01-30swpagerelsize: add layout testsMiklos Vajna
Change-Id: I0c5b606518ce782ffb5e48a859910c4e9e09c76d
2014-01-30"stati" considered both pretentious and incorrect LatinMichael Stahl
As one knows, the Latin plural of the noun status is statūs. Change-Id: I6b19c57aa2aedcc1337736becc93d8802fe03f2e
2014-01-30fdo#71810 make argument names consistent with Gnumeric and ExcelWinfried Donkers
Using "Number" as name for both argument 1 and 2 can be confusing, too. Change-Id: I9fcc7cdfd32b0549a8df9d32c03f4207c040401c Reviewed-on: https://gerrit.libreoffice.org/7408 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-01-30vcl: another missing sal/types.hMichael Stahl
Change-Id: I2a7610d6ae41b9351fbe8dc18f6306f26d03e326
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers
PERCENTILE.EXC, PERCENTILE.INC PERCENTRANK.EXC, PERCENTRANK.INC QUARTILE.EXC, QUARTILE.INC RANK.EQ, RANK.AVG Function ScInterpreter::ScRank() has been rewritten to give the function the same way of computing as the related functions in this patch. Change-Id: If3096b265bd47ca5f4afcab7ff746f7c8511df82 Reviewed-on: https://gerrit.libreoffice.org/7319 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-01-30fdo#73869 fix highlight RTL Problem at the StartCenter window.Faisal M. Al-Otaibi
Change-Id: I744d8f85c6e4c555ef8916281ebdc709fe6ddfa9 Reviewed-on: https://gerrit.libreoffice.org/7719 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Sidebar Text panel cleanupMaxim Monastirsky
Change-Id: I6cbf5a9e5ad9d61df2abbcc835ba60d45768deeb Reviewed-on: https://gerrit.libreoffice.org/7687 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Subscript/Superscript also don't depend on argsMaxim Monastirsky
Change-Id: Ie96876ae402d5497bf5a03bca54f63305ebd9914 Reviewed-on: https://gerrit.libreoffice.org/7676 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#39468 Translate German comments (include/svx/(fmsearch|svdopath).hxx)Sven Wehner
In include/svx/fmsearch.hxx and include/svx/svdopath.hxx. Also remove some ASCII art, and redundant comments. Change-Id: I766150c9d80ec087525713783a483a7057a7130c Reviewed-on: https://gerrit.libreoffice.org/7705 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Assert in X11SalSystem::GetDisplayScreenPosSizePixelChris Sherlock
If we detect that the display is using Xinerama, then we shouldn't be able to pick a screen more than the number of screens available! Therefore, assert if we meet this condition. Also remove a comment decoration. Change-Id: Ic8d2e0acf3e65825b76472adbd4a355e5435b6df Reviewed-on: https://gerrit.libreoffice.org/7694 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Disable Increase/Decrease buttons when limits are reachedMaxim Monastirsky
And simplify the code: - Use sal_uInt32 directly, without useless casting to SwTwips. - Check for slot id directly, without an additional variable. - Remove the redundant loop. Change-Id: Ica76a166c88213cdd39e44482ce834d3555afb60 Reviewed-on: https://gerrit.libreoffice.org/7654 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30sfxdefs.hxx: include the header that declares the used sal typesMichael Stahl
Change-Id: I1aeadbb0add8eae3e6b5ee46ce5524391862db57
2014-01-30sdremote: LibreOffice Remote for Impress version 2.0.0sdremote-2.0.0Christian Lohmaier
Change-Id: Ia1d1fef129fdccb186fa07102d3c5fcb91470fe9
2014-01-30comit translations for sdremoteChristian Lohmaier
Change-Id: Ia7f566cb9b1025f431c64180d696fb13e5726929
2014-01-30sdremote: add about/license infoChristian Lohmaier
The activity tired to include a file that was not checked in at all (probably due .gitignore ignoring assets), so replace that with a simple linear layout. Change-Id: I505855346f440712b7e170080b7db11b775c4172
2014-01-30Add Increase/Decrease font functionality to drawing objectsMaxim Monastirsky
Change-Id: I9abfca6f8cefd1e1211a98fa36ce07a407c2fd06 Reviewed-on: https://gerrit.libreoffice.org/7655 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30reset Stati is presumably to reset stateCaolán McNamara
Change-Id: Ib448d4e43178dedea6bdaebfc78d850b07aebe3e
2014-01-30fdo#39468 Translate German commentsSven Wehner
Also remove ASCII art, and fix minor typos. Note: I left the unknown word "Stati" as is. This could be an incorrect plural for "status". Change-Id: Ic19407c0ebb3aba3ebba4940b2511ba5b8dc825e Reviewed-on: https://gerrit.libreoffice.org/7716 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#63154 Removed unused solar.h ref. in svxAlexandre Vicenzi
Change-Id: I1671746d6c433fa3b770eb58bc418e4eddbe8dd4 Reviewed-on: https://gerrit.libreoffice.org/7737 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#63154 Removed unused solar.h ref. in sfx2Alexandre Vicenzi
Change-Id: I7fd8815482c3491d28e0d353e725e7c37aa52fc3 Reviewed-on: https://gerrit.libreoffice.org/7736 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#63154 Removed unused solar.h ref. in basic and formulaAlexandre Vicenzi
Change-Id: Ibf30f29653568929e65ebd897cef474a6838d5cc Reviewed-on: https://gerrit.libreoffice.org/7735 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30glew: stop linking to unneeded Xmu, Xi, Xext librariesMichael Stahl
Change-Id: I449a08699f0f980a2fe4624363116e6fae2b549c
2014-01-30drawingML: fix transparency of shape solid fillJacobo Aragunde Pérez
The empty value for transparency in drawingML is 100% and not 0. Change-Id: I5f34f03b9b72cc20e92e32f9c9bc1bdfae73ff55
2014-01-30fdo#63154 Removed unused solar.h ref. in svlAlexandre Vicenzi
Change-Id: I0452b1fa83c52a7466a025259b086e82ec1dba83 Reviewed-on: https://gerrit.libreoffice.org/7734 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi
Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a Reviewed-on: https://gerrit.libreoffice.org/7738 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt
Change-Id: I4520eea08e43ccd657c1db03b258ef84612da971 Reviewed-on: https://gerrit.libreoffice.org/7726 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi
Change-Id: I038c941559a275c43c2be7d5453ca4c37390f343 Reviewed-on: https://gerrit.libreoffice.org/7733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svxAlexandre Vicenzi
Change-Id: I241661119371b75804fcf9215ff5e5da2a5b9265 Reviewed-on: https://gerrit.libreoffice.org/7732 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30swpagerelsize: add offapi documentationMiklos Vajna
Change-Id: Ibdc495d604fb6a1c864441b8f7573b90600679c4
2014-01-30coverity#983054, reorder code to avoid memory leakStephan Bergmann
Change-Id: If14160802f77673e3ebe69850e00d0506125969c
2014-01-30swpagerelsize: implement ODF import/exportMiklos Vajna
Export rel-height-rel / rel-width-rel only in case rel-height / rel-width is non-zero, though. Change-Id: I36120cbd8679ac4fc072d1e7cf4dfc024836b5ac
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi
Change-Id: I09cca73d8d77af259965e74e1b29a88aa5c315ab Reviewed-on: https://gerrit.libreoffice.org/7731 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30convert cert path page to .uiCaolán McNamara
Change-Id: Ic726e5665a46b9e34fb05d800460b50977d94ee6
2014-01-30Updated coreCaolán McNamara
Project: help 0d1ddfecb49e14b4e047e4a53e1d20629c1d192a
2014-01-30coverity#705438, obey preconditions of OUString functionsStephan Bergmann
Change-Id: Ifd8d9a258ca69fbcdafbbb7b8eedd1905e3473bd
2014-01-30Updated coreCaolán McNamara
Project: help 72269435e49e5826151726d31ff8bc7a61bd40a2
2014-01-30convert view certs tabdialog to .uiCaolán McNamara
Change-Id: Iee67e273cf19a1af6c4947870bb9f131f0a6cc11
2014-01-30fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier.Matúš Kukan
Change-Id: I4674ed6852807e08ff8319515b0ab4e9535b668a
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
2014-01-30fwk: Constructor feature for single-instance TaskCreatorService.Matúš Kukan
Change-Id: I9e994ebb4822458039709690aa5dd0a7f75735ac
2014-01-30fwk: Constructor feature for single-instance SubstitutePathVariables.Matúš Kukan
Change-Id: Ibd626f00bb844ae8ec1cab773093b8c94bf8d936
2014-01-30unused headersMatúš Kukan
Change-Id: I908259219c94d88dfe2dafee84bbf93cc49d63dc
2014-01-30fwk: Constructor feature for single-instance WindowContentFactoryManager.Matúš Kukan
Change-Id: I6786bc1d76fd57edc8dfacb667b53deab792bd20
2014-01-30Introduce com.sun.star.ui.theWindowContentFactoryManager singleton.Matúš Kukan
Change-Id: If979db945b2f5e50e146fdadafd1559530c50122
2014-01-30stray printfCaolán McNamara
Change-Id: If0a151822db6555c52077e77b05bf381010c13bf
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand
(no advantages but some problems), increased png support (cherry picked from commit c991f7cae8dcb306cb0d1f32bc5fcd8ea0a1ea81) Change-Id: I52bef1295b32eb3692a0428c96edd0c55287f34a
2014-01-30fdo#73550 : Fix for files having spacing issues due to missing pPr/rPrNikhil Walvekar
for empty paragraphs. Change-Id: I7e73a750982a0bd57da602379ea47c8bf9c194fe Reviewed-on: https://gerrit.libreoffice.org/7587 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>