summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2014-07-29ITiledRenderable: provide default implementations for some methods.Andrzej Hunt
2014-07-26We're using the same rectangle for both calls, let's reuse it.Andrzej Hunt
2014-07-26Tiled Rendering: ensure rendered area is visible correctly.Andrzej Hunt
2014-07-26Revert "Tiled Rendering: ensure rendered area is visible."Andrzej Hunt
2014-07-26Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now"Andrzej Hunt
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-26sal_uInt16 to short, constifyMatteo Casalin
2014-07-26sal_uInt16: avoid temporaries, simplify, constify, use USHRT_MAXMatteo Casalin
2014-07-26sal_uInt16: constify and avoid temporariesMatteo Casalin
2014-07-26Simplify code pathMatteo Casalin
2014-07-26Do not repeat tests and make code more readableMatteo Casalin
2014-07-26More proper integer types, constifyMatteo Casalin
2014-07-26sal_uInt16 to sal_Int32, reduce scopeMatteo Casalin
2014-07-26Remove temporaries and constifyMatteo Casalin
2014-07-26Avoid unneeded downcast, reduce scope, constifyMatteo Casalin
2014-07-26Remove unuseful member variableMatteo Casalin
2014-07-26Use more proper integer types + minor optimizationsMatteo Casalin
2014-07-26Use more proper integer types, avoid temporaries, constifyMatteo Casalin
2014-07-26Use more proper integer types, constify some sal_uInt16Matteo Casalin
2014-07-26sal_uInt16 to int + constifyMatteo Casalin
2014-07-26Remove unneeded cast and use a temporary for repeated onesMatteo Casalin
2014-07-26Comment introduction of an additional local scopeMatteo Casalin
2014-07-26sal_uInt16 to long and use Fracion validatorMatteo Casalin
2014-07-26Use Orientation enum instead of sal_uInt16 + some boolMatteo Casalin
2014-07-26Simplify code by throwing earlierMatteo Casalin
2014-07-26Minor simplificationMatteo Casalin
2014-07-26Remove unneeded OUString temporariesMatteo Casalin
2014-07-26Defer OUString computation and make some OUString constMatteo Casalin
2014-07-26Avoid unnecessary offsetMatteo Casalin
2014-07-26Use index in repeated OUString::getTokenMatteo Casalin
2014-07-26sal_uInt16 to size_tMatteo Casalin
2014-07-26sal_uInt16 to size_t/bool in SwInputFieldListMatteo Casalin
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida
2014-07-25coverity#704911 Dereference after null checkCaolán McNamara
2014-07-25Improve header/footer UI label (fdo#81227)Luke Deller
2014-07-25remove unused paramsBjoern Michaelsen
2014-07-25kill SAVEFLY_SPLIT tooBjoern Michaelsen
2014-07-25SAVEFLY is a noop, just use a boolBjoern Michaelsen
2014-07-25move into the loop and constifyBjoern Michaelsen
2014-07-25we can do this before the conditionalBjoern Michaelsen
2014-07-25remove unused headersBjoern Michaelsen
2014-07-25use make_shared hereBjoern Michaelsen
2014-07-25move CntntIdxStore to own fileBjoern Michaelsen
2014-07-25update commentBjoern Michaelsen
2014-07-25simplify ChkPaM some moreBjoern Michaelsen
2014-07-25Update UnoCrsrs by PaM, not by indexBjoern Michaelsen
2014-07-25remove dead codeBjoern Michaelsen
2014-07-25simplify conditionalsBjoern Michaelsen
2014-07-25use a BOOST_FOREACH hereBjoern Michaelsen