summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2013-05-27fix fdo#64872 infinite loop saving as docLuke Deller2-21/+7
2013-05-27fix backport (OUString::number -> valueOf)Luboš Luňák1-1/+1
2013-05-27Fix style renaming confusion in ww8 filter (solves fdo#63603)Luke Deller2-2/+28
2013-05-24fdo#43105: apply old sw-nested-positionned-tables-ww8-import-fix.diffBjoern Michaelsen1-84/+88
2013-05-21fdo#47951 work around underlying causeLionel Elie Mamane1-8/+8
2013-05-17fdo#60967: re-enable deletion of paragraph following tableMichael Stahl2-1/+39
2013-05-15fdo#36876 WW8 filter: fix export of table marginsMiklos Vajna1-1/+3
2013-05-10fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright1-1/+1
2013-05-06fdo#42144 WW8 export: avoid writing pointless empty footersMiklos Vajna1-1/+1
2013-05-03SwPostItMgr::Delete: fix crash when layout is not yet readyMiklos Vajna1-1/+1
2013-04-29fdo#62336 - fix horribly coupled table rendering code to not crash.Michael Meeks1-1/+11
2013-04-25Belts and braces for crash in null pointer dereferenceFridrich Štrba1-1/+2
2013-04-24fdo#62643 sw: fix autocomplate wrt. adding to a partially finished wordMiklos Vajna2-148/+19
2013-04-24fdo#60280: sw: restore anti-aliasing for all OLE objectsMichael Stahl1-2/+1
2013-04-24fdo#40102 show full footnote text in index tooltipLászló Németh1-1/+9
2013-04-23fdo#62147: sw: ODF import: apply styles in cells with string-valueMichael Stahl2-4/+17
2013-04-13Resolves: fdo#48039 use same algorithm for assigning get/set replacement idsCaolán McNamara1-9/+4
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-03-29fdo#30983 RTF filter: fix handling of RTF_PVPG and RTF_PHPGMiklos Vajna2-4/+20
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 Vajna3-31/+29
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-20fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna1-0/+12
2013-03-20fdo#55814 SwDoc::UpdateExpFlds: hiding the last section may be safeMiklos Vajna1-4/+10
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 Stahl5-34/+33
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 Cheng24-15/+581
2013-03-14Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng7-15/+320
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-07fdo#56272 SwAnchoredDrawObject::_SetPositioningAttr: fix positionMiklos Vajna1-5/+2
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 Stahl2-13/+43
2013-02-28fdo#61507 import/export RTF_UPR and RTF_UDMiklos Vajna2-6/+11
2013-02-28#c708928# avoid double free errorHerbert Dürr1-0/+2
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 Bosdonnat1-1/+8
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 Stahl2-19/+23