Age | Commit message (Expand) | Author | Files | Lines |
2015-08-11 | tdf#92459 Cleanup unclear lambdas | Daniel Robertson | 2 | -5/+5 |
2015-08-11 | forms: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 18 | -37/+32 |
2015-08-04 | idl,framework,forms: inline some use-once typedefs | Noel Grandin | 2 | -9/+4 |
2015-07-28 | convert RGCHK constants to scoped enum | Noel Grandin | 1 | -2/+2 |
2015-07-27 | inline a bunch of use-once macros | Noel Grandin | 4 | -45/+31 |
2015-07-27 | remove some unused defines | Noel Grandin | 1 | -20/+0 |
2015-07-17 | loplugin:unusedmethods forms | Noel Grandin | 20 | -114/+2 |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann | 3 | -4/+4 |
2015-07-15 | tdf#92459 replace unary_function in forms | danlrobertson | 2 | -5/+5 |
2015-07-14 | fix windows build | Noel Grandin | 1 | -1/+1 |
2015-07-14 | tdf#47832: Pictures on buttons, created in forms, gone after reopening form | Zolnai Tamás | 2 | -0/+26 |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann | 3 | -4/+6 |
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-07-06 | remove some unnecessary typedefs around uno::Reference | Noel Grandin | 10 | -407/+330 |
2015-07-03 | Fix typos | Andrea Gelmini | 4 | -4/+4 |
2015-06-30 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-29 | coverity#1308583 Uncaught exception | Caolán McNamara | 4 | -4/+4 |
2015-06-29 | coverity#1308582 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-06-28 | coverity#1308542 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-06-24 | Get rid of comphelper::string::is*Ascii functions | Stephan Bergmann | 1 | -3/+2 |
2015-06-19 | Disambiguate needlessly overloaded OGridControlModel::createColumn | Stephan Bergmann | 2 | -4/+4 |
2015-06-18 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-17 | Some missing SolarMutexGuard around VclPtr acquire/release | Stephan Bergmann | 3 | -5/+13 |
2015-06-16 | Fix typos | Andrea Gelmini | 4 | -4/+4 |
2015-06-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin | 1 | -2/+1 |
2015-06-15 | cppcheck: passedByValue | Caolán McNamara | 1 | -3/+3 |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin | 1 | -4/+4 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 1 | -2/+2 |
2015-06-05 | Let JUnit take care of exceptions | Noel Grandin | 1 | -39/+8 |
2015-06-01 | fix Windows build | Noel Grandin | 1 | -1/+1 |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin | 1 | -3/+3 |
2015-05-29 | split forms unoapi test for performance | Bjoern Michaelsen | 9 | -36/+182 |
2015-05-29 | loplugin:redundantcast: const_cast to same type | Stephan Bergmann | 4 | -6/+6 |
2015-05-27 | convert WINDOW_DRAW flags to scoped enum | Noel Grandin | 5 | -5/+5 |
2015-05-18 | refactor forms classes to use RenderContext | Tomaž Vajngerl | 2 | -21/+5 |
2015-05-18 | Remove include stdio (part2) | Julien Nabet | 1 | -1/+0 |
2015-05-11 | convert COMMAND_ constants to scoped enum | Noel Grandin | 1 | -3/+3 |
2015-05-10 | Use IMPL_LINK_NOARG[_TYPED] where applicable | Stephan Bergmann | 2 | -2/+2 |
2015-05-10 | Use IMPL_[STATIC_]LINK_NOARG where applicable | Stephan Bergmann | 2 | -2/+2 |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann | 2 | -4/+4 |
2015-05-08 | std::ptr_fun became deprecated since C++11 | Takeshi Abe | 1 | -3/+3 |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl | 3 | -8/+8 |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann | 2 | -3/+2 |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann | 2 | -3/+2 |
2015-05-05 | loplugin:staticmethods | Noel Grandin | 19 | -34/+45 |
2015-05-02 | Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. | Michael Meeks | 1 | -4/+10 |
2015-04-30 | Gradually typed Link | Stephan Bergmann | 2 | -5/+5 |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist | 2 | -5/+4 |