summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-11-03tdf#102308 sw redline tooltip: show secondsMiklos Vajna1-1/+1
2016-11-03remove pParentFrame from SfxFrameNoel Grandin7-16/+8
2016-11-02loplugin:singlevalfieldsNoel Grandin2-6/+4
2016-11-02sw: prefix members of WW8TabDescMiklos Vajna1-399/+399
2016-11-02tdf#41542 PaddingWithoutBorders: allow UI changes if...Justin Luth1-0/+4
2016-11-02tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu2-16/+2
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke2-2/+2
2016-11-01Resolves: tdf#103556 the implicit convert to bare pointer hurts us hereCaolán McNamara1-4/+4
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-31loplugin:oncevar in swNoel Grandin14-79/+34
2016-10-31SvxBrushItem::GetGraphicLink no longer returns a pointerStephan Bergmann1-1/+1
2016-10-31MS formats allow padding without borders, regardless of display.Justin Luth1-14/+1
2016-10-31sw: bookmark names don't need cryptographic randomnessMichael Stahl1-5/+4
2016-10-31sw: RSID have no need for cryptographic randomnessMichael Stahl2-10/+5
2016-10-31sw: DocumentListsManager: no need for cryptographic randomness hereMichael Stahl2-13/+10
2016-10-31fix logic error - still set zero padding if no border setJustin Luth1-0/+8
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe3-38/+5
2016-10-30Let Menu dispose submenusMaxim Monastirsky1-1/+1
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl2-12/+12
2016-10-29surpress automatic scaling / conversion for document shadowTomaž Vajngerl1-2/+7
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl2-36/+0
2016-10-29tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai3-2/+23
2016-10-29tdf#33278: Enable UI for vertical left-to-rightKhaled Hosny1-0/+4
2016-10-29tdf#41542 rename variable to match LO5.4 terminologyJustin Luth7-20/+19
2016-10-28tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai4-6/+18
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin10-26/+16
2016-10-28fix leakCaolán McNamara1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara46-107/+161
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin9-20/+16
2016-10-28Don't crash under genMaxim Monastirsky1-1/+1
2016-10-28Reduce scopeMaxim Monastirsky1-1/+1
2016-10-27Sub menus no longer need manual disposingMaxim Monastirsky2-21/+2
2016-10-27Fix insert special character crashMaxim Monastirsky1-1/+1
2016-10-27in msword the hard-break between image and caption has a widthCaolán McNamara1-1/+9
2016-10-27fix writer insert caption crashCaolán McNamara1-2/+2
2016-10-27loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2016-10-27I'm testing inserting a rtf, but really want to test simple loadingCaolán McNamara1-11/+17
2016-10-27loplugin:expandablemethods in swNoel Grandin55-383/+118
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin12-220/+232
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl2-3/+3
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara5-106/+175
2016-10-25tdf#101814 sw: MSWord export: don't override first-page with heuristicsMichael Stahl1-7/+8
2016-10-25tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna3-0/+33
2016-10-25tdf#44282 fix missing space for numbered lists in TOCAbhilash1-1/+4
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2-0/+11
2016-10-24tdf#89377 writerfilter: table honors ParaStyle break-before-pageJustin Luth2-0/+6
2016-10-24tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth5-0/+129
2016-10-24sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna11-338/+338
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