summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-10-04loplugin:unusedfieldsNoel Grandin1-1/+0
2019-10-04sw: add DocumentContentOperationsManager::DeleteDummyChar()Michael Stahl3-12/+23
2019-10-04use normal VirtualDevice ctor, not the obscure SystemGraphicsData variantCaolán McNamara1-2/+2
2019-10-04related tdf#99602 writerfilter: deferredCharProps unhandled in StylesJustin Luth2-0/+9
2019-10-04sw: SwXTextPortion "TextFieldSeparator"Michael Stahl3-1/+12
2019-10-04sw: add CH_TXT_ATR_FIELDSEPMichael Stahl6-7/+18
2019-10-04sw: add IDocumentMarkAccess::getFieldmarkAt()Michael Stahl8-11/+30
2019-10-04sw: add PortionType for fieldmarks for debuggingMichael Stahl4-2/+11
2019-10-04sw: remove dead branches in DocumentContentOperationsManagerMichael Stahl1-128/+16
2019-10-04sw: Overwrite() should ignore CH_TXT_ATR_INPUTFIELD*Michael Stahl1-0/+2
2019-10-04use SfxUInt16Item for SID_METRIC_ITEMNoel Grandin2-4/+5
2019-10-04find-unneeded-includes: ignore extra recommendationsGabor Kelemen1-7/+0
2019-10-04use the common system PCH header in sw/Luboš Luňák42-0/+84
2019-10-04Use function-local statics for SwStyleNameMapper lists/mapsMike Kaganski4-609/+395
2019-10-03DOCX import: fix interaction of table and paragraph style in table cellsMiklos Vajna3-1/+35
2019-10-03fix GtkGrid does not have a child property called xalignCaolán McNamara1-4/+1
2019-10-03loplugin:unusedfieldsNoel Grandin1-5/+0
2019-10-03merge msgbox and stdtextCaolán McNamara1-1/+0
2019-10-03drop some unnecessary includesCaolán McNamara4-5/+2
2019-10-03update sw pchCaolán McNamara1-35/+15
2019-10-03drop unnecessary includeCaolán McNamara1-1/+0
2019-10-03rename SwNumFormatListBox back to NumFormatListBoxCaolán McNamara6-12/+12
2019-10-03NumFormatListBox is unusedCaolán McNamara2-382/+5
2019-10-03drop some unnecessary includesCaolán McNamara2-9/+0
2019-10-03tdf#81100 DOCX import: repeat header according to table styleLászló Németh3-1/+12
2019-10-02weld PrintDialogCaolán McNamara1-1/+1
2019-10-02Resolves: tdf#127924 give hyperlink tooltip an areaCaolán McNamara1-3/+10
2019-10-02tdf#124601 sw FollowTextFlow: fix hori pos of objects outside the current cellMiklos Vajna4-5/+37
2019-10-02Silence -Werror=redundant-move (GCC 10 trunk)Stephan Bergmann1-2/+2
2019-10-02extend popup handler to cover all CommandEventsCaolán McNamara2-3/+3
2019-10-02dbmgr: Avoid "warning: extra ';' after member function definition"Michael Weghorn1-1/+1
2019-10-02crashtesting: null deref on importing ooo50983-1.odtCaolán McNamara1-2/+3
2019-10-02tdf#127862 ww8import: page style - import XATTR if definedJustin Luth4-3/+21
2019-10-02windows.h is already included in prewin.hMike Kaganski1-1/+0
2019-10-02sw: fix comment in SwTextFormatter::CalcFlyWidth()Miklos Vajna1-1/+1
2019-10-02loplugin:stringadd in swNoel Grandin48-313/+187
2019-10-02tdf#124601 sw FollowTextFlow: fix vert pos of objects outside the current cellMiklos Vajna4-3/+30
2019-10-01-Werror,-Wreturn-std-move (clang-cl)Stephan Bergmann1-2/+4
2019-10-01-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-1/+0
2019-10-01tdf#81100 DOCX: keep "repeat table header" table style settingLászló Németh3-0/+30
2019-10-01Removed executable permission on fileAndrea Gelmini1-0/+0
2019-10-01tdf#123628 DOCX export: fix color change of unvisited hyperlinksTünde Tóth4-4/+19
2019-10-01Resolves: tdf#127896 fix 'Exchange database' crashCaolán McNamara1-6/+9
2019-10-01tdf#92845 Save Writer - Comparison settings properlyGabor Kelemen1-2/+2
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara13-24/+48
2019-10-01tdf#116234 Apply email settings just setMichael Weghorn1-0/+33
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski16-49/+24
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski32-246/+138
2019-09-30tdf#124601 sw: add ContinuousEndnotes layout compat optionMiklos Vajna9-0/+63
2019-09-30tdf#127840 Remove limit to Days offsetLaurent BP1-1/+1