summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper1-4/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-10/+2
2014-06-13loplugin:staticcallStephan Bergmann3-7/+7
2014-06-13coverity#1213488 Uncaught exceptionCaolán McNamara1-8/+14
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin6-15/+3
2014-06-05various: remove SAL_THROW macroNoel Grandin2-6/+2
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe2-7/+8
2014-05-28update_pchThomas Arnhold1-0/+1
2014-05-27css already means ::com::sun::starThomas Arnhold1-3/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien 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