Age | Commit message (Expand) | Author |
2016-04-21 | clang-tidy modernize-loop-convert in b* | Noel Grandin |
2016-04-12 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-11 | clang-tidy performance-unnecessary-value-param in basic | Noel Grandin |
2016-04-10 | tdf#99089: avoid some crashes in Basic | Julien Nabet |
2016-04-06 | Turn SbiOpcode into scoped enum | Stephan Bergmann |
2016-04-04 | BASIC : Use a vector to store the argv stack | Arnaud Versini |
2016-04-04 | tdf#94306 replace boost::noncopyable in .. | Jochen Nitschke |
2016-04-03 | BASIC : Use a vector to store the go sub stack. | Arnaud Versini |
2016-03-23 | loplugin:constantparam in basic | Noel Grandin |
2016-03-20 | BASIC : Use std::vector in SbiRuntime to save references | Arnaud Versini |
2016-03-08 | tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors | Steven Guo |
2016-03-08 | Remove ancient StarPortal leftovers | Stephan Bergmann |
2016-03-07 | tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxx | Steven Guo |
2016-03-07 | loplugin:unuseddefaultparam in various | Noel Grandin |
2016-03-03 | loplugin:unuseddefaultparams in basic | Noel Grandin |
2016-03-02 | tdf#84938 Change average enum for scoped enum | baltasarq |
2016-02-25 | change to SearchOptions2 | Eike Rathke |
2016-02-22 | loplugin:commaoperator in basic/ | Noel Grandin |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-05 | interface to new XTextSearch2 with SearchOptions2, tdf#72196 | Eike Rathke |
2016-01-05 | Fix typos | Andrea Gelmini |
2016-01-05 | Fix typos | Andrea Gelmini |
2015-12-27 | sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32 | Matteo Casalin |
2015-12-27 | sal_uLong/sal_uIntPtr for ScNumFormatAbbrev | Matteo Casalin |
2015-12-15 | Resolves: #i19221# Print Tab(5); "Hello" does not work | Damjan Jovanovic |
2015-12-10 | DBG_TRACE_BASIC/PROFILING had been rotting for quite some time now | Stephan Bergmann |
2015-11-11 | 5th step to remove tools/rtti.hxx | Oliver Specht |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | Resolves: #i61854# Basic: Default title of Msgboxes should be changed | Damjan Jovanovic |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-04 | Resolves: #i61277# Basic open file with random access erases all data. | Damjan Jovanovic |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-06 | Related: tdf#94814 some cleanup of static_cast following dynamic_cast | Caolán McNamara |
2015-10-06 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-06 | tdf#94559: 4th step to remove rtti.hxx | Oliver Specht |
2015-10-02 | checkUnoObjectType etc always deref their ptr arg, convert to ref | Caolán McNamara |
2015-10-02 | Fix typos | Andrea Gelmini |
2015-10-01 | coverity#1325255 Unchecked dynamic_cast | Caolán McNamara |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-29 | remove unused #include <sal/alloca.h> | Michael Stahl |
2015-09-29 | tdf#94559: first step to remove rtti.hxx | Oliver Specht |
2015-09-18 | boost->std | Caolán McNamara |