summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2014-04-15basctl: sal_Bool->boolNoel Grandin
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from basctlStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-17basct: prefer passing OUString by referenceNoel Grandin
2014-03-16sal_Bool to boolMatteo Casalin
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-10basctl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basctlAlexander Wilms
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-14Drop unused #includeTakeshi Abe
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi
2014-02-11-Werror,-Wunused-functionStephan Bergmann
2014-02-11convert manage languages dialog to .uiCaolán McNamara
2014-02-10the return of callcatcherCaolán McNamara
2014-02-09coverity#1169816 Division or modulo by zeroCaolán McNamara
2014-02-07auto_ptr -> heap_ptrStephan Bergmann
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
2014-01-27coverity#736985 Uncaught exceptionCaolán McNamara
2014-01-27coverity#982152 Unchecked return valueCaolán McNamara
2014-01-27coverity#735667 Unchecked dynamic_castCaolán McNamara
2014-01-27coverity#1130421 Improper use of negative valueCaolán McNamara
2014-01-22Related: #i50481# improve Select All command in Basic IDETsutomu Uchino
2014-01-19coverity#735600 : Division by zeroNorbert Thiebaud
2014-01-19coverity#1000814 coverity#1000815 : Unintended sign extensionNorbert Thiebaud
2014-01-19coverity#735599 : Division by zeroNorbert Thiebaud
2014-01-19coverity#735598 : Division by zeroNorbert Thiebaud
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17bool improvementsStephan Bergmann