summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-233-6/+6
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-233-5/+5
* loplugin: cstylecastNoel Grandin2014-10-2314-42/+42
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-1/+1
* coverity#1247646 Uncaught exceptionCaolán McNamara2014-10-172-14/+2
* coverity#1247644 Uncaught exceptionCaolán McNamara2014-10-172-2/+2
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-163-5/+5
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-118-24/+24
* Resolves: fdo#60904 allow export of VBAProjectCaolán McNamara2014-10-091-2/+8
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-093-6/+6
* fdo#82577: Handle RegionNoel Grandin2014-09-301-1/+1
* border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2014-09-281-1/+1
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-244-15/+25
* fdo#82577: Handle WindowNoel Grandin2014-09-2342-146/+146
* fdo#82577: Handle FontNoel Grandin2014-09-187-17/+17
* 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