Age | Commit message (Expand) | Author |
2014-07-31 | fix some dodgy FieldUnit conversions | Noel Grandin |
2014-07-31 | DocxAttributeOutput::WriteSdtBlock: never write <w:id> twice | Miklos Vajna |
2014-07-31 | DOCX export: handle exact end of paragraph w:sdt tags | Miklos Vajna |
2014-07-30 | Improve "Navigate by" layout | Samuel Mehrbrodt |
2014-07-30 | Use OString::boolean in docxattributeoutput.cxx | Joren De Cuyper |
2014-07-30 | ITiledRenderable: provide default implementations for some methods. | Andrzej Hunt |
2014-07-30 | Remove redundant sal_Char * | Joren De Cuyper |
2014-07-29 | Fix indent + some extranous whitespace | Joren De Cuyper |
2014-07-29 | FontName -> FontFamily error | Joren De Cuyper |
2014-07-29 | DOCX filter: map <w:sdt> outside paragraphs to paragraph properties | Miklos Vajna |
2014-07-29 | fdo#80580: LO crashes while opening the document on ubuntu build | Yogesh Bharate |
2014-07-29 | fdo#81486:Test case for patch that fixes bug 81486 | Charu Tyagi |
2014-07-29 | Drop unnecessary SfxApplication::CreateResManager wrapper | Stephan Bergmann |
2014-07-29 | Fix previous commit | Stephan Bergmann |
2014-07-29 | Cleanup OUString-use in filter/html | Joren De Cuyper |
2014-07-29 | drop use of SFX_ITEM_PRESENTATION_NONE | Noel Grandin |
2014-07-29 | simplify return argument of SfxPoolItem::GetPresentation | Noel Grandin |
2014-07-28 | (related: fdo#81033) writerfilter: default tab fill character is space | Michael Stahl |
2014-07-28 | fdo#81033: writerfilter: RTF import: fix tab stop inheritance from style | Michael Stahl |
2014-07-28 | MSWordExportBase::OutputSectionBreaks: avoid fake section breaks | Miklos Vajna |
2014-07-28 | Copy first-header-footer test from ww8 to ooxml | Luke Deller |
2014-07-28 | use the Redline iterator | Bjoern Michaelsen |
2014-07-28 | a const_iterator for Redlines | Bjoern Michaelsen |
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 |