summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-11convert vcl StateChangedType to enum classNoel Grandin5-6/+6
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-16/+16
2014-10-07Better title for color picker dialogAdolfo Jayme Barrientos1-68/+16
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-04coverity#1242370: Unchecked return valueNorbert Thiebaud1-6/+5
2014-10-03coverity#1242803 Unused valueCaolán McNamara1-3/+1
2014-10-03coverity#1242834 Unused valueCaolán McNamara1-4/+3
2014-10-03coverity#1242871 Unused valueCaolán McNamara1-2/+1
2014-10-03coverity#1242900 Unused valueCaolán McNamara1-4/+3
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-10-02coverity#1242752 Uninitialized pointer fieldCaolán McNamara1-1/+6
2014-10-02coverity#1242766 Unused valueCaolán McNamara1-1/+0
2014-10-02coverity#1242776 Unused valueCaolán McNamara1-34/+0
2014-10-02coverity#1242785 Uninitialized pointer fieldCaolán McNamara1-4/+6
2014-10-02coverity#1242826 Uninitialized pointer fieldCaolán McNamara1-1/+6
2014-10-02coverity#1242829 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-10-02coverity#1242909 Unused value and const things upCaolán McNamara1-3/+1
2014-10-02Improved striped rows implementationSamuel Mehrbrodt1-1/+1
2014-10-01coverity#1242928 Uninitialized pointer fieldCaolán McNamara1-3/+1
2014-10-01coverity#1242929 Uninitialized scalar fieldCaolán McNamara1-3/+4
2014-10-01coverity#1242943 unused memberCaolán McNamara1-1/+0
2014-10-01fdo#82577: Handle TimeNoel Grandin3-5/+5
2014-09-30Improve SvTreeListBox classPalenik Mihály1-0/+1
2014-09-30cui: std::auto_ptr -> std::unique_ptrStephan Bergmann4-27/+13
2014-09-30fdo#82577: Handle RegionNoel Grandin2-2/+2
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos16-16/+16
2014-09-28fdo#60123: Make rotation angle spinbox wrapKatarina Behrens1-0/+1
2014-09-26fixed behavior of Writer's Special Character dialogSzymon Kłos1-2/+15
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara2-3/+2
2014-09-25Consistently use APP_WRITER as an integer, never as a nullptrStephan Bergmann1-13/+13
2014-09-25fdo#78783: fixed init position to 1 and using cssStefan Weiberg1-13/+28
2014-09-24fdo#64302: Writer’s Special Character dialog could be simplerSzymon Kłos3-181/+103
2014-09-23fdo#82577: Handle WindowNoel Grandin202-896/+896