summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-10-24sw: Avoid inheritance from std::vectorTakeshi Abe1-5/+28
2016-10-22implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara1-11/+80
2016-10-22rework things in light of now available documentationCaolán McNamara1-12/+15
2016-10-21Resolves: tdf#103359 undo of insert of multi column frame crashesCaolán McNamara1-1/+5
2016-10-21coverity#1371270 Missing move assignment operatorCaolán McNamara1-2/+1
2016-10-21coverity#1371301 Missing move assignment operatorCaolán McNamara2-2/+2
2016-10-21loplugin:expandablemethodds in sw(part4)Noel Grandin18-52/+15
2016-10-20loplugin:expandablemethodds in sw(part3)Noel Grandin20-76/+25
2016-10-20loplugin:expandablemethodds in sw(part2)Noel Grandin25-62/+22
2016-10-20sw: Avoid inheritance from std::vectorTakeshi Abe1-1/+30
2016-10-20tdf#103261 allow postponed text except in .docJustin Luth2-1/+6
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin37-81/+28
2016-10-20revert part of "simplify some use of typeid"Noel Grandin1-4/+6
2016-10-20simplify some use of typeidNoel Grandin5-16/+11
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot6-0/+6
2016-10-19coverity#1371301 Missing move assignment operatorCaolán McNamara4-4/+7
2016-10-19coverity#1371270 Missing move assignment operatorCaolán McNamara3-6/+5
2016-10-19coverity#1371215 Missing move assignment operatorCaolán McNamara1-1/+1
2016-10-19tdf#102284 Allow footnote separator thickness of 0ptYousuf Philips1-1/+1
2016-10-19tdf#103170 Heikobar: hide list buttons and add third column to insertYousuf Philips1-155/+212
2016-10-19sw: Avoid inheritance from std::listTakeshi Abe1-4/+18
2016-10-18dynamic_cast followed by static_castCaolán McNamara1-2/+2
2016-10-18Any.get<Any>() is AnyJochen Nitschke1-2/+2
2016-10-18Revert "std::list<sal_uLong> to deque"Caolán McNamara1-2/+1
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek15-60/+57
2016-10-18tdf#95031 DOCX import: auto spacing inside numbering means no spacingMiklos Vajna2-0/+6
2016-10-18sw: Just iterating iteraters is boringTakeshi Abe1-19/+0
2016-10-18loplugin:unusedmethodsNoel Grandin10-139/+3
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke6-13/+13
2016-10-17tdf#43740 Don't add space after ininvisible characters.Mark Hung3-19/+42
2016-10-17sw: rename static members in SwStyleNameMapperMiklos Vajna3-202/+202
2016-10-16tdf#103170 Heikobar: Add table section and adjust clipboard sectionYousuf Philips1-49/+387
2016-10-16tdf#103170 Heikobar: image section icons, alignment and menusYousuf Philips1-1/+160
2016-10-15Use UNO registration for font name toolbox controlMaxim Monastirsky1-1/+0
2016-10-15tdf#43740 Count CJK characters to distribute spaces.Mark Hung3-1/+23
2016-10-15tdf#86946 Page Column Type popup accessible form the toolbarSzymon Kłos1-1/+1
2016-10-15clang-cl loplugin: swStephan Bergmann7-16/+18
2016-10-15tdf#103170 Add contextual image section buttonsYousuf Philips1-2/+231
2016-10-14tdf#64038 ODF import: fix handling of space following <text:s>Michael Stahl2-0/+79
2016-10-14tdf#103170 Adjust grid spacing and shrink section headingsYousuf Philips1-13/+10
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin4-15/+15
2016-10-14coverity#1371215 Missing move assignment operatorCaolán McNamara1-11/+15
2016-10-14loplugin:mergeclasses merge SwTextAttrIterator with SwLanguageIteratorNoel Grandin2-31/+25
2016-10-14loplugin:mergeclasses merge SwComboBox with CaptionComboBoxNoel Grandin7-196/+81
2016-10-13tdf#103170 Remove button labels/tooltips and enable font controlsYousuf Philips1-29/+6
2016-10-13tdf#101390 Add "Diagonal Line" command to the writer arrowsbar.Gulsah Kose6-1/+10
2016-10-13Related: tdf#90700, fix the link validity check in ww8 sw filterGiuseppe Castagno1-3/+14
2016-10-13sw: Remove inheritance from std::vectorTakeshi Abe1-1/+8
2016-10-13no need to inherit MenuResource from ResourceCaolán McNamara2-11/+6
2016-10-13no need to inherit SwOLENames from resourceCaolán McNamara3-58/+49