summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-07loplugin:staticmethods: basicStephan Bergmann
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-10-03tdf#102872 TAB function is missing its argumentLaurent Balland-Poirier
2016-09-30loplugin:constantparamNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14loplugin:constantparamNoel Grandin
2016-09-14loplugin:constantparam in accessibility to basicNoel Grandin
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke
2016-09-13loplugin:dllprivateStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-08-31cppcheck:assertWithSideEffectJochen Nitschke
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)Stephan Bergmann
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini
2016-08-28BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode finalArnaud Versini
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-08-22Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"Stephan Bergmann
2016-08-19Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-16basic: Simplify SbxArrayArnaud Versini
2016-08-15basic: SbxBase should be abstractArnaud Versini
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-08-09BASIC: Use rtl/character.hxx in basic/source/sbx/sbxscan.cxxArnaud Versini
2016-08-08BASIC: Remove useless BasicManagerImpl streams.Arnaud Versini
2016-08-08BASIC: Move SbiParser's destructor to cpp file.Arnaud Versini
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin
2016-07-31BASIC: Remove completly useless osl/thread includeArnaud Versini
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-22basic: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-07-20Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara
2016-07-18BASIC: Remove useless overridesArnaud Versini
2016-07-15tdf#100726: Improve readability of OUString concatenation in basic modulenadith
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin
2016-07-11BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-08loplugin:redundantcast: redundant static_casts in basicStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara
2016-06-27tdf#96505 Get rid of cargo cult long integer literalsapurvapriyadarshi