Age | Commit message (Expand) | Author |
2014-07-27 | indentation fixes | Miklos Vajna |
2014-07-26 | fdo#30425 - button should be print, not print preview | Martin Owens |
2014-07-26 | coverity#704848 Dereference after null check | Caolán McNamara |
2014-07-26 | coverity#1228874 Uninitialized scalar variable | Caolán McNamara |
2014-07-26 | We're using the same rectangle for both calls, let's reuse it. | Andrzej Hunt |
2014-07-26 | Tiled Rendering: ensure rendered area is visible correctly. | Andrzej Hunt |
2014-07-26 | Revert "Tiled Rendering: ensure rendered area is visible." | Andrzej Hunt |
2014-07-26 | Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now" | Andrzej Hunt |
2014-07-26 | Massive 'Dialogdiet fail' and similar to 'Dialog creation failed' | Matteo Casalin |
2014-07-26 | sal_uInt16 to short, constify | Matteo Casalin |
2014-07-26 | sal_uInt16: avoid temporaries, simplify, constify, use USHRT_MAX | Matteo Casalin |
2014-07-26 | sal_uInt16: constify and avoid temporaries | Matteo Casalin |
2014-07-26 | Simplify code path | Matteo Casalin |
2014-07-26 | Do not repeat tests and make code more readable | Matteo Casalin |
2014-07-26 | More proper integer types, constify | Matteo Casalin |
2014-07-26 | sal_uInt16 to sal_Int32, reduce scope | Matteo Casalin |
2014-07-26 | Remove temporaries and constify | Matteo Casalin |
2014-07-26 | Avoid unneeded downcast, reduce scope, constify | Matteo Casalin |
2014-07-26 | Remove unuseful member variable | Matteo Casalin |
2014-07-26 | Use more proper integer types + minor optimizations | Matteo Casalin |
2014-07-26 | Use more proper integer types, avoid temporaries, constify | Matteo Casalin |
2014-07-26 | Use more proper integer types, constify some sal_uInt16 | Matteo Casalin |
2014-07-26 | sal_uInt16 to int + constify | Matteo Casalin |
2014-07-26 | Remove unneeded cast and use a temporary for repeated ones | Matteo Casalin |
2014-07-26 | Comment introduction of an additional local scope | Matteo Casalin |
2014-07-26 | sal_uInt16 to long and use Fracion validator | Matteo Casalin |
2014-07-26 | Use Orientation enum instead of sal_uInt16 + some bool | Matteo Casalin |
2014-07-26 | Simplify code by throwing earlier | Matteo Casalin |
2014-07-26 | Minor simplification | Matteo Casalin |
2014-07-26 | Remove unneeded OUString temporaries | Matteo Casalin |
2014-07-26 | Defer OUString computation and make some OUString const | Matteo Casalin |
2014-07-26 | Avoid unnecessary offset | Matteo Casalin |
2014-07-26 | Use index in repeated OUString::getToken | Matteo Casalin |
2014-07-26 | sal_uInt16 to size_t | Matteo Casalin |
2014-07-26 | sal_uInt16 to size_t/bool in SwInputFieldList | Matteo Casalin |
2014-07-25 | pImplize XMLPropertyHandlerFactory. | Kohei Yoshida |
2014-07-25 | Apply pimpl to XMLPropertySetMapper. | Kohei Yoshida |
2014-07-25 | coverity#704911 Dereference after null check | Caolán McNamara |
2014-07-25 | Improve header/footer UI label (fdo#81227) | Luke Deller |
2014-07-25 | remove unused params | Bjoern Michaelsen |
2014-07-25 | kill SAVEFLY_SPLIT too | Bjoern Michaelsen |
2014-07-25 | SAVEFLY is a noop, just use a bool | Bjoern Michaelsen |
2014-07-25 | move into the loop and constify | Bjoern Michaelsen |
2014-07-25 | we can do this before the conditional | Bjoern Michaelsen |
2014-07-25 | remove unused headers | Bjoern Michaelsen |
2014-07-25 | use make_shared here | Bjoern Michaelsen |
2014-07-25 | move CntntIdxStore to own file | Bjoern Michaelsen |
2014-07-25 | update comment | Bjoern Michaelsen |
2014-07-25 | simplify ChkPaM some more | Bjoern Michaelsen |
2014-07-25 | Update UnoCrsrs by PaM, not by index | Bjoern Michaelsen |