summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I97726ed32e5aa92e7da7d248380a78b1b201e46e Reviewed-on: https://gerrit.libreoffice.org/17912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-21tdf#93547 - add basic lock-down support for OpenGL settings.Michael Meeks
Change-Id: I0459c33ac5230899366dd756886d55fefbe01798
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
together with 58d68a1bc9146334376206ae7ba8b1a6594a1040 "ConvertURLToSystemPath->getSystemPathFromFileURL" and 28f3464a571a23a2c16bd0980e9021b95d011511 "ConvertSystemPathToURL->getFileURLFromSystemPath," this replaces all those Convert... functionality with direct calls to the corresponding osl::FileBase functions. Change-Id: I2876171cd337a5eb939d25d8cf1e0c1253ff73a7
2015-08-19cui: prefix members of SvxGradientTabPageMiklos Vajna
Change-Id: Id3d2e7b404c70307ecccc2571072b12229265cf6
2015-08-19replace hideous SfxSaveTabPage defineNoel Grandin
Change-Id: Ie0931d378c72ff5aaa5d50006141eaa651281ba7
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara
Change-Id: I1c60c60f9b5318626f42e33091920a4404fb6d1c
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara
Change-Id: I7dc0e1b596f80b8f0870aed1722f711bb287ec0a
2015-08-18rBaseURL argument now unusedCaolán McNamara
Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f
2015-08-18Get rid of obsolete LocalFileHelper::IsFileContentStephan Bergmann
vnd.sun.star.wfs is long gone---or what else could this have been used for? Change-Id: If39c9bdcb983f94206e0f58b7e1e8410fdcef089
2015-08-18cui: prefix members of SvxShadowTabPageMiklos Vajna
Change-Id: I68fa37f511c3eb7aec2bd2754afd1a47ac8d1e83
2015-08-17make Link<> typedNoel Grandin
Change-Id: Ie18b1dda4039b22370a53d0ad8092a4a8b3899d7
2015-08-17cui: prefix members of SvxAreaTabPageMiklos Vajna
m_pColorList = pColorList; is hopefully more readable than pColorList = pColTab; Change-Id: I3981a9907fe3e772aec00b95477e109d42f72655
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
Change-Id: Ifcde090747127680a9e4b810ff062d024663632c
2015-08-14loplugin: defaultparamsNoel Grandin
Change-Id: I81537289a40bdc30bd8d896dc5364f0989205e39
2015-08-13make Link<> instances typedNoel Grandin
Change-Id: I7d20875cc498d54140cfe75b21373fdab9c369ce
2015-08-11these are include start-end range pairsCaolán McNamara
Change-Id: Ib40b77e6deb5730e504134c22bc22dc3a53682f8
2015-08-11loplugin:constantfunctionNoel Grandin
Change-Id: I4f18d046ac71e3585471c0b4ebbe94c562024bc9
2015-08-11Delete unnecessary global options from Options dialogMihály Palenik
Here https://wiki.documentfoundation.org/Design/Whiteboards/Options/Global are unnecessary global options. These options are set in Expert Configuration dialog under org.oppenoffice.Office.Common node. Preference name, Property, Location in Options dialog; Help, Tip, General/Help/Tips; Undo, Steps, Memory/Undo/Number of Undo Steps; Font/View, History, View/Font Lists/Show font history; Drawinglayer, TransparentSelection, View/Selection/Transparency; Drawinglayer, TransparentSelectionPercent, View/Selection/Transparency level; Accessibility, IsHelpTipsDisappear, Accessibility/Help tips disappear after ... seconds; Accessibility, HelpTipSeconds, Accessibility/Help tips disappear after ... seconds; Filter/HTML/Export, Browser, Load/Save/HTML Compatibility/Export/Export choice; Change-Id: I5152a40b5029bfbfc3850ff60305ec34b5380fb2 Reviewed-on: https://gerrit.libreoffice.org/17481 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
Change-Id: I0a6787379317e5077c5a4520e5144fe091a01538
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I17b193e79f4eaf54c9ae8f5c6dfd204b8fc4ad3b
2015-08-05loplugin:unusedmethodsNoel Grandin
Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin
Change-Id: I1b043031014a3e823cd614966984a2ac2be1ac71
2015-08-03tdf#93079: "resize shape to fit text" state can't be disabledJulien Nabet
Wrong copy-paste Change-Id: I7460c095c7bbb340be2cab32c4724688076c5952 Reviewed-on: https://gerrit.libreoffice.org/17477 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin
Change-Id: Icc41bbe09e495454ca27e9281eca6f4731a135c8
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
Change-Id: Ic2af80d2335875672fee5b61083b1f7f9703dac7
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin
Change-Id: Ib95d8812b0ce288b9691a398fe0396e73ea9af97
2015-07-31tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier
For General (Standard) format, "0" is not the number of decimal places Replaced by an empty string in dialog UI and Sidebar. Change-Id: Ia367b491b71fa7b4480cdd03408c0c0315425dc8 Reviewed-on: https://gerrit.libreoffice.org/17439 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-07-30loplugin:unusedmethodsNoel Grandin
Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-29com::sun::star->css in cuiNoel Grandin
Change-Id: I70ee15db7c8de507fa21a9dfc705f518f223a70b Reviewed-on: https://gerrit.libreoffice.org/17385 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-28convert SFX_CFG* constants to scoped enumNoel Grandin
Change-Id: I7b4769d0616b5685792630bcb82fd0d944505a24
2015-07-28convert INPUTMODE_ constants to scoped enumNoel Grandin
Change-Id: Ib2e37bb320c1edba7246a6611df3b89b764346db
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik
Alternating rows in SvTreeListBox is not work correctly when insert, expand or collapse. Now is work properly and set in Expert Configuration dialog. Change-Id: I58b53ae59fa7f8d9de769342a0e1bad55de18f20 Reviewed-on: https://gerrit.libreoffice.org/17310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Ie88293e847a3f9a49d34166a1518ba8fe31577b8
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I895c950c11499afb278b989565f3eae33aaf4a76
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
... parameters to make it clear that they take ownership. Change-Id: I572c5fa6268438a86d0a4fa1d2aef15382cb5607
2015-07-20Add and replace Help buttons in 2 dialogsOlivier Hallot
Place help button on the leftmost part of the dialog and add help button in dialog that does not have one. Change-Id: Ib87f0f9a9b0e6a36d29f4ebd7cef97f8483e2821 Reviewed-on: https://gerrit.libreoffice.org/17156 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-20convert to typed Link<> in sfx2Noel Grandin
Change-Id: Ifa42bd14d7329ff1043fa736513c468dda30485e Reviewed-on: https://gerrit.libreoffice.org/17195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-19Fix typosAndrea Gelmini
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-17loplugin:unusedmethods cuiNoel Grandin
Change-Id: I8a4cb855054c487d7a8307ad219f10b06db3248b
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants, in cppcanvas / cpputools / cui. Change-Id: Ic28d0830ab86555494004c27b1468de2ea6825dc Reviewed-on: https://gerrit.libreoffice.org/17119 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-16loplugin:unusedmethods svxNoel Grandin
Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61 Reviewed-on: https://gerrit.libreoffice.org/17117 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-16loplugin:simplifyboolStephan Bergmann
Change-Id: Idab14666c3ffdc6c1a20e14bd1a7745a844468a1
2015-07-16loplugin:unusedmethods editengNoel Grandin
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12 Reviewed-on: https://gerrit.libreoffice.org/17115 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-16loplugin:unusedmethods sfx2Noel Grandin
Change-Id: I98c455d89f76fbcacf74929a4e8775b4da697f62 Reviewed-on: https://gerrit.libreoffice.org/17069 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
...to avoid lots of loplugin:staticmethods warnings. Also enables DBG_ASSERT etc. also for --enable-debug builds in addition to --enable-dbgutil builds. Change-Id: Ib89ecd9ab8ce7abb2c64790ace248b31f9d2b64d
2015-07-13editeng, convert to typed Link<>Noel Grandin
and remove SvxBrushItem::SetDoneLink since the field it sets is unused.wq Change-Id: Ide95a295fa8004f1ddab5e560f01d36d36658a72 Reviewed-on: https://gerrit.libreoffice.org/16943 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
The most relevant signal member function appears to be connect(), so let's create a wrapper function for that now, without the more esoteric ordering features for now. Move the signal member itself to a new pImpl. The benefits are worth it: preprocessor input reduced by 2.8GB, that's 9% of the total (excluding system headers which are not counted because they don't generate dependencies). Change-Id: I0aaeda51a5630a348bb12c81a83f67afbd508a14
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
Change-Id: I12356b3fdce68282a30cae2b270b02e46558860a Reviewed-on: https://gerrit.libreoffice.org/16847 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>