summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-28Don't crash under genMaxim Monastirsky
2016-10-28Reduce scopeMaxim Monastirsky
2016-10-27Sub menus no longer need manual disposingMaxim Monastirsky
2016-10-27Fix insert special character crashMaxim Monastirsky
2016-10-27in msword the hard-break between image and caption has a widthCaolán McNamara
2016-10-27fix writer insert caption crashCaolán McNamara
2016-10-27loplugin:literaltoboolconversionStephan Bergmann
2016-10-27I'm testing inserting a rtf, but really want to test simple loadingCaolán McNamara
2016-10-27loplugin:expandablemethods in swNoel Grandin
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara
2016-10-25tdf#101814 sw: MSWord export: don't override first-page with heuristicsMichael Stahl
2016-10-25tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna
2016-10-25tdf#44282 fix missing space for numbered lists in TOCAbhilash
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai
2016-10-24tdf#89377 writerfilter: table honors ParaStyle break-before-pageJustin Luth
2016-10-24tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth
2016-10-24sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna
2016-10-24sw: Avoid inheritance from std::vectorTakeshi Abe
2016-10-22implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara
2016-10-22rework things in light of now available documentationCaolán McNamara
2016-10-21Resolves: tdf#103359 undo of insert of multi column frame crashesCaolán McNamara
2016-10-21coverity#1371270 Missing move assignment operatorCaolán McNamara
2016-10-21coverity#1371301 Missing move assignment operatorCaolán McNamara
2016-10-21loplugin:expandablemethodds in sw(part4)Noel Grandin
2016-10-20loplugin:expandablemethodds in sw(part3)Noel Grandin
2016-10-20loplugin:expandablemethodds in sw(part2)Noel Grandin
2016-10-20sw: Avoid inheritance from std::vectorTakeshi Abe
2016-10-20tdf#103261 allow postponed text except in .docJustin Luth
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin
2016-10-20revert part of "simplify some use of typeid"Noel Grandin
2016-10-20simplify some use of typeidNoel Grandin
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot
2016-10-19coverity#1371301 Missing move assignment operatorCaolán McNamara
2016-10-19coverity#1371270 Missing move assignment operatorCaolán McNamara
2016-10-19coverity#1371215 Missing move assignment operatorCaolán McNamara
2016-10-19tdf#102284 Allow footnote separator thickness of 0ptYousuf Philips
2016-10-19tdf#103170 Heikobar: hide list buttons and add third column to insertYousuf Philips
2016-10-19sw: Avoid inheritance from std::listTakeshi Abe
2016-10-18dynamic_cast followed by static_castCaolán McNamara
2016-10-18Any.get<Any>() is AnyJochen Nitschke
2016-10-18Revert "std::list<sal_uLong> to deque"Caolán McNamara
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-18tdf#95031 DOCX import: auto spacing inside numbering means no spacingMiklos Vajna
2016-10-18sw: Just iterating iteraters is boringTakeshi Abe
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke