summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik1-2/+1
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-20/+23
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl11-74/+108
2015-07-20Add and replace Help buttons in 2 dialogsOlivier Hallot1-37/+35
2015-07-20convert to typed Link<> in sfx2Noel Grandin2-11/+7
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin2-8/+8
2015-07-17loplugin:unusedmethods cuiNoel Grandin34-155/+7
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-07-16loplugin:unusedmethods svxNoel Grandin2-167/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-3/+3
2015-07-16loplugin:unusedmethods editengNoel Grandin2-24/+0
2015-07-16loplugin:unusedmethods sfx2Noel Grandin2-7/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-6/+1
2015-07-13editeng, convert to typed Link<>Noel Grandin1-2/+0
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl2-0/+4
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin2-18/+0
2015-07-08tdf#87702: Addition of Shadow sidebar tabRishabh Kumar1-1/+4
2015-07-08coverity#1311336 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-07-08loplugin:staticmethodsStephan Bergmann2-5/+2
2015-07-08cui: typed Link<>Noel Grandin2-18/+0
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-07loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-07-07loplugin:staticcallStephan Bergmann1-1/+1
2015-07-07tdf#92510 Fix search in Expert Configuration dialogMihály Palenik2-144/+236
2015-07-07Use expanding handler in Expert Configuration dialogMihály Palenik2-8/+28
2015-07-06improve the returnbyref lopluginNoel Grandin7-48/+41
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-07-05Convert NUM_PAGETYPE_ to a scoped enumMaxim Monastirsky1-7/+3
2015-07-03Fix typosAndrea Gelmini3-4/+4
2015-06-29sal_uLong->sal_Int32 in SvtIconChoiceCtrlNoel Grandin1-7/+5
2015-06-26-fsanitize=vptr: SID_ATTR_*LANGUAGE are of type SvxLanguageItemStephan Bergmann1-3/+15
2015-06-26-fsanitize=vptr: wrong, unnecessary downcastsStephan Bergmann10-27/+9
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann5-36/+27
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-23Options: “TSAs” button now has the same size as its neighborsAdolfo Jayme Barrientos1-0/+1
2015-06-23Drop duplicate #includesTakeshi Abe1-2/+0
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky9-10/+10
2015-06-22loplugin:passstuffbyrefStephan Bergmann1-2/+2
2015-06-22Review Expert Configuration dialog's tree view.Mihály Palenik2-277/+299
2015-06-21Fix typosAndrea Gelmini1-4/+1
2015-06-20callcatcher: update unused codeCaolán McNamara2-9/+0
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-06-19Use explicit OUString::copy(0, 1) rather than odd OUString::getCharStephan Bergmann1-1/+2
2015-06-19cui: prefix remaining svx::DbRegistrationOptionsPage membersMiklos Vajna2-38/+38
2015-06-18coverity#1307697 Dereference null return valueCaolán McNamara1-7/+12
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-3/+3
2015-06-17loplugin:staticcallStephan Bergmann1-2/+2
2015-06-17tdf#91748 fix preview of special charactersTomaž Vajngerl2-7/+11