summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2014-11-14coverity#1242900 Unused valueCaolán McNamara1-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava5-9/+9
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-13Remove unhelpful tooltipsAdolfo Jayme Barrientos1-3/+0
2014-11-11fdo#85907 Tweak size requestsAdolfo Jayme Barrientos1-41/+30
2014-11-11fdo#76658 fix bad conversion of old-style UNO service..Noel Grandin1-0/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna1-2/+2
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos4-5/+0
2014-11-07Resolves: fdo#85939 its not an OKButton anymoreCaolán McNamara1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05fdo#85907 Better use of space in Special Characters dialogAdolfo Jayme Barrientos1-57/+63
2014-11-05Use basegfx library function to clamp numbersKatarina Behrens1-4/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin6-53/+43
2014-11-03coverity#1250409 Explicit null dereferencedCaolán McNamara1-1/+2
2014-11-03HIG fixes for the rest of cui (and a bit of sw)Adolfo Jayme Barrientos41-795/+326
2014-11-01fdo#78826 HIG: missing colons and capitalization in cui, filterAdolfo Jayme Barrientos90-2774/+923
2014-11-01coverity#1250409 Explicit null dereferencedCaolán McNamara1-2/+4
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30Remove checks for HTMLMODE_SOME_STYLESHarri Pitkänen1-19/+5
2014-10-30Better label for OK button in Special Characters dialogAdolfo Jayme Barrientos1-26/+15
2014-10-30Improve SvSimpleTable classPalenik Mihály2-10/+5
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-7/+0
2014-10-28cui: clean up gradient parts of the background tab pageMiklos Vajna1-77/+0
2014-10-28cid#1242780 Uninitialized pointer fieldNoel Grandin1-0/+1
2014-10-28rename class field pEntries to mpEntriesNoel Grandin2-22/+22
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-1/+1
2014-10-24coverity#703936 Unchecked return valueCaolán McNamara1-3/+5
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-17/+17
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-7/+7
2014-10-23loplugin: cstylecastNoel Grandin56-795/+795
2014-10-23fdo#78214 - rename of '1.2 extended (compat mode)'Yousuf Philips2-2/+2
2014-10-22Avoid unnecessary #includeStephan Bergmann1-0/+1
2014-10-22Save precious vertical space by removing some redundant heading labelsAdolfo Jayme Barrientos2-451/+339
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2-2/+4
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin8-8/+8
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-18convert SV_BMP_ constants to enumNoel Grandin1-6/+6
2014-10-18vcl/layout.hxx was included twiceAndras Timar1-1/+0
2014-10-17fdo#60664 HIG fixes for Thesaurus dialogAdolfo Jayme Barrientos1-20/+13
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-7/+7
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky3-7/+66
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann8-13/+0
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin7-18/+18