summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi2014-07-291-1/+0
* Drop unused #includesTakeshi Abe2014-07-242-2/+0
* Resolves fdo#80906: Delete any control on Dialog editing window crashes LOJulien Nabet2014-07-211-1/+1
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-172-2/+2
* new loplugin: externalandnotdefinedNoel Grandin2014-07-114-8/+5
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-277-19/+19
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-2/+0
* fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2014-06-231-4/+4
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-174-10/+2
* loplugin:staticcallStephan Bergmann2014-06-133-7/+7
* coverity#1213488 Uncaught exceptionCaolán McNamara2014-06-131-8/+14
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-096-15/+3
* various: remove SAL_THROW macroNoel Grandin2014-06-052-6/+2
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-312-7/+8
* update_pchThomas Arnhold2014-05-281-0/+1
* css already means ::com::sun::starThomas Arnhold2014-05-271-3/+3
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-1/+1
* bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky2014-05-223-1/+14
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-192-5/+0
* Resolves: #i76558# jump by Enter key on the Object catalogTsutomu Uchino2014-05-192-22/+39
* remove legacy svheader.hxxThomas Arnhold2014-05-159-68/+0
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-143-7/+7
* '!= false' is redundant, and confusing - kill it.Jan Holesovsky2014-05-091-3/+3
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-093-0/+250
* coverity#1209811 Dereference before null checkCaolán McNamara2014-05-091-1/+1
* coverity#1209554 Explicit null dereferencedCaolán McNamara2014-05-071-2/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Improve TabBar return typesNoel Grandin2014-04-282-2/+2
* coverity#736993 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
* coverity#736992 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
* coverity#736990 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
* basic macro dialog: let it expand vertically, tooThomas Arnhold2014-04-241-0/+6
* fdo#77886: add language: expand list if dialog gets resizedThomas Arnhold2014-04-241-0/+2
* manage breakpoints: expand list if dialog gets resizedThomas Arnhold2014-04-241-1/+8
* huge hrc and src file cleanupThomas Arnhold2014-04-232-23/+0
* fixincludeguards.sh: basctlThomas Arnhold2014-04-1946-138/+138
* sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky2014-04-182-0/+11
* sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky2014-04-182-3/+5
* sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+1
* sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+1
* sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky2014-04-181-3/+2
* sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+2
* no temporary instance of SvtLanguageTable necessary hereEike Rathke2014-04-171-2/+1
* no temporary instance of SvtLanguageTable necessary hereEike Rathke2014-04-171-2/+1
* basctl: sal_Bool->boolNoel Grandin2014-04-154-4/+4
* use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2014-04-082-13/+7
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0116-30/+30