summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin8-24/+24
2014-10-09Resolves: fdo#60904 allow export of VBAProjectCaolán McNamara1-2/+8
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-6/+6
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-1/+1
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann4-15/+25
2014-09-23fdo#82577: Handle WindowNoel Grandin42-146/+146
2014-09-18fdo#82577: Handle FontNoel Grandin7-17/+17
2014-09-15basctl: sal_False/True -> false/trueStephan Bergmann2-3/+3
2014-09-15DBG_ASSERT -> assert where we go on to deref the testeeCaolán McNamara1-2/+2
2014-09-14Resolves: fdo#81039 crash on adding new macro libraryCaolán McNamara1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-12coverity#735600 Division by zeroNorbert Thiebaud1-4/+7
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-09-10vcl: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-3/+0
2014-09-02coverity#1233508 Uncaught exceptionCaolán McNamara2-2/+2
2014-08-31Help buttons mushrooming all over the place...Olivier Hallot5-10/+81
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-1/+1
2014-08-25convert RID_QRYBOX_LANGUAGE with custom title to .uiCaolán McNamara7-46/+40
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist3-4/+4
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-18ErrorBox->MessageDialogCaolán McNamara7-26/+25
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin5-10/+10
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-7/+7
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