summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-02loplugin:unuseddefaultparam in desktopNoel Grandin
Change-Id: I9a7ac03dcbc3849eced0f8431e186b59b31b2418
2016-03-02loplugin:unuseddefaultparam in formsNoel Grandin
Change-Id: I5a2b50163acfda3878fe5625a605e3437a7cc700
2016-03-02loplugin:unuseddefaultparam in frameworkNoel Grandin
Change-Id: I4c5baa6f524e3382794c4844b7444904cc38584a
2016-03-02loplugin:unuseddefaultparam in l10ntoolsNoel Grandin
Change-Id: I688ed796c054002ed05a1a2faa04c6f7a3123ef0
2016-03-02loplugin:unuseddefaultparam in lotuswordproNoel Grandin
Change-Id: I60a7a6d1b576411bea63f1616f2103ec6f126915
2016-03-02loplugin:unuseddefaultparam in reportdesignNoel Grandin
Change-Id: I7663ed82da85794ed8409f03e21940cd26786c5a
2016-03-02loplugin:unuseddefaultparam in rscNoel Grandin
Change-Id: Ib4cbc48295e7c16683765d1c1420fcf73235517d
2016-03-02loplugin:unuseddefaultparam in scaddinsNoel Grandin
Change-Id: I47f7ead34832c19d5194c1e4ccf190384262f436
2016-03-02loplugin:unuseddefaultparam in sdNoel Grandin
Change-Id: Ic1bb6903a7e4d4aae44b0a2a21a46590d5b4027f
2016-03-02loplugin:unuseddefaultparam in sdextNoel Grandin
Change-Id: I6919b8ca82e81153f4f8b663f00c9ede5ffe6305
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
Change-Id: I37afde801a6468c79259fe51acbdea0614c2c8c5
2016-03-01Data member nStartIndex can be constMatteo Casalin
Change-Id: I94a3bdd01186061fbd95b62494c24a50f0c4866d
2016-03-01sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin
Change-Id: I212cb3bb9d920741629fc4564bbd28b393e8fe00
2016-03-01UniqueIndexImpl::size() is unneededMatteo Casalin
Change-Id: I36c4d80ecf3ba3c88c98f5ad0a3fc1728332b25b
2016-03-01remnants of the past ...Eike Rathke
... when OUString had to be automatically converted to String, but nowadays we can return a const reference instead. Change-Id: Ic3a68e100bd176b223575da8713c9dbdfe71c3d7
2016-03-01OSingletonRegistration is dead nowMatúš Kukan
Change-Id: I64a5ffa8790496bd39ba26e0c789db9eedc51071 Reviewed-on: https://gerrit.libreoffice.org/22788 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
2016-03-01sfx2 classification: don't hardcode the policy pathMiklos Vajna
This moves the path from code to configuration, UI is still missing to actually edit that configuration key though. Change-Id: Ie9e9fa986544c8df99203b7f50f19f886ad64009 Reviewed-on: https://gerrit.libreoffice.org/22817 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-03-01tdf#98277 Display shortcut only in tooltip, not in toolbutton nameSamuel Mehrbrodt
When toolbar buttons have no icon, the text is displayed instead. In this case the shortcut should not be displayed (only in the tooltip). Change-Id: I42ac855c8f9bbbad5114b77a29927003b8ca095e
2016-03-01-Werror,-WshadowStephan Bergmann
Change-Id: I007ea13a059d8b067e4819fb61f0ea2e15c638a5
2016-03-01-Werror,-Wnon-virtual-dtorStephan Bergmann
Change-Id: Ibeed52359852451b800e083ddc4c221dea41a294
2016-03-01-Werror,-Wunused-macrosStephan Bergmann
Change-Id: I0269ae5c13c75327648c0018007d78dbf37f1648
2016-03-01valgrind: fix g_variant leakCaolán McNamara
Change-Id: I6d10c7d20f9bc1dfcaa60ad89a9092fe06922074
2016-03-01coverity#1327140 UrF: Unread fieldCaolán McNamara
Change-Id: Iab2d56eae3d068db7347a486e848a1bedb917034
2016-03-01Exclude xmlsec headers from precompiled headersAshod Nakashian
Internal headers should not be exposed, rather xmlsec-wrapper.h should be used. Unfortunately, the latter causes undefined symbols on Linux when pch is enabled. Change-Id: Id68f1cde5090f1a8ba9530894e08edbeb3ad4165 Reviewed-on: https://gerrit.libreoffice.org/22811 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-01officecfg: add .uno:ClassificationApply tooltipMiklos Vajna
Change-Id: I03d3cff3365e7ffb6a1218398cb0a6b3de1ce3be
2016-03-01sfx2 classification: select current toolbar listbox entry when state changesMiklos Vajna
With this, if .uno:ClassificationApply is invoked from e.g. a macro, the toolbar listbox is updated to reflect the classification of the document. Previously the listbox wasn't updated. Change-Id: I45a7c6ee2f3b06e048fa119264c615e78bc46b37
2016-03-01coverity#1352213 Unchecked return valueCaolán McNamara
Change-Id: Iae1c0a09eae410136569ed1480dbcdfff589f20e
2016-03-01ccu#1573 sc lok: fix reporting of hidden row heightMiklos Vajna
For columns we use ScDocument::GetColWidth(), which returns 0 for hidden columsn. Do the same for rows: so instead of using GetOriginalHeight(), use GetRowHeight(), and then 0 size will be reported for hidden rows as well. Change-Id: Ic23b6af744bbc8e194e1906614adebe5ba0c7ced
2016-03-01gtktiledviewer: log .uno:ViewRowColumnHeaders command resultMiklos Vajna
Change-Id: I6d71071371ef54f70613246162c893daa56b7bb9
2016-03-01coverity#1326385 Dereference null return valueCaolán McNamara
Change-Id: I0097e9759c1ac3a1e03d9c2741c109e147dce540
2016-03-01loplugin:unuseddefaultparam in shellNoel Grandin
Change-Id: Ib14fd4f7f0a23f83801f448aa2c22e550057ec71
2016-03-01loplugin:unuseddefaultparam in sotNoel Grandin
Change-Id: I36f88f060377fa754d4a47956932d73c47d14ece
2016-03-01loplugin:unuseddefaultparam in starmathNoel Grandin
Change-Id: I740d931c0236c1a4d40013b458f249692695d6e5
2016-03-01loplugin:unuseddefaultparam in svgioNoel Grandin
Change-Id: I47fe88cd8c943acb9162cdfca53fb5fdbaacec04
2016-03-01loplugin:unuseddefaultparam in storeNoel Grandin
Change-Id: I825eb075b73daa5bf52e1d41c32cf2100abebe47
2016-03-01coverity#1352212 Unchecked return valueCaolán McNamara
Change-Id: I75a6853a6708585201dbc4722e7a19cd568a48f7
2016-03-01coverity#1326304 Explicit null dereferencedCaolán McNamara
Change-Id: I1fba88431ec7e5154f39bb0c76e622c6129011d2
2016-03-01coverity#1326444 Dereference null return valueCaolán McNamara
Change-Id: I0163b298a3c3359b0f035515408f2a81ef405377
2016-03-01coverity#1326460 Dereference null return valueCaolán McNamara
Change-Id: I15e41410064ad6957237e8e79fceb48e152681af
2016-03-01coverity#1326847 DP: Use doPrivilegedCaolán McNamara
and coverity#1326848 DP: Use doPrivileged Change-Id: Ida9706055ade82cdf901f2f78687ee0270b499c4
2016-03-01tdf#98277 Extensions: Display shortcut in toolbar tooltipSamuel Mehrbrodt
Change-Id: Icc16860d8b47a3724838fdb3dcb72dfb4398167d Reviewed-on: https://gerrit.libreoffice.org/22779 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-03-01gtk3: gdk_x11_display_set_window_scale needs 3.10.0Caolán McNamara
Change-Id: I4c86082eca0e7618de30841e6fe7040be7326098
2016-03-01replace SetExtendedFrameStyle + m_nExtStyle hack to direct updateWMClass callCaolán McNamara
Change-Id: I2b7dd0ea24794d08557620dda8ca1de71244ec61
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
Change-Id: Ifc82563c8930332d460df4d97935ba6e9946689f
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin
Change-Id: I2a974ba76566700c2037fcb38de3ecfea9d2651d
2016-03-01loplugin:vclwidgetsStephan Bergmann
Change-Id: Ia03a625933aa8daf816c1cf4f58aa86b0d12e579
2016-03-01MS Write conversion should default to CP1252Sean Young
2f7f818eeada83c0491dbf40253934d177c36621 "Add Microsoft Word for DOS conversion" changed this to CP1251 by mistake. Change-Id: I5d51d8518322a7e542ae8931cf7e72053d89f971 Reviewed-on: https://gerrit.libreoffice.org/22787 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-01loplugin:sallogareasStephan Bergmann
Change-Id: I2cd994a4f497a59f33e6ed3a23388565fd7b88c2
2016-03-01loplugin:overrideStephan Bergmann
Change-Id: Ib051a2468b219aeae9eedef6d6930ea67815ab6e
2016-03-01tdf#96326 RTF import: handle checkbox form field undefined resultMiklos Vajna
The RTF spec is quite terse on how the form filed result should be interpreted, but the binary equivalent documents properly that checkboxes have 3 valid states: 0, 1 and 25, the later meaning undefined. Use the default value in that case. Change-Id: I672bf8d1f63d7880227b7fa7b5c81f91e1877b2a