summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-28update_pchThomas Arnhold
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-22bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-19Resolves: #i76558# jump by Enter key on the Object catalogTsutomu Uchino
2014-05-15remove legacy svheader.hxxThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-05-09coverity#1209811 Dereference before null checkCaolán McNamara
2014-05-07coverity#1209554 Explicit null dereferencedCaolán McNamara
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
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