summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-10tdf#96275 RTF import: fix anchor of shapes inside tablesMiklos Vajna
2016-05-10Remove default outline indent, fixes tdf#95576Luke Deller
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-06tdf#90923 sw: invalidate layout when font substitutions are changedMichael Stahl
2016-05-06tdf#70998 Termchange: Graphic->ImageSamuel Mehrbrodt
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-06sw: no need to copy these in rtfattributeoutputMiklos Vajna
2016-05-05crashtesting: fix a gadzillion docx export crashesCaolán McNamara
2016-05-05Related: tdf#84695 sw: fix TextBox begin text edit by pressing normal charMiklos Vajna
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos
2016-05-04notebookbar: rearranged layoutSzymon Kłos
2016-05-04CPPUNIT_ASSERT(a == b) -> CPPUNIT_ASSERT_EQUAL(b, a)Miklos Vajna
2016-05-03sw: HTML filter: avoid turning on Undo with ridiculous hacksMichael Stahl
2016-05-03tdf#99529 sw: don't pop up input field dialog before inserting fieldMichael Stahl
2016-05-03tdf#98512 sw: add unit testMichael Stahl
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley
2016-05-03tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna
2016-05-02sw: translate last Anz occurrences in headersMiklos Vajna
2016-05-01loplugin:simplifybool in swJochen Nitschke
2016-05-01Fix typosAndrea Gelmini
2016-05-01Fix typosAndrea Gelmini
2016-04-30Fix tdf#96515 unit testJan-Marek Glogowski
2016-04-30Fix typosAndrea Gelmini
2016-04-30sw: SwHistoryResetAttrSet now unused, remove itMichael Stahl
2016-04-30tdf#98512: sw: remove duplicate undo history addMichael Stahl
2016-04-30sw: SwFieldVarPage: disable "Insert" button on "Input field"...Michael Stahl
2016-04-30sw: try to survive restoring a field dialog without SfxObjectShellMichael Stahl
2016-04-29sw, xmlsecurity: indentation fixesMiklos Vajna
2016-04-29tdf#97504 Add toolbar button for character spacingSamuel Mehrbrodt
2016-04-29sw: no need to copy these in docxsdrexportMiklos Vajna
2016-04-29tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht
2016-04-29mark numbers in mail merge dialogs as untranslatableStanislav Horacek
2016-04-28use initialization listJochen Nitschke
2016-04-28tdf#74328: loading section page no. as 16 bit unsignedOliver Specht
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-28loplugin:stringconstantNoel Grandin
2016-04-28Related: tdf#65642 RTF filter: import \pgndecMiklos Vajna
2016-04-27Resolves: tdf#99498 don't overwrite trwWidth value if set on a tableCaolán McNamara
2016-04-27tdf#99474 close direct char fmt at end of paraLuke Deller
2016-04-27tdf#99460 sw: layout: don't split table before flyMichael Stahl
2016-04-27-Werror,-WvarargsStephan Bergmann
2016-04-27tdf#98512 Fix the Undo action of insert an input field.HaidongWu