summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-28(related: fdo#81033) writerfilter: default tab fill character is spaceMichael Stahl
2014-07-28fdo#81033: writerfilter: RTF import: fix tab stop inheritance from styleMichael Stahl
2014-07-28MSWordExportBase::OutputSectionBreaks: avoid fake section breaksMiklos Vajna
2014-07-28Copy first-header-footer test from ww8 to ooxmlLuke Deller
2014-07-28use the Redline iteratorBjoern Michaelsen
2014-07-28a const_iterator for RedlinesBjoern Michaelsen
2014-07-27indentation fixesMiklos Vajna
2014-07-26fdo#30425 - button should be print, not print previewMartin Owens
2014-07-26coverity#704848 Dereference after null checkCaolán McNamara
2014-07-26coverity#1228874 Uninitialized scalar variableCaolán McNamara
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