summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-04-25fdo#60280: sw: restore anti-aliasing for all OLE objectsMichael Stahl1-2/+1
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna3-0/+33
2013-04-13Resolves: fdo#48039 use same algorithm for assigning get/set replacement idsCaolán McNamara1-9/+4
2013-04-04fdo#51916 don't try to support nested tables having table styles for nowMiklos Vajna2-0/+326
2013-04-04fdo#32082: Do not reset number format in table cells on edit.Jan Holesovsky1-17/+21
2013-04-03Keep semantics, but improve readibility.Jan Holesovsky1-27/+24
2013-04-02SwFrmFmts: MSVC does stupid things with dllexporting templatesMichael Stahl1-1/+4
2013-03-29fdo#30983 RTF filter: fix handling of RTF_PVPG and RTF_PHPGMiklos Vajna4-4/+76
2013-03-28fdo#37716 implement import of RTF_NOWRAPMiklos Vajna2-0/+15
2013-03-28fdo#60513: SwCrsrShell::Push(): take position from table cursorMichael Stahl1-4/+8
2013-03-27fdo#53442 SwTxtPaintInfo::_DrawBackBrush: color multi-para comment rangesMiklos Vajna4-31/+33
2013-03-26fdo#59273 import w:tblLayout of DOCX tablesMiklos Vajna3-0/+12
2013-03-26fix fdo#62670 - TABLE: Splitting a table options are mixedJoren De Cuyper1-4/+2
2013-03-25fix fdo#62050 : Initially disable RTL for comment window.navin patidar1-4/+1
2013-03-25fdo#60922 ignore DOCX import of w:position w:val="0"Miklos Vajna2-0/+8
2013-03-22fdo#62288 fix RTF import of table paragraph marginsMiklos Vajna2-0/+38
2013-03-20fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna3-0/+40
2013-03-20fdo#55814 SwDoc::UpdateExpFlds: hiding the last section may be safeMiklos Vajna1-4/+10
2013-03-18fdo#61909 fix import of RTF_HIGHLIGHT and of default font without RTF_PLAINMiklos Vajna2-0/+39
2013-03-18fdo#34800 Comments added to footer are placed at the right top of the page.Joren De Cuyper1-1/+26
2013-03-18fdo#61952: sw: fix left/right-only page styles and first-pageMichael Stahl6-63/+43
2013-03-18let LibreOffice find html.stw (regression from 1b0f7ee1)Andras Timar1-4/+3
2013-03-15fdo#62360: fix word breaking in Writer for spell checkingLászló Németh1-1/+4
2013-03-14WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara7-32/+31
2013-03-14hackaround for assertCaolán McNamara1-9/+9
2013-03-14Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng25-16/+587
2013-03-14Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng10-17/+324
2013-03-12more regex fixes, fdo#60259 relatedEike Rathke1-4/+9
2013-03-12various regex fixes squashed into oneHerbert Dürr1-23/+7
2013-03-08SwTableBox::IsValidNumTxtNd: Allow trivial formattingMiklos Vajna1-4/+1
2013-03-08fdo#61343 fix DOCX import of OLE object after groupshapeMiklos Vajna2-0/+11
2013-03-07fdo#56272 SwAnchoredDrawObject::_SetPositioningAttr: fix positionMiklos Vajna3-5/+13
2013-03-07fdo#60722 RTF filter: shape import fixesMiklos Vajna2-0/+34
2013-03-07fdo#59638 import of DOCX w:lvlOverride / RTF_LFOLEVELMiklos Vajna4-0/+85
2013-03-04fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl1-7/+5
2013-03-01sw: remove CH_TXT_ATR_FORMELEMENT when CheckboxFieldmark is deletedMichael Stahl3-14/+18
2013-03-01fdo#61016: sw::marks::MarkManager: delay deletion of text fieldmarksMichael Stahl3-14/+50
2013-02-28fdo#61507 import/export RTF_UPR and RTF_UDMiklos Vajna4-6/+42
2013-02-28#c708928# avoid double free errorHerbert Dürr1-0/+2
2013-02-28fdo#53985 DOCX import: don't try to set empty PageDescNameMiklos Vajna2-0/+11
2013-02-25fdo#61428: SwTxtNode::ReplaceText: brown paperbag fixMichael Stahl1-2/+2
2013-02-25Resolves: fdo#56031 RSID attr changes drop content change eventsCaolán McNamara2-4/+23
2013-02-25n#779642: Fixed floating tables import in writerfilterCédric Bosdonnat2-2/+24
2013-02-25n#779642: ignore framePr inside table or the table import won't workCédric Bosdonnat2-1/+10
2013-02-21Related: fdo#60920 various efforts to consistently apply HIG rulesCaolán McNamara1-4/+4
2013-02-20fdo#59928: sw: fix mouse selection of fields differentlyMichael Stahl2-25/+29
2013-02-19apparently there's no ssize_t on windowsLuboš Luňák1-4/+4
2013-02-19fdo#60732: check max size in SwTxtNode::ReplaceTextOnlyMichael Stahl1-2/+15
2013-02-19fdo#60732: check max size in SwTxtNode::ReplaceTextMichael Stahl3-19/+25
2013-02-19fdo#60732: make callers of SwTxtNode::InsertText more robust:Michael Stahl8-39/+83