summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
AgeCommit message (Expand)AuthorFilesLines
2015-09-07cui: prefix members of SvxLineTabPageMiklos Vajna1-238/+238
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-09-03cui: prefix members of SvxBitmapTabPageMiklos Vajna1-93/+93
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin2-6/+6
2015-08-31cui: prefix members of SvxHatchTabPageMiklos Vajna1-89/+89
2015-08-27Clean up sEmptyStephan Bergmann1-6/+4
2015-08-26Clean up aEmptyStrStephan Bergmann2-39/+29
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin29-306/+243
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+3
2015-08-19cui: prefix members of SvxGradientTabPageMiklos Vajna1-80/+80
2015-08-18cui: prefix members of SvxShadowTabPageMiklos Vajna1-61/+61
2015-08-17cui: prefix members of SvxAreaTabPageMiklos Vajna1-166/+166
2015-08-14loplugin: defaultparamsNoel Grandin10-55/+55
2015-08-13make Link<> instances typedNoel Grandin1-1/+1
2015-08-11these are include start-end range pairsCaolán McNamara1-2/+1
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara2-7/+7
2015-08-05loplugin:unusedmethodsNoel Grandin1-38/+0
2015-08-03tdf#93079: "resize shape to fit text" state can't be disabledJulien Nabet1-1/+1
2015-07-31tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier1-1/+8
2015-07-29com::sun::star->css in cuiNoel Grandin10-44/+43
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl2-14/+18
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-07-17loplugin:unusedmethods cuiNoel Grandin2-13/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-2/+0
2015-07-13editeng, convert to typed Link<>Noel Grandin1-2/+0
2015-07-08tdf#87702: Addition of Shadow sidebar tabRishabh Kumar1-1/+4
2015-07-06improve the returnbyref lopluginNoel Grandin2-14/+12
2015-07-05Convert NUM_PAGETYPE_ to a scoped enumMaxim Monastirsky1-7/+3
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-26-fsanitize=vptr: wrong, unnecessary downcastsStephan Bergmann8-18/+9
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky5-5/+5
2015-06-20callcatcher: update unused codeCaolán McNamara1-8/+0
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 Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-06-14Make this string localizableZolnai Tamás2-1/+5
2015-06-14Paragraph related part of Background Tab is unused nowZolnai Tamás1-214/+1
2015-06-14Handle highlighting case inside SvxBackgroundPage classZolnai Tamás1-1/+35
2015-06-14tdf#89830: Ambiguous naming of character backgroundZolnai Tamás1-0/+7
2015-06-14Transparency part of Background Tab is unused nowZolnai Tamás1-78/+1
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-1/+1
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara8-15/+137
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin12-29/+21
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin2-9/+9
2015-05-29remove unused CHRDLG_ definesNoel Grandin1-28/+0
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung7-39/+39