summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2014-04-28Improve TabBar return typesNoel Grandin
2014-04-25coverity#736993 Uncaught exceptionCaolán McNamara
2014-04-25coverity#736992 Uncaught exceptionCaolán McNamara
2014-04-25coverity#736990 Uncaught exceptionCaolán McNamara
2014-04-24basic macro dialog: let it expand vertically, tooThomas Arnhold
2014-04-24fdo#77886: add language: expand list if dialog gets resizedThomas Arnhold
2014-04-24manage breakpoints: expand list if dialog gets resizedThomas Arnhold
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-04-19fixincludeguards.sh: basctlThomas Arnhold
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
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