summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
AgeCommit message (Expand)Author
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-09Resolves: fdo#60904 allow export of VBAProjectCaolán McNamara
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15basctl: sal_False/True -> false/trueStephan Bergmann
2014-09-15DBG_ASSERT -> assert where we go on to deref the testeeCaolán McNamara
2014-09-14Resolves: fdo#81039 crash on adding new macro libraryCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-12coverity#735600 Division by zeroNorbert Thiebaud
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-10vcl: sal_Bool -> boolStephan Bergmann
2014-09-02coverity#1233508 Uncaught exceptionCaolán McNamara
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi
2014-07-24Drop unused #includesTakeshi Abe
2014-07-21Resolves fdo#80906: Delete any control on Dialog editing window crashes LOJulien Nabet
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-03use assert when followed by derefCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-13coverity#1213488 Uncaught exceptionCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-22bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky
2014-05-19Resolves: #i76558# jump by Enter key on the Object catalogTsutomu Uchino
2014-05-15remove legacy svheader.hxxThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-09coverity#1209811 Dereference before null checkCaolán McNamara
2014-05-07coverity#1209554 Explicit null dereferencedCaolán McNamara
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-28Improve TabBar return typesNoel Grandin