summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2014-07-22Resolves fdo#80906: Delete any control on Dialog editing window crashes LOJulien Nabet1-1/+1
2014-05-22bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky3-1/+14
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-5/+0
2014-05-19Resolves: #i76558# jump by Enter key on the Object catalogTsutomu Uchino2-22/+39
2014-05-15remove legacy svheader.hxxThomas Arnhold9-68/+0
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin3-7/+7
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-3/+3
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold3-0/+250
2014-05-09coverity#1209811 Dereference before null checkCaolán McNamara1-1/+1
2014-05-07coverity#1209554 Explicit null dereferencedCaolán McNamara1-2/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-28Improve TabBar return typesNoel Grandin2-2/+2
2014-04-25coverity#736993 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-25coverity#736992 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-25coverity#736990 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-24basic macro dialog: let it expand vertically, tooThomas Arnhold1-0/+6
2014-04-24fdo#77886: add language: expand list if dialog gets resizedThomas Arnhold1-0/+2
2014-04-24manage breakpoints: expand list if dialog gets resizedThomas Arnhold1-1/+8
2014-04-23huge hrc and src file cleanupThomas Arnhold2-23/+0
2014-04-19fixincludeguards.sh: basctlThomas Arnhold46-138/+138
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky2-0/+11
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky2-3/+5
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky1-1/+1
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-1/+1
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-3/+2
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky1-1/+2
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
2014-04-15basctl: sal_Bool->boolNoel Grandin4-4/+4
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2-13/+7
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