summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* tdf#102308 sw redline tooltip: show secondsMiklos Vajna2016-11-031-1/+1
* remove pParentFrame from SfxFrameNoel Grandin2016-11-037-16/+8
* loplugin:singlevalfieldsNoel Grandin2016-11-022-6/+4
* sw: prefix members of WW8TabDescMiklos Vajna2016-11-021-399/+399
* tdf#41542 PaddingWithoutBorders: allow UI changes if...Justin Luth2016-11-021-0/+4
* tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu2016-11-022-16/+2
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-012-2/+2
* Resolves: tdf#103556 the implicit convert to bare pointer hurts us hereCaolán McNamara2016-11-011-4/+4
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1
* loplugin:oncevar in swNoel Grandin2016-10-3114-79/+34
* SvxBrushItem::GetGraphicLink no longer returns a pointerStephan Bergmann2016-10-311-1/+1
* MS formats allow padding without borders, regardless of display.Justin Luth2016-10-311-14/+1
* sw: bookmark names don't need cryptographic randomnessMichael Stahl2016-10-311-5/+4
* sw: RSID have no need for cryptographic randomnessMichael Stahl2016-10-312-10/+5
* sw: DocumentListsManager: no need for cryptographic randomness hereMichael Stahl2016-10-312-13/+10
* fix logic error - still set zero padding if no border setJustin Luth2016-10-311-0/+8
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-313-38/+5
* Let Menu dispose submenusMaxim Monastirsky2016-10-301-1/+1
* convert usages of DPIScalingFactor from int to floatTomaž Vajngerl2016-10-292-12/+12
* surpress automatic scaling / conversion for document shadowTomaž Vajngerl2016-10-291-2/+7
* HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl2016-10-292-36/+0
* tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai2016-10-293-2/+23
* tdf#33278: Enable UI for vertical left-to-rightKhaled Hosny2016-10-291-0/+4
* tdf#41542 rename variable to match LO5.4 terminologyJustin Luth2016-10-297-20/+19
* tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai2016-10-284-6/+18
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-2810-26/+16
* fix leakCaolán McNamara2016-10-281-1/+1
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-2846-107/+161
* convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin2016-10-289-20/+16
* Don't crash under genMaxim Monastirsky2016-10-281-1/+1
* Reduce scopeMaxim Monastirsky2016-10-281-1/+1
* Sub menus no longer need manual disposingMaxim Monastirsky2016-10-272-21/+2
* Fix insert special character crashMaxim Monastirsky2016-10-271-1/+1
* in msword the hard-break between image and caption has a widthCaolán McNamara2016-10-271-1/+9
* fix writer insert caption crashCaolán McNamara2016-10-271-2/+2
* loplugin:literaltoboolconversionStephan Bergmann2016-10-271-1/+1
* I'm testing inserting a rtf, but really want to test simple loadingCaolán McNamara2016-10-271-11/+17
* loplugin:expandablemethods in swNoel Grandin2016-10-2755-383/+118
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-2712-220/+232
* normalize existing emacs/vim mode-lines in python filesMichael Stahl2016-10-262-3/+3
* assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara2016-10-265-106/+175
* tdf#101814 sw: MSWord export: don't override first-page with heuristicsMichael Stahl2016-10-251-7/+8
* tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna2016-10-253-0/+33
* tdf#44282 fix missing space for numbered lists in TOCAbhilash2016-10-251-1/+4
* tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2016-10-252-0/+11
* tdf#89377 writerfilter: table honors ParaStyle break-before-pageJustin Luth2016-10-242-0/+6
* tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth2016-10-245-0/+129
* sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna2016-10-2411-338/+338
* sw: Avoid inheritance from std::vectorTakeshi Abe2016-10-241-5/+28
* implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara2016-10-221-11/+80