summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* basctl: sal_False/True -> false/trueStephan Bergmann2014-09-152-3/+3
* DBG_ASSERT -> assert where we go on to deref the testeeCaolán McNamara2014-09-151-2/+2
* Resolves: fdo#81039 crash on adding new macro libraryCaolán McNamara2014-09-141-1/+1
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-2/+2
* coverity#735600 Division by zeroNorbert Thiebaud2014-09-121-4/+7
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-2/+2
* vcl: sal_Bool -> boolStephan Bergmann2014-09-102-2/+2
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-062-3/+0
* coverity#1233508 Uncaught exceptionCaolán McNamara2014-09-022-2/+2
* Help buttons mushrooming all over the place...Olivier Hallot2014-08-315-10/+81
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-1/+1
* convert RID_QRYBOX_LANGUAGE with custom title to .uiCaolán McNamara2014-08-257-46/+40
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-233-4/+4
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-1/+0
* ErrorBox->MessageDialogCaolán McNamara2014-08-187-26/+25
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-165-10/+10
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-162-7/+7
* 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