summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl1-2/+1
2014-09-26AddressSanitizer: alloc-dealloc-mismatch (operator new vs free)Michael Stahl1-4/+4
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin3-9/+9
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin5-15/+15
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin5-8/+8
2014-09-26remove unnecessary casts'sNoel Grandin5-15/+15
2014-09-26remove unnecessary static_cast'sNoel Grandin5-12/+12
2014-09-26DOCX drawingML import: fix handling of rotation in case of horizontal flipMiklos Vajna2-0/+11
2014-09-26coverity#707302 Uncaught exceptionCaolán McNamara1-1/+1
2014-09-26coverity#1241340 Unused valueCaolán McNamara1-3/+6
2014-09-25fdo#83465 RTF import: handle font of numberingMiklos Vajna2-0/+29
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+1
2014-09-25DOCX drawingML filter: avoid fake rotation on vertical flipMiklos Vajna3-1/+15
2014-09-25Resolves fdo#84283: Export to PDF with footnotes in tables crashJulien Nabet1-1/+5
2014-09-25coverity#1240270 Copy-paste errorCaolán McNamara1-1/+1
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann3-1/+9
2014-09-25fdo#83465 writerfilter: import font of numberingMiklos Vajna2-0/+7
2014-09-24fdo#75757: remove inheritance to std::vectorTakeshi Abe6-46/+62
2014-09-24fdo#81132 Remove some formatting options from the right-click menu in WriterSamuel Mehrbrodt1-42/+1
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt3-9/+1
2014-09-24fdo#78611 Don't create automatic rules on resetJan-Marek Glogowski1-5/+13
2014-09-24fdo#81782 MM: copy most document propertiesJan-Marek Glogowski3-53/+131
2014-09-24MM: restore the non-saving wizard behaviourJan-Marek Glogowski1-2/+3
2014-09-24MM: readd CreateMonitor handlingJan-Marek Glogowski4-18/+247
2014-09-24DOCX import: make sure rotation does not affect shape positionMiklos Vajna2-0/+11
2014-09-24MM: detect save error based on the return valueJan-Marek Glogowski1-2/+1
2014-09-24also consider redline that starts right before the end para markerCaolán McNamara3-3/+27
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-2/+7
2014-09-24Disable HTML any check which uses twip->pixel conversion on OSXTomaž Vajngerl1-2/+8
2014-09-24fdo#80654 - Add icon to 'Close Preview' button in Page Preview toolbarYousuf Philips1-1/+1
2014-09-24WW8PLCFMan::AdjustEnds deeply flawed concept wrt change trackingCaolán McNamara3-8/+10
2014-09-24fdo#83955 Fix changes toolbar to display icons+textSamuel Mehrbrodt1-9/+9
2014-09-23fdo#83955 Track Changes: Improve the changes toolbarYousuf Philips1-6/+9
2014-09-23error C2782: template parameter '_Ty' is ambiguousMiklos Vajna1-1/+1
2014-09-23DOCX export: fix duplicated OLE objectsMiklos Vajna3-1/+11
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin16-26/+31
2014-09-23with show changes on we can have negative offsetsCaolán McNamara2-3/+5
2014-09-23Not only hspace, vspace but also width, heightStephan Bergmann1-1/+1
2014-09-23Do not link html images only when pasting from clipboard (bnc#580834)Matúš Kukan3-9/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin322-993/+993
2014-09-23Disable HTML export "hspace" and "vspace" check on OSXTomaž Vajngerl1-0/+2
2014-09-23Keep files of failing tests aroundStephan Bergmann1-0/+7
2014-09-23DOCX filter: roundtrip SDT properties on Frame TextPortionsMiklos Vajna3-0/+21
2014-09-22CppunitTest_sw_tox: move this into the extras directoryMiklos Vajna4-3/+3
2014-09-22Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"Jan Holesovsky1-9/+9
2014-09-22sw/qa/README: document that complex/unoapi are Java testsMiklos Vajna1-9/+17
2014-09-22DOCX import: ignore SDT as well in to-be-discarded header/footerMiklos Vajna2-0/+9
2014-09-22wae: unused variable 'sOut'Tomaž Vajngerl1-2/+0