summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin5-8/+8
2016-05-06sw: no need to copy these in rtfattributeoutputMiklos Vajna2-12/+12
2016-05-05crashtesting: fix a gadzillion docx export crashesCaolán McNamara1-4/+6
2016-05-05Related: tdf#84695 sw: fix TextBox begin text edit by pressing normal charMiklos Vajna2-3/+36
2016-05-04use Any constructor instead of temporariesNoel Grandin10-73/+27
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos1-0/+2
2016-05-04notebookbar: rearranged layoutSzymon Kłos1-783/+901
2016-05-04CPPUNIT_ASSERT(a == b) -> CPPUNIT_ASSERT_EQUAL(b, a)Miklos Vajna1-1/+1
2016-05-03sw: HTML filter: avoid turning on Undo with ridiculous hacksMichael Stahl1-0/+3
2016-05-03tdf#99529 sw: don't pop up input field dialog before inserting fieldMichael Stahl1-3/+8
2016-05-03tdf#98512 sw: add unit testMichael Stahl2-1/+42
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley10-20/+1
2016-05-03tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna2-0/+184
2016-05-02sw: translate last Anz occurrences in headersMiklos Vajna5-10/+10
2016-05-01loplugin:simplifybool in swJochen Nitschke1-1/+1
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