summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-24Drop unused #includesTakeshi Abe2-2/+0
2014-07-21Resolves fdo#80906: Delete any control on Dialog editing window crashes LOJulien Nabet1-1/+1
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin4-8/+5
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud7-19/+19
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-2/+0
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