summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-20RTF import: handle column break at the very start of the documentMiklos Vajna1-0/+1
2014-06-19whitespaceMiklos Vajna1-1/+1
2014-06-19fdo#79599: use \highlightN instead of \chcbpatN in RTF import and exportnrbrtx@gmail.com1-1/+1
2014-06-19abi#2720 RTF import: handle non-graphic object after a graphic oneMiklos Vajna1-3/+5
2014-06-19indentation fixesMiklos Vajna1-22/+8
2014-06-18writerfilter: RTF import: fix handling of associated char propertiesMichael Stahl1-14/+27
2014-06-17n#825305: writerfilter RTF import: override style properties like WordMichael Stahl1-3/+21
2014-06-17fdo#70578: writerfilter RTF import: by default style is para style 0Michael Stahl1-0/+24
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-14sw, writerfilter: identation fixesMiklos Vajna1-13/+7
2014-06-13fdo#76633: writerfilter: RTF import: do not leak the XShape of imageMichael Stahl1-8/+21
2014-06-13fdo#76633: writerfilter RTF import: disappear the rectangle shapes on imagesMichael Stahl1-3/+9
2014-06-12related: fdo#77979: writerfilter RTF import: read encoded font nameMichael Stahl1-3/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-07writerfilter: RTF_LOCH is not a NOP anymoreMiklos Vajna1-1/+0
2014-06-04compareTo -> equalsNoel Grandin1-1/+1
2014-06-04RTFDocumentImpl::dispatchValue: fix indentationMiklos Vajna1-6/+4
2014-06-03writerfilter: fix log areaMichael Stahl1-1/+1
2014-06-03(related: bnc#823675) RTF import: get rid of hacks for \f in LISTLEVELMichael Stahl1-6/+3
2014-06-03RTF import: fix handling of \loch \hich \dbch \ltrch \rtlchMichael Stahl1-5/+18
2014-06-03fdo#79384: replace the work-around with a different oneMichael Stahl1-7/+7
2014-06-03fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl1-4/+30
2014-06-02fdo#79384 RTF import: allow { without } in style namesMiklos Vajna1-1/+6
2014-05-26fdo#78900 RTF import: allow \dpxsize inside \dptxbxtextMiklos Vajna1-0/+11
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-3/+3
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-12writerfilter: unused 'using' in rtftokMiklos Vajna1-2/+0
2014-05-08Fix 'outset' and 'inset' table border type import in DOCX and RTFAdam Co1-2/+2
2014-05-04writerfilter: fix indentation in rtfdocumentimplMiklos Vajna1-3507/+3974
2014-04-18fdo#75735 RTF import: fix COW when writing a nested structureMiklos Vajna1-1/+1
2014-04-14fdo#77267 RTF import: pard should reset current paragraph styleMiklos Vajna1-0/+3
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-17/+17
2014-04-06RTFSprms::set: replace two bool arguments with an enumMiklos Vajna1-33/+32
2014-04-05fdo#74823 RTF import: work around wrong table column width on invalid inputMiklos Vajna1-7/+46
2014-04-04fdo#76628 RTF import: allow the same font to have multiple encodingsMiklos Vajna1-10/+9
2014-03-29coverity#736006 Unchecked dynamic_castMiklos Vajna1-1/+2
2014-03-21coverity#736084 Missing break in switchCaolán McNamara1-0/+2
2014-03-19coverity#738947 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-15rtftok: OPEN_M_TOKEN -> RTFTokenizer::lookupMathKeyword()Miklos Vajna1-54/+16
2014-03-15rtftok: add static array that maps between rtf and ooxml math tokensMiklos Vajna1-1/+0
2014-03-14RTF import: fix ordering of old-style dhght in case of equal valuesMiklos Vajna1-1/+1
2014-03-14RTF import: anchor drawing objects at-character by defaultMiklos Vajna1-0/+4
2014-03-14RTF import: fix dobxpage before dptxbxMiklos Vajna1-1/+15
2014-03-14fdo#69289 RTF import: handle cells with zero widthMiklos Vajna1-0/+3
2014-03-08writerfilter: remove no longer needed doctok/sprmids.xslMiklos Vajna1-1/+0
2014-03-07writerfilter: get rid of sprm:{CKul,CIco,STextFlow,TTextFlow}Miklos Vajna1-10/+5
2014-03-06writerfilter: convert sprm:PFWidowControlMiklos Vajna1-1/+1
2014-03-05rtftok: stop sending sprm:CRgFtc{0,1,2} tokensMiklos Vajna1-27/+57
2014-03-04writerfilter: convert sprm:P{DxaRight,DxaLeft,DxaLeft1}Miklos Vajna1-16/+24