summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Handle the 'New' and 'Delete' buttonsTor Lillqvist2-0/+40
2014-11-14I don't know what I planned the 'Edit' button to do, drop itTor Lillqvist2-2/+0
2014-11-14coverity#1251589 silence Using invalid iteratorCaolán McNamara1-5/+1
2014-11-14coverity#1251587 Unchecked dynamic_castCaolán McNamara1-12/+10
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava11-26/+26
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist1-7/+7
2014-11-12addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twiceLaurent Godard1-2/+0
2014-11-12calc SetNewRangeNames remove useless bool typeLaurent Godard2-8/+7
2014-11-12Split driver version specification into a rangeTor Lillqvist2-7/+18
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist2-11/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini13-16/+16
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti4-11/+1
2014-11-11sc: ~ScViewPaneBase() needs the SolarMutexMichael Stahl1-0/+2
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2-4/+4
2014-11-10coverity#1242526 silence Arguments in wrong orderCaolán McNamara1-2/+4
2014-11-10callcatcher: unused codeCaolán McNamara2-5/+0
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna4-6/+6
2014-11-07sc, opencl dependant code called even without FEATURE_OPENCLNorbert Thiebaud1-1/+4
2014-11-07coverity#735814 Explicit null dereferencedEike Rathke1-2/+4
2014-11-07Update the white or black list when editing an entryTor Lillqvist1-7/+14
2014-11-07Make it possible to actually edit existing white/black list entriesTor Lillqvist2-32/+83
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist2-50/+18
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist2-17/+74
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin6-7/+7
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+1
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist1-23/+0
2014-11-06Bin unnecessary variablesTor Lillqvist2-30/+0
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist2-4/+123
2014-11-06More work on the new OpenCL optionsTor Lillqvist3-8/+160
2014-11-05Register ParaLineSpacingPopup in sc and sdMaxim Monastirsky1-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin16-76/+58
2014-11-04remove some unused code in scNoel Grandin4-43/+0
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist1-4/+0
2014-11-03fdo#84844 Use SvxColorToolBoxControl for border colorMaxim Monastirsky4-169/+4
2014-11-03coverity#1209103 copy-paste errorDavid Tardon1-1/+1
2014-11-03callcatcher: update unused codeCaolán McNamara4-47/+0
2014-11-03fdo#85403 broadcast changes after TextToColumnEike Rathke1-0/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-1/+1
2014-10-31i#90076: avoid double-free race condition for ScCellRangesBaseMichael Stahl1-4/+24
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-31coverity#735320 Unchecked return valueEike Rathke1-1/+2
2014-10-31coverity#735811 Dereference after null checkEike Rathke1-1/+1
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin3-5/+5
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-3/+1
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara1-1/+1
2014-10-28coverity#704001 silence Unchecked return valueCaolán McNamara1-1/+1
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann1-10/+10
2014-10-28coverity#1233509 Uncaught exceptionCaolán McNamara1-1/+24