summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-5/+5
2015-04-14tdf#90447 vba find() should NOT select the found cell.Justin Luth1-1/+0
2015-04-08tdf#90447 vba end() needed to restore activesheet too.Justin Luth1-7/+8
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-5/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-8/+7
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-28/+27
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-5/+4
2014-09-02coverity#707022 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-1/+1
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara1-16/+16
2014-07-01coverity#706988 Uncaught exceptionCaolán McNamara1-1/+3
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-14/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-87/+70
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-13coverity#707016 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-10coverity#1187709 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-27cid#707024 Uncaught exceptionNoel Grandin1-1/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-2/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-62/+60
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-4/+4
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-41/+41
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-2/+1
2014-04-09coverity#708099 unused mTypeClass memberCaolán McNamara1-3/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-5/+5
2014-04-03vbahelper: sal_Bool->boolNoel Grandin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-30/+30
2014-03-02coverity#735816 Dereference after null checkCaolán McNamara1-1/+4
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida1-19/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-103/+103
2014-02-25coverity#737738 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-19sal_Bool->boolNoel Grandin1-2/+2
2014-02-19sal_Bool->boolNoel Grandin1-2/+2