summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin29-37/+48
2015-06-02sal_uInt16 to sal_Int16Matteo Casalin1-1/+1
2015-06-02Data members are already accessible by member functionsMatteo Casalin2-11/+9
2015-06-01Avoid temporary OUStringsMatteo Casalin1-17/+10
2015-06-01Prefix data membersMatteo Casalin2-96/+95
2015-06-01This member can be constMatteo Casalin1-1/+1
2015-06-01Use initialization listMatteo Casalin1-5/+3
2015-06-01Fix typos in commentsMatteo Casalin1-6/+6
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin2-8/+7
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh2-0/+7
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks4-9/+8