summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-05-01Fix typosAndrea Gelmini2-2/+2
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-30Fix tdf#96515 unit testJan-Marek Glogowski1-7/+13
2016-04-30Fix typosAndrea Gelmini5-8/+8
2016-04-30sw: SwHistoryResetAttrSet now unused, remove itMichael Stahl3-120/+0
2016-04-30tdf#98512: sw: remove duplicate undo history addMichael Stahl3-11/+26
2016-04-30sw: SwFieldVarPage: disable "Insert" button on "Input field"...Michael Stahl1-1/+1
2016-04-30sw: try to survive restoring a field dialog without SfxObjectShellMichael Stahl15-36/+39
2016-04-29sw, xmlsecurity: indentation fixesMiklos Vajna4-5/+5
2016-04-29tdf#97504 Add toolbar button for character spacingSamuel Mehrbrodt1-0/+1
2016-04-29sw: no need to copy these in docxsdrexportMiklos Vajna2-10/+10
2016-04-29tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht4-1/+20
2016-04-29mark numbers in mail merge dialogs as untranslatableStanislav Horacek3-3/+3
2016-04-28use initialization listJochen Nitschke1-38/+33
2016-04-28tdf#74328: loading section page no. as 16 bit unsignedOliver Specht3-2/+16
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2-2/+3
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin5-13/+13
2016-04-28loplugin:stringconstantNoel Grandin1-1/+1
2016-04-28Related: tdf#65642 RTF filter: import \pgndecMiklos Vajna2-0/+29
2016-04-27Resolves: tdf#99498 don't overwrite trwWidth value if set on a tableCaolán McNamara2-0/+14
2016-04-27tdf#99474 close direct char fmt at end of paraLuke Deller4-12/+34
2016-04-27tdf#99460 sw: layout: don't split table before flyMichael Stahl1-14/+37
2016-04-27-Werror,-WvarargsStephan Bergmann1-6/+4
2016-04-27tdf#98512 Fix the Undo action of insert an input field.HaidongWu1-1/+3
2016-04-26CppunitTest_sw_rtfimport: disable testTdf90097 on OS XMiklos Vajna1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin25-149/+146
2016-04-26tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna2-0/+181
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann1-1/+1
2016-04-25Some more sal_Bool -> boolStephan Bergmann11-37/+37
2016-04-25Cannot extract Any to sal_uInt8Stephan Bergmann1-1/+1
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas1-0/+1
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht4-7/+33
2016-04-22Avoid reserved identifiersStephan Bergmann333-2938/+2938
2016-04-22Elide const varsStephan Bergmann1-7/+4
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-21lokit: add getPartHashHenry Castro3-0/+26
2016-04-21Related: tdf#65642 RTF filter: import \pgnlcrmMiklos Vajna2-0/+29
2016-04-21new plugin stylepoliceNoel Grandin18-90/+88
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann79-248/+248
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin20-71/+7
2016-04-20character spacing control possible to use outside sidebarSzymon Kłos1-0/+2
2016-04-19drawinglayer, sw: indentation fixesMiklos Vajna4-5/+5
2016-04-19cppcheck: silence known condition warning in sw ww8Jochen Nitschke1-51/+47
2016-04-19cppcheck: silence known conditions warnings in sw annotshJochen Nitschke1-13/+6
2016-04-18cppcheck: silence known condition warning in sw undobjJochen Nitschke1-1/+1
2016-04-18Fix commentStephan Bergmann1-1/+1
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann2-4/+4
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann2-3/+3
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin4-8/+9
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin48-156/+116