summaryrefslogtreecommitdiffstats
path: root/configmgr/qa
Commit message (Collapse)AuthorAgeFilesLines
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
| | | | | | | | | | | so we can remove unnecessary calls to the OUString(literal) constructor when calling constructors like this: Foo(OUString("xxx"), 1) Change-Id: I1de60ef561437c86b27dc9cb095a5deb2e103b36 Reviewed-on: https://gerrit.libreoffice.org/33698 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Kill the AutoPilotPresentations UNO commandGabor Kelemen2016-11-211-5/+0
| | | | | | | | | | | The presentation wizard was removed in bb8040595c9b6f0ccde39e6833f27a50abb891d8 but the corresponding UNO command is still available. Change-Id: I54e676672bb53d0283394a0ebffbe9f94f29d9c0 Reviewed-on: https://gerrit.libreoffice.org/30983 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* tdf#95386 Remove remains of .uno:HelperDialogGabor Kelemen2016-09-281-8/+0
| | | | | | | Change-Id: Id131de5bf2b97a35fc67258fe5029fad0b4edf5e Reviewed-on: https://gerrit.libreoffice.org/29352 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
| | | | | | | | | | | | | | | | | The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
* configmgr: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-08-051-5/+5
| | | | | | | Change-Id: I19e197db4158939875fab0d9e51d903aa1671b37 Reviewed-on: https://gerrit.libreoffice.org/27893 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* tdf#61396 Possibility to edit a template not in Template RepositoryAkshay Deep2016-06-151-2/+2
| | | | | | | | | | | | | Menu Sequence: Open Template... Save as Template... ---------------------- Manage Templates Change-Id: I0d0c8ca15d8dc38662e7f84a4f598933c13dd512 Reviewed-on: https://gerrit.libreoffice.org/26179 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com> Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>
* tdf#91781 A round of minor tweaks to Writer's menusYousuf Philips2016-05-311-1/+1
| | | | | | | Change-Id: I0c37f9e0349af0cd9dc41c500543da7532fb9198 Reviewed-on: https://gerrit.libreoffice.org/23976 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
* Remove Edit -> Plug-in as no longer usedBryan Quigley2016-05-031-8/+0
| | | | | | | | | | | | | | | | This functionality seems to only have been used with NPAPI plugins. They've been previously removed. Per the help text, if it is still used by anything, you can use the context menu instead. MN_READONLY_PLUGINOFF also appeared to be unused, so removed. More code might be removable, but would affect activate on click/visible. Change-Id: I12d5bf54edd3a2f716912179b87e798b47b3cc3d Reviewed-on: https://gerrit.libreoffice.org/24500 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-081-5/+0
| | | | | | | Change-Id: Ia62de30ae94bdae87cd5109c44eab40af4d020e5 Reviewed-on: https://gerrit.libreoffice.org/22985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* tdf#70998 Termchange: Graphic/Picture->Imageakki952016-02-021-2/+2
| | | | | | | | | Changed visible terms as required. Change-Id: Id4335629977aa8512c753241d7c2203820716b73 Reviewed-on: https://gerrit.libreoffice.org/21857 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* Kill remaining plugin bitsMaxim Monastirsky2015-12-301-24/+0
| | | | | | | Change-Id: Icd99757b48626ef43313e8de42c4e5462f85a958 Reviewed-on: https://gerrit.libreoffice.org/21008 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
* loplugin:unusedfields in chart2Noel Grandin2015-12-231-1/+0
| | | | Change-Id: I8203f84ad8b138932c990032e17ea5d2daf384bb
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-061-12/+12
| | | | Change-Id: I409ea5a7e4b6a8e2886d5b489b66b217b3be58b6
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-13/+13
| | | | Change-Id: Iab64ec9b325da65b90d79f3c986e97774825f6e2
* yyyyyNoel Grandin2015-11-041-13/+6
| | | | Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-4/+2
| | | | | | | Change-Id: Iaf3d83ba1490cb1d97a5bd4d1f7cd6943d4a7296 Reviewed-on: https://gerrit.libreoffice.org/19704 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
| | | | Change-Id: I080668f86f0ab8b3bba857ee21411f907ae285c4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-8/+8
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* Create a wrapper to make listening for configmgr changes easy.Michael Meeks2015-10-091-0/+47
| | | | | | | Change-Id: Ib58d04f9e046e604b24e0e338796a7a60aa1d6fd Reviewed-on: https://gerrit.libreoffice.org/19253 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* configmgr: remove unused old dmake fileMiklos Vajna2015-10-021-84/+0
| | | | Change-Id: Idbeadeaebf85c9de84d6fafe4d140c77907c0eeb
* tdf#92639: Slashes are allowed in set member names, of courseStephan Bergmann2015-07-131-2/+3
| | | | Change-Id: I30944fe9611e83566c891a7d1461ad02979daddd
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-131-2/+2
| | | | | | | | | with the variadic variants, in configmgr. Change-Id: I0cf82ab487ed879aa385d6065e908e347c0778e8 Reviewed-on: https://gerrit.libreoffice.org/16964 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Validate names of elements added via the APIStephan Bergmann2015-07-071-0/+37
| | | | Change-Id: I052f8ca6a8788665acb1bf87456f7cc67d64c365
* coverity#1269597 Uncaught exceptionCaolán McNamara2015-02-121-4/+4
| | | | | | | | and coverity#1269596 Uncaught exception Change-Id: I0466e66cd33dd842296131f73376bc95308254e4
* loplugin:unreffunStephan Bergmann2015-02-111-178/+184
| | | | Change-Id: I6cfa63043460a5776873087c62cfbb2753c88f83
* tdf#46723 - enable configmgr unit testsRadu Ioan2015-02-111-46/+38
| | | | | | | | | | | | | Known limitation: Disabled testThreads because it fails on writerThreads libreoffice/configmgr/qa/unit/test.cxx:500:(anonymous namespace)::Test::testThreads assertion failed - Expression: success Some exception is catched for some writerThread Change-Id: I5b891bec25599c4536827ffa7ea514b1cdf08b46 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* line spacing: Change the implementation so that it can be used in toolbars.Jan Holesovsky2014-11-041-0/+5
| | | | | | | Before it was only sidebar-specific, duplicating most the sfx2 framework, and making it impossible to be used from the toolbars. Change-Id: Ibb382633395157602dd806052824e5275503c3e0
* Bin unused version.map fileTor Lillqvist2014-10-221-25/+0
| | | | Change-Id: Ic0efcf61e43864d531721474540ec138033bffe6
* WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist2014-10-221-8/+8
| | | | | | | | CppunitTest_configmgr_unit fails, though, so I did not uncomment it in Module_configmgr.mk. Presumably one would need to look in the old configmgr/qa/unit/makefile.mk to find out how to run it. Change-Id: Id368fd94076f873bfdd34f1829d6a009daa7fa84
* WaE: Unreferenced function definitionTor Lillqvist2014-10-221-28/+0
| | | | Change-Id: I3364da59679875c21691fa758578fd871e359956
* SID_TOGGLE_MENUBAR (aka slot:6661, .uno:MenuBarVisible) is deadStephan Bergmann2014-10-171-5/+0
| | | | | | | | | | | | | | | | | | | ...since introduction of XLayoutManager's private:resource/menubar/menubar in 3fb2acf5b77bff59909f616c44c7de17048b64d7 "INTEGRATION: CWS layoutmanager (1.52.10); FILE MERGED" etc. and final removal of SID_TOGGLE_MENUBAR bits in f605b16e395e8ccc3d1aba7907b0792039016f69 "INTEGRATION: CWS sfxcleanup (1.119.8); FILE MERGED" etc. What still needs fixing are extensions/source/activex/SOActiveX.cxx odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java odk/examples/OLE/activex/SOActiveX.cpp in a similar way as e.g. 0273d3d81d29d5c1f6c387cca633cd99722c100e "INTEGRATION: CWS jl18 (1.6.8); FILE MERGED." Change-Id: I52a43fc7186a4f60929ab6246a2da2e715be7510
* remove dead ToolBox RID_HELPBARThomas Arnhold2014-08-181-5/+0
| | | | Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd
* fdo#80536 UI: Menu entry for 'Edit File' -> 'Edit Mode'Joren De Cuyper2014-07-211-1/+1
| | | | | | | | | | In this commit not only a menu entry is created, also the name is changed from 'Edit File' to 'Edit Mode'. Change-Id: Icd7998307cb0337dd2ee95b298452557ab37375b Reviewed-on: https://gerrit.libreoffice.org/10211 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fix-includes.pl: configmgrThomas Arnhold2014-05-281-32/+32
| | | | Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-32/+16
| | | | | | This is largely unnecessary when working with OUString Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
| | | | Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
* configmgr: cleanup unit test pieces.Michael Meeks2013-09-101-39/+38
| | | | Change-Id: I3d849a1676c638d431a15672c5a7253b70f4e610
* fdo#46723 enable configmgr unit testsJelle van der Waa2013-09-101-5/+6
| | | | Change-Id: Id2a10374d207fc079093cdb9a78ac30171251e46
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-92/+92
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-62/+48
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove obsolete no_localization filesAndras Timar2013-02-061-0/+0
| | | | Change-Id: Ib6e570a9f409a4700b73da133c57628e9c10eeb1
* Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat2012-12-201-0/+5
| | | | | | | | | | | | | | | This dialog is still of some use with some Writer Wizards and templates. Re-added the dialog, but moved the menu entry to Tools menu in Writer. The menu entry has not been added back in the other applications. Conflicts: sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src Change-Id: I1388d955752e99ab6d39dfc81bb41a97b33bdfcd
* Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat2012-12-201-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basctl/uiconfig/basicide/menubar/menubar.xml extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml framework/uiconfig/startmodule/menubar/menubar.xml sc/uiconfig/scalc/menubar/menubar.xml sd/uiconfig/sdraw/menubar/menubar.xml sd/uiconfig/simpress/menubar/menubar.xml sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src svtools/source/dialogs/addresstemplate.cxx sw/uiconfig/sglobal/menubar/menubar.xml sw/uiconfig/sweb/menubar/menubar.xml sw/uiconfig/swform/menubar/menubar.xml sw/uiconfig/swreport/menubar/menubar.xml sw/uiconfig/swriter/menubar/menubar.xml sw/uiconfig/swxform/menubar/menubar.xml Change-Id: Iaec660c2d8da109bd644f5c88213fdb0c51a9c0f
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* re-base on ALv2 code.Michael Meeks2012-06-261-26/+17
|
* .xcd files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I1625af99f9b13eaae7b74c65b6306bae6d063627
* added zoom submenu to ViewTim Hardeck2012-06-151-3/+3
| | | | | | | | | | | Added zoom submenu to View with the same entries of the zoom status bar right mouse button menu. This feature was requested on the design-mailing list: http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html Additionally the zoom menu entries were sorted in a more logical way. Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0
* re-base on ALv2 code.Michael Meeks2012-06-125-110/+65
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-9/+5
|