summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* import RTF_BACKGROUNDMiklos Vajna2013-05-293-1/+23
* n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat2013-05-281-3/+17
* bnc#817956 DOCX import of document background colorMiklos Vajna2013-05-274-1/+10
* writerfilter: update READMEMiklos Vajna2013-05-271-4/+8
* fdo#64671 Some special RTF characters were not skipped correctlyUrmas2013-05-271-1/+1
* WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist2013-05-246-7/+7
* map docx line alignment properly to writer's line-of-text align (bnc#820792)Luboš Luňák2013-05-233-11/+35
* Related #i120832#, the style and color set on table text by user...Jian Fang Zhang2013-05-231-6/+0
* bnc#818997 RTF import: don't ignore page breaks between shapesMiklos Vajna2013-05-215-0/+35
* fdo#46808, Use service constructorsNoel Grandin2013-05-211-14/+4
* #i121134#, more fix for i119657, fallback to old logic to use current Abstrac...Jian Fang Zhang2013-05-201-0/+2
* Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang2013-05-204-3/+56
* bnc#779630 DOCX import: improve w:sdt size guessingMiklos Vajna2013-05-161-1/+6
* fdo#62977 allow SAL_MAX_INT16..SAL_MAX_UINT16 when importing RTF_UMiklos Vajna2013-05-151-1/+4
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* fdo#64249: make sure we have matching start/end level for table in shapesCédric Bosdonnat2013-05-141-7/+6
* cppcheck: fix redundantAssignInSwitchJulien Nabet2013-05-121-4/+4
* Resolves: #i119161# copy sStyleIdentifierI and sStyleIdentifierD...Jürgen Schmidt2013-05-111-0/+2
* oox: remove Package_generated and Package_tokensMichael Stahl2013-05-072-3/+5
* writerfilter: remove Package_sprmidsMichael Stahl2013-05-072-34/+0
* fdo#64256 writerfilter: handle void GraphicURL in ListsManager::lcl_sprmMiklos Vajna2013-05-071-1/+3
* handle graphic bullets in .docx also when saved as <w:pict>Luboš Luňák2013-05-024-2/+23
* Fix out-of-bonds Sequence access in NumberingManager with page numberingFridrich Štrba2013-05-021-1/+2
* bnc#779630 initial DOCX import of w:sdt's w:dateMiklos Vajna2013-05-027-67/+246
* Update pchAurimas Fišeras2013-05-021-0/+2
* writerfilter: few more doxygen commentsMiklos Vajna2013-05-022-0/+9
* bnc#779630 tokenize w:listItem and w:dropDownListMiklos Vajna2013-04-301-0/+7
* WaE: private field 'mbShapeSent' is not usedTor Lillqvist2013-04-301-1/+0
* bnc#779630 initial DOCX import of w:sdt's w:dropDownListMiklos Vajna2013-04-305-0/+103
* n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat2013-04-303-15/+7
* OOXMLFastContextHandlerValue: clean up duplicated constantMiklos Vajna2013-04-301-3/+1
* Fixing Indentation RTL bugAdam Co2013-04-291-1/+15
* ugly hack for NS_ooxml::LN_CT_Style_type being the first attribute processedLuboš Luňák2013-04-261-1/+15
* check for NS_ooxml::LN_CT_Style_type being processed firstLuboš Luňák2013-04-241-3/+12
* avoid crash when no table grid is givenLuboš Luňák2013-04-221-0/+4
* n#382137: Do run out of bounds (& consequently crash) when we have 0 spans.Jan Holesovsky2013-04-221-4/+1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-2227-619/+108
* Revert "fdo#62096: Replaced some compareTo with =="Fridrich Štrba2013-04-221-7/+7
* fdo#62096: Replaced some compareTo with ==Sameer Deshmukh2013-04-221-7/+7
* fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna2013-04-191-4/+4
* fdo#63023 incorrect RTF background color in headerMiklos Vajna2013-04-181-3/+8
* Update pchAurimas Fišeras2013-04-171-0/+4
* fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna2013-04-161-3/+7
* RTF import: initial handling of posrelh and posrelv shape propertiesMiklos Vajna2013-04-121-0/+22
* RTF filter: import fShadow, shadowColor and shadowOffset shape propertiesMiklos Vajna2013-04-111-3/+23
* RTF import of new-style frames: implement line color/widthMiklos Vajna2013-04-111-1/+17
* RTF shape import: fix default horizontal/vertical orient relationMiklos Vajna2013-04-111-0/+7
* Resolves: #i119464# Update default alignment value for docx [Sub]TitleYong Lin Ma2013-04-111-1/+18
* fix new-style RTF frame default internal margin valuesMiklos Vajna2013-04-103-14/+20
* add msfilter::util::ConvertColor to avoid copy&pasteMiklos Vajna2013-04-101-22/+2