Michael Stahl
69ff012f1a
sw: tdf#91131 when renaming a SwNumRule, also ...
...
... 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-02 15:07:02 +01:00
Michael Stahl
38f3b3fd31
sw: SwDoc::RenameNumRule() relies on caller checking that ...
...
... the new name is not being used.
Change-Id: Idd392fa4ab6379ec21c5b308767c052bf28fa5aa
2016-03-02 15:07:02 +01:00
baltasarq
d9dacecd90
tdf#84938 Change average enum for scoped enum
...
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-02 12:42:24 +00:00
Miklos Vajna
87629f39bb
cui: show classification path in SvxPathTabPage
...
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-02 13:36:27 +01:00
Miklos Vajna
bf1721917c
sfx2 classification: use SvtPathOptions
...
In preparation to be able to edit the policy path from SvxPathTabPage.
Change-Id: I7a8e03e9acf2e8096a5e00d1424c75fe31735c1d
2016-03-02 13:36:27 +01:00
Tor Lillqvist
a0cc0d2a45
Update to match reality
...
Change-Id: I60d5b6b362bec591bb29fa409361ba8d1f2d4b81
2016-03-02 14:27:21 +02:00
Stephan van den Akker
fe3ac07886
Fix the import of line joins and caps from EMF files
...
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-02 12:20:05 +00:00
Caolán McNamara
3a4b68260b
gtk3: menubar close button shouldn't get keyboard focus
...
Change-Id: I6ddd512afa1e41d2dec7c92f61d65ed5bbfa9ace
2016-03-02 11:41:40 +00:00
Caolán McNamara
57d85c0e8d
setListenerState does nothing
...
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-02 11:41:40 +00:00
Noel Grandin
e09df5a70a
loplugin:unuseddefaultparams in sc (part1)
...
Change-Id: Ie7c23bfee7cb6c73e455a47801f7eb1b481a8cf0
2016-03-02 11:23:11 +02:00
Stephan Bergmann
da83d2899e
Avoid signed/unsigned mismatch warnings with MSVC
...
Change-Id: I1cca248722d2c9cd4c5b41cca04a0d89b79f3dfa
2016-03-02 09:29:21 +01:00
Miklos Vajna
3f9416d703
libxmlsec: start tracking patch upstreaming effort
...
Change-Id: I45519896d745bcc4162d655746585051d47b732d
2016-03-02 09:26:47 +01:00
Hank Leininger
87c0111340
tdf#98210 do not require R_OK for pipe dir
...
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-02 08:17:13 +00:00
Sedat Ak
f0c38c67e4
tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
...
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-02 08:12:20 +00:00
Matteo Casalin
ad0aec407d
Fix error C2057: expected constant expression
...
Change-Id: Ie345ede60c1204c38a1c157c6335e3ded81fc26f
2016-03-02 08:31:36 +01:00
Noel Grandin
f69585c354
loplugin:unuseddefaultparams in chart2
...
Change-Id: I03a3580fdbd1f6cf08af329b07edcfe09ecbb9aa
2016-03-02 07:57:38 +02:00
Noel Grandin
33265f52df
loplugin:unuseddefaultparam in cui
...
Change-Id: I445b96a2ed4364616b2cb6a23efe36afb3f862f7
2016-03-02 07:57:38 +02:00
Noel Grandin
09b5fe4c89
loplugin:unuseddefaultparam in desktop
...
Change-Id: I9a7ac03dcbc3849eced0f8431e186b59b31b2418
2016-03-02 07:57:38 +02:00
Noel Grandin
b0e18a68c8
loplugin:unuseddefaultparam in forms
...
Change-Id: I5a2b50163acfda3878fe5625a605e3437a7cc700
2016-03-02 07:57:38 +02:00
Noel Grandin
7607b608d6
loplugin:unuseddefaultparam in framework
...
Change-Id: I4c5baa6f524e3382794c4844b7444904cc38584a
2016-03-02 07:57:38 +02:00
Noel Grandin
88eda6e3f9
loplugin:unuseddefaultparam in l10ntools
...
Change-Id: I688ed796c054002ed05a1a2faa04c6f7a3123ef0
2016-03-02 07:57:37 +02:00
Noel Grandin
5055b4ad7b
loplugin:unuseddefaultparam in lotuswordpro
...
Change-Id: I60a7a6d1b576411bea63f1616f2103ec6f126915
2016-03-02 07:57:37 +02:00
Noel Grandin
1fe8e60c01
loplugin:unuseddefaultparam in reportdesign
...
Change-Id: I7663ed82da85794ed8409f03e21940cd26786c5a
2016-03-02 07:57:37 +02:00
Noel Grandin
1e34462c53
loplugin:unuseddefaultparam in rsc
...
Change-Id: Ib4cbc48295e7c16683765d1c1420fcf73235517d
2016-03-02 07:57:37 +02:00
Noel Grandin
b887f73ff0
loplugin:unuseddefaultparam in scaddins
...
Change-Id: I47f7ead34832c19d5194c1e4ccf190384262f436
2016-03-02 07:57:37 +02:00
Noel Grandin
e65506968f
loplugin:unuseddefaultparam in sd
...
Change-Id: Ic1bb6903a7e4d4aae44b0a2a21a46590d5b4027f
2016-03-02 07:57:37 +02:00
Noel Grandin
a8aafaee13
loplugin:unuseddefaultparam in sdext
...
Change-Id: I6919b8ca82e81153f4f8b663f00c9ede5ffe6305
2016-03-02 07:57:37 +02:00
Noel Grandin
bd5ceabb53
loplugin:unuseddefaultparam in sfx2
...
Change-Id: I37afde801a6468c79259fe51acbdea0614c2c8c5
2016-03-02 07:57:36 +02:00
Matteo Casalin
0d34f4ac9b
Data member nStartIndex can be const
...
Change-Id: I94a3bdd01186061fbd95b62494c24a50f0c4866d
2016-03-01 23:51:06 +01:00
Matteo Casalin
f00967cf38
sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndex
...
Change-Id: I212cb3bb9d920741629fc4564bbd28b393e8fe00
2016-03-01 23:51:05 +01:00
Matteo Casalin
4845155e01
UniqueIndexImpl::size() is unneeded
...
Change-Id: I36c4d80ecf3ba3c88c98f5ad0a3fc1728332b25b
2016-03-01 23:51:05 +01:00
Eike Rathke
02caf16fc7
remnants of the past ...
...
... when OUString had to be automatically converted to String, but
nowadays we can return a const reference instead.
Change-Id: Ic3a68e100bd176b223575da8713c9dbdfe71c3d7
2016-03-01 20:54:05 +01:00
Matúš Kukan
5a1cd2f30d
OSingletonRegistration is dead now
...
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-01 19:36:58 +00:00
Miklos Vajna
9bd334a475
sfx2 classification: don't hardcode the policy path
...
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-01 17:33:07 +00:00
Samuel Mehrbrodt
398fadca9a
tdf#98277 Display shortcut only in tooltip, not in toolbutton name
...
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 18:11:58 +01:00
Stephan Bergmann
9582fd9807
-Werror,-Wshadow
...
Change-Id: I007ea13a059d8b067e4819fb61f0ea2e15c638a5
2016-03-01 17:19:31 +01:00
Stephan Bergmann
377bb64b54
-Werror,-Wnon-virtual-dtor
...
Change-Id: Ibeed52359852451b800e083ddc4c221dea41a294
2016-03-01 17:19:12 +01:00
Stephan Bergmann
6d1a9af30e
-Werror,-Wunused-macros
...
Change-Id: I0269ae5c13c75327648c0018007d78dbf37f1648
2016-03-01 17:18:53 +01:00
Caolán McNamara
9f61007bb0
valgrind: fix g_variant leak
...
Change-Id: I6d10c7d20f9bc1dfcaa60ad89a9092fe06922074
2016-03-01 15:50:53 +00:00
Caolán McNamara
d45c60daf8
coverity#1327140 UrF: Unread field
...
Change-Id: Iab2d56eae3d068db7347a486e848a1bedb917034
2016-03-01 15:50:53 +00:00
Ashod Nakashian
2a5b8f34eb
Exclude xmlsec headers from precompiled headers
...
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-01 15:03:57 +00:00
Miklos Vajna
58a22dc030
officecfg: add .uno:ClassificationApply tooltip
...
Change-Id: I03d3cff3365e7ffb6a1218398cb0a6b3de1ce3be
2016-03-01 15:41:02 +01:00
Miklos Vajna
e0e6d8a582
sfx2 classification: select current toolbar listbox entry when state changes
...
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-01 15:41:02 +01:00
Caolán McNamara
a03958af8d
coverity#1352213 Unchecked return value
...
Change-Id: Iae1c0a09eae410136569ed1480dbcdfff589f20e
2016-03-01 12:02:08 +00:00
Miklos Vajna
20ad023a91
ccu#1573 sc lok: fix reporting of hidden row height
...
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-01 12:20:16 +01:00
Miklos Vajna
a531af237d
gtktiledviewer: log .uno:ViewRowColumnHeaders command result
...
Change-Id: I6d71071371ef54f70613246162c893daa56b7bb9
2016-03-01 12:20:16 +01:00
Caolán McNamara
2fb8c4b642
coverity#1326385 Dereference null return value
...
Change-Id: I0097e9759c1ac3a1e03d9c2741c109e147dce540
2016-03-01 10:53:55 +00:00
Noel Grandin
16067d4f90
loplugin:unuseddefaultparam in shell
...
Change-Id: Ib14fd4f7f0a23f83801f448aa2c22e550057ec71
2016-03-01 12:48:52 +02:00
Noel Grandin
def71473d2
loplugin:unuseddefaultparam in sot
...
Change-Id: I36f88f060377fa754d4a47956932d73c47d14ece
2016-03-01 12:48:51 +02:00
Noel Grandin
08e14eb270
loplugin:unuseddefaultparam in starmath
...
Change-Id: I740d931c0236c1a4d40013b458f249692695d6e5
2016-03-01 12:48:50 +02:00