summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin4-20/+20
2014-07-31DocxAttributeOutput::WriteSdtBlock: never write <w:id> twiceMiklos Vajna3-1/+10
2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna8-10/+119
2014-07-30Improve "Navigate by" layoutSamuel Mehrbrodt1-1/+2
2014-07-30Use OString::boolean in docxattributeoutput.cxxJoren De Cuyper1-10/+9
2014-07-30ITiledRenderable: provide default implementations for some methods.Andrzej Hunt2-18/+0
2014-07-30Remove redundant sal_Char *Joren De Cuyper1-9/+9
2014-07-29Fix indent + some extranous whitespaceJoren De Cuyper1-45/+43
2014-07-29FontName -> FontFamily errorJoren De Cuyper1-2/+2
2014-07-29DOCX filter: map <w:sdt> outside paragraphs to paragraph propertiesMiklos Vajna5-16/+86
2014-07-29fdo#80580: LO crashes while opening the document on ubuntu buildYogesh Bharate1-0/+0
2014-07-29fdo#81486:Test case for patch that fixes bug 81486Charu Tyagi2-0/+8
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann2-3/+3
2014-07-29Fix previous commitStephan Bergmann1-1/+0
2014-07-29Cleanup OUString-use in filter/htmlJoren De Cuyper2-146/+79
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin2-760/+337
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin26-143/+143
2014-07-28(related: fdo#81033) writerfilter: default tab fill character is spaceMichael Stahl1-1/+1
2014-07-28fdo#81033: writerfilter: RTF import: fix tab stop inheritance from styleMichael Stahl2-0/+26
2014-07-28MSWordExportBase::OutputSectionBreaks: avoid fake section breaksMiklos Vajna3-5/+12
2014-07-28Copy first-header-footer test from ww8 to ooxmlLuke Deller2-2/+29
2014-07-28use the Redline iteratorBjoern Michaelsen1-3/+3
2014-07-28a const_iterator for RedlinesBjoern Michaelsen1-0/+3
2014-07-27indentation fixesMiklos Vajna2-3/+2
2014-07-26fdo#30425 - button should be print, not print previewMartin Owens1-1/+1
2014-07-26coverity#704848 Dereference after null checkCaolán McNamara1-1/+2
2014-07-26coverity#1228874 Uninitialized scalar variableCaolán McNamara1-1/+1
2014-07-26We're using the same rectangle for both calls, let's reuse it.Andrzej Hunt1-2/+5
2014-07-26Tiled Rendering: ensure rendered area is visible correctly.Andrzej Hunt1-2/+8
2014-07-26Revert "Tiled Rendering: ensure rendered area is visible."Andrzej Hunt1-8/+2
2014-07-26Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now"Andrzej Hunt2-4/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin50-144/+144
2014-07-26sal_uInt16 to short, constifyMatteo Casalin1-2/+2
2014-07-26sal_uInt16: avoid temporaries, simplify, constify, use USHRT_MAXMatteo Casalin3-33/+28
2014-07-26sal_uInt16: constify and avoid temporariesMatteo Casalin1-8/+5
2014-07-26Simplify code pathMatteo Casalin1-14/+2
2014-07-26Do not repeat tests and make code more readableMatteo Casalin1-73/+156
2014-07-26More proper integer types, constifyMatteo Casalin1-3/+3
2014-07-26sal_uInt16 to sal_Int32, reduce scopeMatteo Casalin1-4/+3
2014-07-26Remove temporaries and constifyMatteo Casalin3-5/+3
2014-07-26Avoid unneeded downcast, reduce scope, constifyMatteo Casalin1-11/+7
2014-07-26Remove unuseful member variableMatteo Casalin2-5/+1
2014-07-26Use more proper integer types + minor optimizationsMatteo Casalin1-26/+18
2014-07-26Use more proper integer types, avoid temporaries, constifyMatteo Casalin2-14/+12
2014-07-26Use more proper integer types, constify some sal_uInt16Matteo Casalin1-23/+22
2014-07-26sal_uInt16 to int + constifyMatteo Casalin1-3/+3
2014-07-26Remove unneeded cast and use a temporary for repeated onesMatteo Casalin1-7/+8
2014-07-26Comment introduction of an additional local scopeMatteo Casalin1-2/+3
2014-07-26sal_uInt16 to long and use Fracion validatorMatteo Casalin1-3/+3
2014-07-26Use Orientation enum instead of sal_uInt16 + some boolMatteo Casalin4-7/+7