summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Nit-pick: Added a 'default' clause for a switch-caseAdam Co1-0/+2
2014-02-11Refactor the code for converting 'Date' string to 'DateTime'Adam Co1-29/+2
2014-02-10writerfilter: legibility improvement regarding grabbag useJacobo Aragunde Pérez1-0/+17
2014-01-27DOCX import: handle wp14:pctWidth for Writer TextFramesMiklos Vajna1-1/+1
2014-01-23fdo#69649 RTF import: don't crash on empty TOC resultMiklos Vajna1-1/+7
2014-01-23fdo#73546 : faulty value of attribute value in <wp:anchor> tagumeshkadam1-10/+15
2014-01-22writerfilter: drop no longer needed Fib class in doctokMiklos Vajna1-8/+0
2014-01-22writerfilter: drop no longer needed TBD class in doctokMiklos Vajna1-42/+0
2014-01-20fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT.Pallavi Jadhav1-0/+3
2014-01-14RTF import: fix nested commentsMiklos Vajna1-6/+2
2014-01-13fdo#73247: Code fixed for Shape rotation not preserved in RTYogeshBharate1-2/+6
2014-01-13fdo#69613: Code changes for TOC with flag '\x' should get preserved after RT.YogeshBharate1-4/+6
2014-01-13writerfilter: clean up redundant boolMiklos Vajna1-6/+4
2014-01-13fdo#69613:Fix for TOC field flag 'b' should preserved after RT.PriyankaGaikwad1-3/+9
2014-01-13fdo#69613: Code changes for TOC with flag '\w' should get preserved after RT.YogeshBharate1-5/+7
2014-01-10fdo#69613: Code changes for TOC with flag '\z' should get preserved after RT.YogeshBharate1-3/+9
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-27/+39
2014-01-03fdo#69649 Fix for pre-rendered Table Of ContentsVinaya Mandke1-7/+80
2014-01-02writerfilter: drop unused rtf:{shape,shpname,dxaDel,dxaAdd} tokensMiklos Vajna1-22/+2
2014-01-02Resolves: #i119577# "file name" field change to "file name without extension"Steve Yin1-1/+1
2013-12-27cppcheck: reduce scopeJulien Nabet1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-16DOCX Import of 'paragraph formatting track changes'Adam Co1-1/+5
2013-12-16Changed 'Para Change' to 'Para Marker Change' in DOCX importerAdam Co1-18/+18
2013-12-16DOCX Import of 'run formatting track changes'Adam Co1-1/+9
2013-12-09Follow-up PatchVinaya Mandke1-1/+1
2013-12-09Fix for Column Break if it appears in w:r which is not the first run.Vinaya Mandke1-0/+1
2013-12-05cp#1000017 DOCX/RTF import: avoid fake tab char in footnotesMiklos Vajna1-0/+6
2013-12-05DomainMapper_Impl ctor: we should not be in a footnote property by defaultMiklos Vajna1-1/+1
2013-11-22cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on WindowsMiklos Vajna1-1/+1
2013-11-20Related bnc#837302: Don't introduce a redlined delete and the end of doc.Jan Holesovsky1-0/+14
2013-11-15cp#1000018 RTF import: empty para at the end of footnote text got lostMiklos Vajna1-1/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-2/+1
2013-11-06check for return of -1 from getTokenCaolán McNamara1-2/+4
2013-11-06preview might be emptyCaolán McNamara1-5/+8
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+3
2013-10-28DOCX import: store table style's pPr in InteropGrabBagMiklos Vajna1-0/+27
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-16fdo#69548 do not remove last space from hyperlink targetAndras Timar1-7/+3
2013-10-09Kill PropertyDefinition; use PropValue instead.Jan Holesovsky1-15/+14
2013-09-26fdo#69636 VML import: handle mso-layout-flow-alt shape prop for sw framesMiklos Vajna1-1/+16
2013-09-25Resolves: fdo#66400 import combined characters from docxCaolán McNamara1-20/+35
2013-09-25Related: fdo#66400 take uppercase of first field tokenCaolán McNamara1-1/+1
2013-09-20fdo#40594 Fix for chart missing issue in Writer (for docx)Vinaya Mandke1-1/+34
2013-09-04fdo#68787 DOCX import: handle when w:separator is missing for footnotesMiklos Vajna1-1/+3
2013-09-02bnc#816593 DOCX import: ignore page breaks in tablesMiklos Vajna1-1/+7
2013-08-26Introduce msfilter::util::findQuotedText()Miklos Vajna1-24/+4
2013-08-14w:spacing in a paragraph should also apply to as-char objects (bnc#780044)Luboš Luňák1-0/+9
2013-08-12fdo#63428 writerfilter: fix paste of commented text rangesMiklos Vajna1-4/+9