summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-16Change table to tree view in Expert Configuration dialog.Mihály Palenik2-313/+345
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15more untranslatable UI stringsAndras Timar1-2/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin3-10/+5
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-4/+2
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara16-20/+20
2015-06-14Make this string localizableZolnai Tamás3-1/+6
2015-06-14Paragraph related part of Background Tab is unused nowZolnai Tamás3-235/+1
2015-06-14Search By Format: Background -> HighlightingZolnai Tamás2-2/+4
2015-06-14Handle highlighting case inside SvxBackgroundPage classZolnai Tamás2-1/+38
2015-06-14Options: Background -> HighlightingZolnai Tamás1-1/+1
2015-06-14tdf#89830: Ambiguous naming of character backgroundZolnai Tamás3-1/+9
2015-06-14Transparency part of Background Tab is unused nowZolnai Tamás3-158/+1
2015-06-10coverity#1302618 deref of NULLCaolán McNamara8-28/+25
2015-06-08add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara2-5/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann15-36/+36
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-1/+1
2015-06-08Resolves: tdf#91932 enable CaseMap property in impress/drawCaolán McNamara1-10/+0
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara8-15/+137