summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-11-24convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin5-69/+63
2016-11-23loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann4-21/+1
2016-11-22trivial makefile cleanupsMichael Stahl1-3/+3
2016-11-22tdf#102872 Add qa unit test for BASIC methodsLaurent Balland-Poirier7-0/+439
2016-11-17loplugin:unusedfieldsNoel Grandin1-13/+11
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin3-25/+6
2016-11-08loplugin:oncevarNoel Grandin1-5/+2
2016-11-07basic: fix Android buildMiklos Vajna5-31/+18
2016-11-06Fix Android build (llround)Julien Nabet1-0/+4
2016-11-06Fix Android build (basic)Julien Nabet1-0/+9
2016-11-06BASIC : remove ImpRound and use std::(l)lround insteadArnaud Versini5-20/+22
2016-11-02loplugin:singlevalfieldsNoel Grandin3-5/+2
2016-11-01BASIC : use rtl/character.hxx in sbxform.cxxArnaud Versini1-10/+8
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-27Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist1-2/+4
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin4-12/+6
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin5-16/+6
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke3-6/+6
2016-10-18Simplify some dynamic/static_castsStephan Bergmann3-45/+42
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek5-32/+35
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-10/+10
2016-10-16clang-cl loplugin: basicStephan Bergmann6-77/+77
2016-10-16tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous3-5/+3
2016-10-13Improve UNO error reporting. Make exceptions more descriptive.Hieronymous1-4/+7
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek20-279/+278
2016-10-07loplugin:staticmethods: basicStephan Bergmann1-1/+1
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin4-9/+9
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann7-16/+16
2016-10-03Fix typosAndrea Gelmini2-3/+3
2016-10-03tdf#102872 TAB function is missing its argumentLaurent Balland-Poirier1-0/+1
2016-09-30loplugin:constantparamNoel Grandin2-41/+4
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-5/+4
2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann1-4/+5
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin7-15/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl7-34/+39
2016-09-14loplugin:constantparamNoel Grandin4-5/+5
2016-09-14loplugin:constantparam in accessibility to basicNoel Grandin1-9/+1
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke2-10/+4
2016-09-13loplugin:dllprivateStephan Bergmann1-4/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann19-33/+33
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-0/+2
2016-08-31cppcheck:assertWithSideEffectJochen Nitschke1-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)Stephan Bergmann2-3/+3
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini4-4/+4
2016-08-28BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode finalArnaud Versini1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin3-6/+6
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka9-14/+14