summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann16-30/+30
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-2/+0
2014-03-28Remove remaining DBG_CTOR etc. remnants from basctlStephan Bergmann7-91/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann32-335/+335
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann10-11/+11
2014-03-25svtools: sal_Bool->boolNoel Grandin5-14/+14
2014-03-19sfx2: sal_Bool->boolNoel Grandin3-7/+7
2014-03-18sfx2: sal_Bool->boolNoel Grandin2-6/+6
2014-03-17basct: prefer passing OUString by referenceNoel Grandin11-13/+14
2014-03-16sal_Bool to boolMatteo Casalin2-2/+2
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann2-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-10basctl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke4-20/+20
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock2-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann18-166/+166
2014-02-25Remove visual noise from basctlAlexander Wilms36-164/+164
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms19-565/+118
2014-02-21vcl: sal_Bool -> boolStephan Bergmann6-10/+10
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan1-0/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert11-0/+11
2014-02-14Drop unused #includeTakeshi Abe1-1/+0
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi1-3/+2
2014-02-11-Werror,-Wunused-functionStephan Bergmann1-25/+0
2014-02-11convert manage languages dialog to .uiCaolán McNamara9-270/+259
2014-02-10the return of callcatcherCaolán McNamara2-6/+0
2014-02-09coverity#1169816 Division or modulo by zeroCaolán McNamara1-10/+10
2014-02-07auto_ptr -> heap_ptrStephan Bergmann4-69/+32
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann4-9/+10
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-4/+4
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr1-1/+1
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks1-4/+4
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks1-2/+3
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi1-6/+6
2014-01-27coverity#736985 Uncaught exceptionCaolán McNamara2-2/+5
2014-01-27coverity#982152 Unchecked return valueCaolán McNamara1-1/+5
2014-01-27coverity#735667 Unchecked dynamic_castCaolán McNamara1-1/+2
2014-01-27coverity#1130421 Improper use of negative valueCaolán McNamara1-14/+15
2014-01-22Related: #i50481# improve Select All command in Basic IDETsutomu Uchino3-1/+18
2014-01-19coverity#735600 : Division by zeroNorbert Thiebaud1-0/+1
2014-01-19coverity#1000814 coverity#1000815 : Unintended sign extensionNorbert Thiebaud1-2/+2
2014-01-19coverity#735599 : Division by zeroNorbert Thiebaud1-1/+5
2014-01-19coverity#735598 : Division by zeroNorbert Thiebaud1-1/+3
2014-01-18Window::PreNotify should return boolStephan Bergmann2-12/+12
2014-01-17bool improvementsStephan Bergmann5-6/+6
2014-01-17Window::Notify should return boolStephan Bergmann2-5/+5
2014-01-17Remove use of deprecated css::document::XEventBroadcaster/ListenerStephan Bergmann1-13/+13