summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:singlevalfieldsNoel Grandin2016-11-023-5/+2
* BASIC : use rtl/character.hxx in sbxform.cxxArnaud Versini2016-11-011-10/+8
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1
* Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist2016-10-271-2/+4
* Fix typosAndrea Gelmini2016-10-231-1/+1
* loplugin:expandablemethodds in include/basic..comphelperNoel Grandin2016-10-214-12/+6
* loplugin:expandablemethodds in basctl..chart2Noel Grandin2016-10-195-16/+6
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-183-6/+6
* Simplify some dynamic/static_castsStephan Bergmann2016-10-183-45/+42
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-185-32/+35
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-10/+10
* clang-cl loplugin: basicStephan Bergmann2016-10-166-77/+77
* 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