summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-09-29DOCX export: fix order of paragraph mark properties child elementsMiklos Vajna
2014-09-29DOCX export: avoid duplicated w:sz child elementsMiklos Vajna
2014-09-29drawingML export: fix remaining rotation / flip combinationsMiklos Vajna
2014-09-29Set relative heights for all default heading stylesLászló Németh
2014-09-29Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrongCaolán McNamara
2014-09-29revert hunk that makes sw_ooxmlexport tests failCaolán McNamara
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29fdo#70998 Fix capitalizationSamuel Mehrbrodt
2014-09-28fdo#70998 Termchange: Picture->ImageSamuel Mehrbrodt
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-09-28Resolves: fdo#73608 bail out on loop in style sheet hierarchyCaolán McNamara
2014-09-28Related: fdo#73608 don't crash on missing table stylesCaolán McNamara
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-09-27HIG: Correct spacing for several UI options in Print dialogAdolfo Jayme Barrientos
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt
2014-09-26DOCX drawingML import: fix remaining rotation / flip combinationsMiklos Vajna
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl
2014-09-26AddressSanitizer: alloc-dealloc-mismatch (operator new vs free)Michael Stahl
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-26DOCX drawingML import: fix handling of rotation in case of horizontal flipMiklos Vajna
2014-09-26coverity#707302 Uncaught exceptionCaolán McNamara
2014-09-26coverity#1241340 Unused valueCaolán McNamara
2014-09-25fdo#83465 RTF import: handle font of numberingMiklos Vajna
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25DOCX drawingML filter: avoid fake rotation on vertical flipMiklos Vajna
2014-09-25Resolves fdo#84283: Export to PDF with footnotes in tables crashJulien Nabet
2014-09-25coverity#1240270 Copy-paste errorCaolán McNamara
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann
2014-09-25fdo#83465 writerfilter: import font of numberingMiklos Vajna
2014-09-24fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-24fdo#81132 Remove some formatting options from the right-click menu in WriterSamuel Mehrbrodt
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-24fdo#78611 Don't create automatic rules on resetJan-Marek Glogowski
2014-09-24fdo#81782 MM: copy most document propertiesJan-Marek Glogowski
2014-09-24MM: restore the non-saving wizard behaviourJan-Marek Glogowski
2014-09-24MM: readd CreateMonitor handlingJan-Marek Glogowski
2014-09-24DOCX import: make sure rotation does not affect shape positionMiklos Vajna
2014-09-24MM: detect save error based on the return valueJan-Marek Glogowski
2014-09-24also consider redline that starts right before the end para markerCaolán McNamara
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-09-24Disable HTML any check which uses twip->pixel conversion on OSXTomaž Vajngerl