summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)AuthorFilesLines
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+1
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock2-10/+10
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06loplugin:singlevalfieldsNoel Grandin1-3/+4
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist2-5/+5
2017-02-09loplugin:staticmethodsTor Lillqvist1-4/+4
2017-02-09split getApplicationBasicManager into get and getOrCreateCaolán McNamara1-16/+14
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2-10/+10
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl1-10/+10
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2-10/+10
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2-10/+10
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin1-10/+10
2017-02-03makeAny->Any in basctl..chart2Noel Grandin2-4/+4
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-17/+17
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-109/+43
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin1-6/+0
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-1/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin2-2/+2
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-7/+7
2016-11-17loplugin:unusedfieldsNoel Grandin1-13/+11
2016-10-18Simplify some dynamic/static_castsStephan Bergmann1-2/+1
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-2/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-12/+12
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-5/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+3
2016-08-31cppcheck:assertWithSideEffectJochen Nitschke1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-08BASIC: Remove useless BasicManagerImpl streams.Arnaud Versini1-25/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin1-13/+4
2016-06-21prefer OUStringBuffer to concatenating OUString in a loopMuhammet Kara1-11/+14
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-05-31Resolves: tdf#93386 crash when closing a Database with macro editor openCaolán McNamara1-16/+38
2016-05-26tdf#89329: use unique_ptr for pImpl in basmgrXisco Fauli1-5/+1
2016-05-24Resolves: tdf#93474 crash on importing a macro libraryCaolán McNamara1-3/+4
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-5/+5
2016-04-21new plugin stylepoliceNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-13loplugin:passstuffbyref in basicNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11BASIC: Remove useless static_cast from basmgr.cxxArnaud Versini1-23/+20
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin2-15/+13
2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin1-7/+5
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-09loplugin:constantparam in basicNoel Grandin1-2/+2
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin1-24/+13
2016-02-09Remove excess newlinesChris Sherlock2-26/+0