summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-05-30bnc#817956 DOCX import of page border shadowMiklos Vajna7-6/+40
2013-05-29bnc#817956 DOCX import: missing last character of shape textMiklos Vajna1-1/+4
2013-05-29import RTF_BACKGROUNDMiklos Vajna3-1/+23
2013-05-28n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat1-3/+17
2013-05-27bnc#817956 DOCX import of document background colorMiklos Vajna4-1/+10
2013-05-27writerfilter: update READMEMiklos Vajna1-4/+8
2013-05-27fdo#64671 Some special RTF characters were not skipped correctlyUrmas1-1/+1
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist6-7/+7
2013-05-23map docx line alignment properly to writer's line-of-text align (bnc#820792)Luboš Luňák3-11/+35
2013-05-23Related #i120832#, the style and color set on table text by user...Jian Fang Zhang1-6/+0
2013-05-21bnc#818997 RTF import: don't ignore page breaks between shapesMiklos Vajna5-0/+35
2013-05-21fdo#46808, Use service constructorsNoel Grandin1-14/+4
2013-05-20#i121134#, more fix for i119657, fallback to old logic to use current Abstrac...Jian Fang Zhang1-0/+2
2013-05-20Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang4-3/+56
2013-05-16bnc#779630 DOCX import: improve w:sdt size guessingMiklos Vajna1-1/+6
2013-05-15fdo#62977 allow SAL_MAX_INT16..SAL_MAX_UINT16 when importing RTF_UMiklos Vajna1-1/+4
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-14fdo#64249: make sure we have matching start/end level for table in shapesCédric Bosdonnat1-7/+6
2013-05-12cppcheck: fix redundantAssignInSwitchJulien Nabet1-4/+4
2013-05-11Resolves: #i119161# copy sStyleIdentifierI and sStyleIdentifierD...Jürgen Schmidt1-0/+2
2013-05-07oox: remove Package_generated and Package_tokensMichael Stahl2-3/+5
2013-05-07writerfilter: remove Package_sprmidsMichael Stahl2-34/+0
2013-05-07fdo#64256 writerfilter: handle void GraphicURL in ListsManager::lcl_sprmMiklos Vajna1-1/+3
2013-05-02handle graphic bullets in .docx also when saved as <w:pict>Luboš Luňák4-2/+23
2013-05-02Fix out-of-bonds Sequence access in NumberingManager with page numberingFridrich Štrba1-1/+2
2013-05-02bnc#779630 initial DOCX import of w:sdt's w:dateMiklos Vajna7-67/+246
2013-05-02Update pchAurimas Fišeras1-0/+2
2013-05-02writerfilter: few more doxygen commentsMiklos Vajna2-0/+9
2013-04-30bnc#779630 tokenize w:listItem and w:dropDownListMiklos Vajna1-0/+7
2013-04-30WaE: private field 'mbShapeSent' is not usedTor Lillqvist1-1/+0
2013-04-30bnc#779630 initial DOCX import of w:sdt's w:dropDownListMiklos Vajna5-0/+103
2013-04-30n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat3-15/+7
2013-04-30OOXMLFastContextHandlerValue: clean up duplicated constantMiklos Vajna1-3/+1
2013-04-29Fixing Indentation RTL bugAdam Co1-1/+15
2013-04-26ugly hack for NS_ooxml::LN_CT_Style_type being the first attribute processedLuboš Luňák1-1/+15
2013-04-24check for NS_ooxml::LN_CT_Style_type being processed firstLuboš Luňák1-3/+12
2013-04-22avoid crash when no table grid is givenLuboš Luňák1-0/+4
2013-04-22n#382137: Do run out of bounds (& consequently crash) when we have 0 spans.Jan Holesovsky1-4/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks27-619/+108
2013-04-22Revert "fdo#62096: Replaced some compareTo with =="Fridrich Štrba1-7/+7
2013-04-22fdo#62096: Replaced some compareTo with ==Sameer Deshmukh1-7/+7
2013-04-19fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna1-4/+4
2013-04-18fdo#63023 incorrect RTF background color in headerMiklos Vajna1-3/+8
2013-04-17Update pchAurimas Fišeras1-0/+4
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna1-3/+7
2013-04-12RTF import: initial handling of posrelh and posrelv shape propertiesMiklos Vajna1-0/+22
2013-04-11RTF filter: import fShadow, shadowColor and shadowOffset shape propertiesMiklos Vajna1-3/+23
2013-04-11RTF import of new-style frames: implement line color/widthMiklos Vajna1-1/+17
2013-04-11RTF shape import: fix default horizontal/vertical orient relationMiklos Vajna1-0/+7
2013-04-11Resolves: #i119464# Update default alignment value for docx [Sub]TitleYong Lin Ma1-1/+18