Age | Commit message (Expand) | Author |
2016-11-06 | BASIC : remove ImpRound and use std::(l)lround instead | Arnaud Versini |
2016-11-02 | loplugin:singlevalfields | Noel Grandin |
2016-11-01 | BASIC : use rtl/character.hxx in sbxform.cxx | Arnaud Versini |
2016-11-01 | Omit the default comparator | Takeshi Abe |
2016-10-27 | Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for now | Tor Lillqvist |
2016-10-23 | Fix typos | Andrea Gelmini |
2016-10-21 | loplugin:expandablemethodds in include/basic..comphelper | Noel Grandin |
2016-10-19 | loplugin:expandablemethodds in basctl..chart2 | Noel Grandin |
2016-10-18 | replace <<= with assign for <<= with rhs Any | Jochen Nitschke |
2016-10-18 | Simplify some dynamic/static_casts | Stephan Bergmann |
2016-10-18 | tdf#89307: Removed T* SvRef::opeartor &() | Jacek Fraczek |
2016-10-17 | replace <<= with assign for <<= with rhs Any | Jochen Nitschke |
2016-10-16 | clang-cl loplugin: basic | Stephan Bergmann |
2016-10-16 | tdf#96099 Reduce no. of useless typedefs for trivial containers. | Hieronymous |
2016-10-13 | Improve UNO error reporting. Make exceptions more descriptive. | Hieronymous |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-10-07 | loplugin:staticmethods: basic | Stephan Bergmann |
2016-10-05 | Replace DdeData conversion operators with proper functions | Stephan Bergmann |
2016-10-05 | convert MapUnit to scoped enum | Noel Grandin |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-10-03 | Fix typos | Andrea Gelmini |
2016-10-03 | tdf#102872 TAB function is missing its argument | Laurent Balland-Poirier |
2016-09-30 | loplugin:constantparam | Noel Grandin |
2016-09-23 | perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related | Eike Rathke |
2016-09-20 | Related cid#1371289: Improve code to not depend on missing move assignment | Stephan Bergmann |
2016-09-16 | loplugin:singlevalfields in basic..idl | Noel Grandin |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-09-14 | loplugin:constantparam | Noel Grandin |
2016-09-14 | loplugin:constantparam in accessibility to basic | Noel Grandin |
2016-09-14 | tdf#88205 use list ctor for uno::Sequence a11y to canvas | Jochen Nitschke |
2016-09-13 | loplugin:dllprivate | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-02 | boost::intrusive_ptr->tools::SvRef | Caolán McNamara |
2016-08-31 | cppcheck:assertWithSideEffect | Jochen Nitschke |
2016-08-30 | loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic) | Stephan Bergmann |
2016-08-29 | BASIC : Remove useless SbxBase::GetCreator | Arnaud Versini |
2016-08-28 | BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode final | Arnaud Versini |
2016-08-27 | put StreamMode masks in scope of enum class | Jochen Nitschke |
2016-08-25 | new loplugin: countusersofdefaultparams | Noel Grandin |
2016-08-24 | tdf#96505 get rid of "long" integer literals 'L' | Asela Dasanayaka |
2016-08-22 | Avoid OUString::operator[] out-of-bounds assertion when line ends with "&" | Stephan Bergmann |
2016-08-19 | Resolves: tdf#88953 byref args incorrectly passed in basic->c++ | Caolán McNamara |
2016-08-19 | Some clang-tidy misc-move-constructor-init | Stephan Bergmann |
2016-08-16 | basic: Simplify SbxArray | Arnaud Versini |
2016-08-15 | basic: SbxBase should be abstract | Arnaud Versini |
2016-08-13 | BASIC: Use more often std::unique_ptr | Arnaud Versini |
2016-08-09 | BASIC: Use rtl/character.hxx in basic/source/sbx/sbxscan.cxx | Arnaud Versini |
2016-08-08 | BASIC: Remove useless BasicManagerImpl streams. | Arnaud Versini |
2016-08-08 | BASIC: Move SbiParser's destructor to cpp file. | Arnaud Versini |
2016-08-04 | tdf#100726: Improve readability of OUString concatenation | nadith |