summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17tdf#55427 ww8export: treat document-end-footnotes as endnotesJustin Luth9-5/+125
2017-08-17implementing callback for ruler invalidationAditya Dewan6-1/+68
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin6-11/+8
2017-08-17MSWord export: adapt interface to avoid const_castMiklos Vajna7-17/+14
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin28-117/+117
2017-08-17Removing unused serialisation codeVarun Dhall1-1/+1
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann3-12/+12
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin22-50/+50
2017-08-16i#95698 sw: fix crash on splitting in-table section containing a nested tableMiklos Vajna3-0/+22
2017-08-16Translated "Methoden" to complete b1f6e6299cf5Andrea Gelmini1-1/+1
2017-08-16tdf#39468 Translate German comments/termsJens Carl2-2/+2
2017-08-16convert dialog result methods from long->sal_Int32Noel Grandin3-5/+5
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin2-4/+8
2017-08-16tdf#107480 RTF import: fix HTML automatic spacing in stylesMiklos Vajna2-0/+23
2017-08-15tdf#111767 Make the Input Field dialog less confusingAdolfo Jayme Barrientos1-57/+42
2017-08-15tdf#109319 writerfilter: set DropCap.DistanceJustin Luth1-0/+6
2017-08-15tdf#109318 writerfilter: don't increment DropCap linesJustin Luth2-0/+16
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin10-27/+27
2017-08-15sw: prefix members of SwOLENodeMiklos Vajna2-48/+48
2017-08-15remove redundant SvxFrameDirection castsJochen Nitschke2-6/+7
2017-08-15sw RTF export: indentation fixesMiklos Vajna1-2/+2
2017-08-14Removing unused SetVersionMap from swVarun Dhall3-112/+0
2017-08-13cppcheck: really remove the memsetJulien Nabet1-2/+0
2017-08-13cppcheck: Using 'memset' on struct that contains a 'std::unique_ptr'Julien Nabet1-23/+27
2017-08-13cppcheck: variableScopeJochen Nitschke1-24/+26
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-2/+2
2017-08-12Removed duplicated includeAndrea Gelmini1-1/+0
2017-08-11tdf#89409 Render ruby inside the grid in standard mode.Mark Hung2-11/+16
2017-08-11m_pPostponedVMLDrawings is unused nowTamás Zolnai2-23/+0
2017-08-11sw: fix typo in SwXStyle::GetStylePropertyMiklos Vajna1-1/+1
2017-08-11Resolves: tdf#111571 crash on restarting writer with modeless biblio dialogCaolán McNamara1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin7-33/+26
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin5-9/+7
2017-08-11tdf#105705 sw: fix another case of bookmarks becoming un-sortedMichael Stahl1-0/+4
2017-08-11tdf#108494 fix regressionSzymon Kłos3-0/+101
2017-08-11sw: fix inconsistent param naming in interface/implementationMiklos Vajna4-14/+14
2017-08-11tweak string convert table dialog to load the same with native gtk builderCaolán McNamara1-7/+8
2017-08-10tdf#39468: Translate some german commentsChristian Barth4-5/+5
2017-08-10Fix typosAndrea Gelmini1-1/+1
2017-08-10editviewoverlay: EditViewSelection reorganizedArmin Le Grand1-1/+1
2017-08-10loplugin:unusedenumconstantsNoel Grandin3-57/+21
2017-08-10tdf#79167 Change search type through a drop down controlJames Raykowski9-48/+519
2017-08-10tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXMLMike Kaganski2-0/+66
2017-08-09tdf#91384: DOCX: import ActiveX controlsTamás Zolnai3-1/+31
2017-08-09Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixelCaolán McNamara1-15/+3
2017-08-09tweak string input dialog to load the same with native gtk builderCaolán McNamara1-11/+8
2017-08-09tdf#111480 Circular text was imported horizontallySzymon Kłos2-0/+9
2017-08-09tdf#66212 - Hebrew numbering import/export supportYossi Zahn1-1/+4
2017-08-09tdf#97362: TextPortionEnumerationTest partially migrated to python (part 5)jmzambon2-271/+303