summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
move include/vcl/impdel.hxx to vcl/inc/ include impdel.hxx in salframe.hxx remove vcl/impdel.hxx includes in pch add missing <list> includes Change-Id: Id146363b2e20ce0238542929c26a83efb1e8c4bd Reviewed-on: https://gerrit.libreoffice.org/23664 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-28tdf#90795 Fix Hyperlink Dialog for HiDPIChirag Manwani2-4/+11
Change-Id: I30964d3bd3b5c4433e72be45bfa0202661248051 Reviewed-on: https://gerrit.libreoffice.org/23347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-03-24Disable gdrive/OneDrive/Alfresco cloud based on whether they are compiled in.Jan Holesovsky1-7/+9
Change-Id: I81bde1f85489ede4b8c826389146ad0990d6abb6
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht1-1/+14
This change re-introduces linked images in HTML export but keeps embedded image export in mailmerge e-Mail function Change-Id: I9e956b590f4c675b5954e19e4d3948c36b55f1e6 Reviewed-on: https://gerrit.libreoffice.org/23359 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-03-23loplugin:constantparm in svtoolsNoel Grandin20-112/+88
Change-Id: I637efc68d02da527cf543d7e7bfbf51e5e70a1ad
2016-03-21tdf#93837 chart2: Convert shape context menus to xmlMaxim Monastirsky1-13/+0
Change-Id: Ie0589c576b26dd74b9bc16d78a37a01c9bb2985e
2016-03-18convert SvButtonState to scoped enumNoel Grandin3-13/+13
Change-Id: I601f9e2fe33e85cf3f7dc52ee20d68202bd2b09d
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin2-6/+6
Change-Id: Ia8e19473132cf95837acc499c5831b5ca8786a68
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin4-33/+15
looks like this is fallout from commit ac7acb0a "Merged SvTreeListBox and SvLBox." (in year 2012) Change-Id: Iaebeae64fc7cd3ba11f5f45b53bcb65bf906e906
2016-03-17loplugin:constantparam in svtoolsNoel Grandin16-257/+122
Change-Id: I1a3c4a36e29a6712c589ffd3aaada593880d978d Reviewed-on: https://gerrit.libreoffice.org/23304 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-16coverity#1355502 Dereference before null checkCaolán McNamara1-7/+4
Change-Id: I2833454ca4afd9e11a6c0c4fb1386f0dbb0d13d8
2016-03-16coverity#1355503 Dereference before null checkCaolán McNamara1-7/+4
Change-Id: Ie5791423546c15470d0e0aaeb80f8bc9c1c99eeb
2016-03-16loplugin:constantparams in vcl/Noel Grandin3-5/+5
also some improvements to the plugin Change-Id: I0e3a519d70756e577fcb1bd47dd66864b5b4c871 Reviewed-on: https://gerrit.libreoffice.org/23289 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin7-94/+94
Change-Id: I987bf68c767709080c67c8b183c036a4109c6caa
2016-03-15loplugin:constantparamNoel Grandin3-13/+12
Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5
2016-03-10coverity#1355504 Dereference before null checkCaolán McNamara2-2/+2
Change-Id: I1f19fa2b55054bff7bb7e34d8a07dcf29fd229be
2016-03-10No need for extern "C" hereStephan Bergmann1-1/+1
...and fix resulting loplugin:salbool fallout Change-Id: I5ae1497608d31c20b0d10676450a7673dee1c651
2016-03-10Avoid reserved identifierStephan Bergmann1-2/+2
Change-Id: I4e846dcfa3325a1b700da0ec16a380b97a9fb2ed
2016-03-10Avoid reserved identifierStephan Bergmann1-4/+4
Change-Id: I47c9613771bb99c43c12dfe43e2d3c2417403b56
2016-03-10Avoid reserved identifiersStephan Bergmann1-39/+39
Change-Id: I0b9e187be888cb1f89b52dcc60edadf6399802d6
2016-03-10Avoid reserved identifiersStephan Bergmann1-4/+4
Change-Id: Ie27122c31703b1a09874d21a686cd0bc54ebbccb
2016-03-10Avoid reserved identifiersStephan Bergmann1-8/+8
Change-Id: Id82db66f932c033491c6014eecdff4cc48f5c083
2016-03-10Avoid reserved identifierStephan Bergmann1-2/+2
Change-Id: I8fa13369070d8364c8f1f574dfa056d021d4c083
2016-03-10Avoid reserved identifierStephan Bergmann3-10/+10
Change-Id: I59b2e4859fab89fb7508b8c929d4d586495c6022
2016-03-10tdf#97344 : Allow focus change using mouse in autofilter popupDennis Francis1-1/+1
Also modified CycleFocus() to skip controls that are disabled. Change-Id: I6d84e0d4aacc719b83c70e92a17f58f1756ff072 Reviewed-on: https://gerrit.libreoffice.org/21922 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-5/+5
(as some tests derive from the latter only for the Directories part, not for the setUp/tearDown overrides: those tests will be cleaned up next) Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f Reviewed-on: https://gerrit.libreoffice.org/23078 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-10tdf#89329 Use std::unique_ptr for pImpl in svparserAleksas Pantechovskis1-8/+3
Change-Id: Ia791bade1a1f9d27a48994f8bb380ffec50e23bb Reviewed-on: https://gerrit.libreoffice.org/23072 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-09loplugin:vclwidgetsStephan Bergmann1-1/+1
Change-Id: If4ec250577c6ebdc302b89587f4475713baa4b81
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1
Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1
2016-03-09icon view for RemoteFilesDialogSzymon Kłos9-75/+1145
New view type can be accessed in: Start Center > Remote Files > Icon View Cloud service for testing purposes: 1. Start Center > Remote Files > Add service 2. Set type to: Alfresco 4 3. Set host to: http://cmis.alfresco.com/cmisatom 4. Click refresh icon and enter login:admin pass:admin 5. Click OK and open this service Change-Id: I3d4674bb84d1df1b678111adffe2f835d2bb2356 Reviewed-on: https://gerrit.libreoffice.org/22437 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-09loplugin:defaultparamsTor Lillqvist1-2/+2
Change-Id: Ic3dad4fc22612ac69002000c601af5868c8a35d9
2016-03-09loplugin:constantparam in svtoolsNoel Grandin10-58/+51
Change-Id: Ica82c2758030729ee0d1480c16720cf6c8fed487
2016-03-08Revert "tdf#98403: UGX Currency is "Uganda" not "Ganda""Eike Rathke1-1/+1
This reverts commit 42032f5d3b960185a9e4b1b63680af0ae27dca2d. langtab.src lists language/locale names!
2016-03-08Revert "tdf#98403: "Ugandan" is better than "Uganda""Eike Rathke1-1/+1
This reverts commit da75a89925bce029c9464586ebf73e18e0342a9e. langtab.src lists language/locale names!
2016-03-07loplugin:write only fieldsNoel Grandin1-9/+0
Change-Id: Ia0fb487c5590e096659b81f76c4dc543e184c59c
2016-03-07loplugin:unuseddefaultparamsNoel Grandin2-25/+2
Change-Id: Id895d61c0bbea99379bb6e9b4e6d6c54da4c98db
2016-03-07loplugin:unuseddefaultparamsNoel Grandin3-37/+20
Change-Id: Ia414f7845425ef73859ed04853378e96cc738795 Reviewed-on: https://gerrit.libreoffice.org/22971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-4/+0
Change-Id: I244d481bce4723d172e26c0d31aab0a541334604 Reviewed-on: https://gerrit.libreoffice.org/22959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani1-16/+15
Change-Id: I39e9fcfdf2203239ac56d1c8195ca7ac07054817 Reviewed-on: https://gerrit.libreoffice.org/22898 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-05tdf#98403: "Ugandan" is better than "Uganda"Julien Nabet1-1/+1
Change-Id: I3403afc6c7be58ba2796bab28805d08d6b8a3ad6
2016-03-05tdf#98403: UGX Currency is "Uganda" not "Ganda"Julien Nabet1-1/+1
Change-Id: Ibfd0b1f8f0af4717691523b87ffce1bcb2ee4b5d Reviewed-on: https://gerrit.libreoffice.org/22926 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-04loplugin:unuseddefaultparam in svtoolsNoel Grandin11-84/+45
Change-Id: I3ef15fa33791bc5e59c36c1e80f669c7e1e7044b
2016-03-01-Werror=unused-but-set-variableNoel Grandin1-3/+0
Change-Id: I5ed8f2b49453493a143bcb1e15006f22212beefd
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin32-277/+182
Change-Id: I4e9712bea0cc8cf2d48759738806a584dda8268e
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin1-2/+2
Change-Id: Ibf0871601e52ea4fa49e9622176431943c55abdd
2016-02-24convert TokenTypes to scoped enumNoel Grandin1-15/+15
Change-Id: I17c0a616dd6cf48a22896b6cd6b0df157d1f9a9f
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin2-2/+2
Change-Id: I1e81c8d637e738f536f7efad8b67d0c9183e6483
2016-02-23new loplugin: commaoperatorNoel Grandin9-42/+116
Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff
2016-02-18move from boost::signal to typed LinkCaolán McNamara2-8/+4
it doesn't really gain us much to have a handful of boost::signal use in a sea of Links This also fixes a regression in commit 051b29e1025253f35f87a04e297760aa8b40611f Author: Luboš Luňák <l.lunak@collabora.com> Date: Sun Sep 14 15:45:02 2014 +0200 convert Edit autocomplete Hdl to boost signals2 where the conversion was... - if ( maAutocompleteHdl.IsSet() ) + if ( autocompleteSignal.empty() ) instead of the correct + if ( !autocompleteSignal.empty() ) Change-Id: I27270d94c782485c0a7e929bc4980af4527fe82b
2016-02-17loplugin:staticmethodsStephan Bergmann1-1/+1
Change-Id: I568b2bb029ac0c393c75cc556181117ca5c7c7d9