summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous2016-10-163-5/+3
* Improve UNO error reporting. Make exceptions more descriptive.Hieronymous2016-10-131-4/+7
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-1020-279/+278
* loplugin:staticmethods: basicStephan Bergmann2016-10-071-1/+1
* Replace DdeData conversion operators with proper functionsStephan Bergmann2016-10-051-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-054-9/+9
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-057-16/+16
* Fix typosAndrea Gelmini2016-10-032-3/+3
* tdf#102872 TAB function is missing its argumentLaurent Balland-Poirier2016-10-031-0/+1
* loplugin:constantparamNoel Grandin2016-09-302-41/+4
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-232-5/+4
* Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann2016-09-201-4/+5
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-167-15/+2
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-157-34/+39
* loplugin:constantparamNoel Grandin2016-09-144-5/+5
* loplugin:constantparam in accessibility to basicNoel Grandin2016-09-141-9/+1
* tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke2016-09-142-10/+4
* loplugin:dllprivateStephan Bergmann2016-09-131-4/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1319-33/+33
* boost::intrusive_ptr->tools::SvRefCaolán McNamara2016-09-021-0/+2
* cppcheck:assertWithSideEffectJochen Nitschke2016-08-311-2/+2
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)Stephan Bergmann2016-08-302-3/+3
* BASIC : Remove useless SbxBase::GetCreatorArnaud Versini2016-08-294-4/+4
* BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode finalArnaud Versini2016-08-281-2/+2
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-253-6/+6
* tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka2016-08-249-14/+14
* Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"Stephan Bergmann2016-08-221-1/+1
* Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara2016-08-192-2/+2
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-191-1/+1
* basic: Simplify SbxArrayArnaud Versini2016-08-161-39/+34
* basic: SbxBase should be abstractArnaud Versini2016-08-151-14/+0
* BASIC: Use more often std::unique_ptrArnaud Versini2016-08-138-26/+22
* BASIC: Use rtl/character.hxx in basic/source/sbx/sbxscan.cxxArnaud Versini2016-08-091-11/+4
* BASIC: Remove useless BasicManagerImpl streams.Arnaud Versini2016-08-081-25/+0
* BASIC: Move SbiParser's destructor to cpp file.Arnaud Versini2016-08-082-0/+3
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-045-26/+12
* loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2016-08-048-15/+15
* BASIC: Remove completly useless osl/thread includeArnaud Versini2016-07-311-1/+0
* improve passstuffbyref return analysisNoel Grandin2016-07-277-11/+11
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-262-5/+5
* basic: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-223-6/+6
* Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara2016-07-201-0/+7
* BASIC: Remove useless overridesArnaud Versini2016-07-182-24/+2
* tdf#100726: Improve readability of OUString concatenation in basic modulenadith2016-07-153-33/+11
* tdf#84635 - Slow layout of large tablesNoel Grandin2016-07-131-6/+2
* BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini2016-07-112-8/+3
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-081-2/+2
* loplugin:redundantcast: redundant static_casts in basicStephan Bergmann2016-07-081-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-075-8/+8