summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin2-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin3-8/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-15sc: sal_Bool -> boolStephan Bergmann1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-3/+3
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-3/+3
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-25remove whitespaceMarkus Mohrhard6-19/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-12/+0
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida1-3/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-10coverity#1079327 Uninitialized pointer fieldCaolán McNamara1-2/+5
2014-04-29fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida1-10/+24
2014-04-23sc: sal_Bool->boolNoel Grandin1-3/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard6-70/+0
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-06callcatcher: update unused codeCaolán McNamara1-7/+0
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms5-12/+12
2014-02-27coverity#1187680 Dereference null return valueCaolán McNamara1-1/+5
2014-02-27coverity#1187870 Unused pointer valueCaolán McNamara1-1/+1
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-16/+16
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+0
2014-02-23Remove unneccessary commentsAlexander Wilms5-30/+30
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert3-0/+3
2014-02-19fdo#73565: Populate date members in a locale-safe way.Kohei Yoshida1-42/+64
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-18sal_Bool->boolNoel Grandin1-6/+6
2014-02-18sal_Bool->boolNoel Grandin1-3/+3
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-1/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-05fdo#71120: use native checkbox heightIvan Timofeev1-1/+1
2013-10-30use SC_STRLOAD()Eike Rathke1-3/+3
2013-09-05CID#1079327 uninitialized scalar valuesCaolán McNamara1-1/+1
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara1-6/+0
2013-08-26WaE: unused variable 'vParts' [loplugin]Tor Lillqvist1-1/+0
2013-08-26add magic incantation for expander buttons in treelist, tweak some methodsNoel Power1-22/+62
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power1-8/+200
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1