summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-11-25fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna8-6/+65
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz1-9/+0
2012-11-23writerfilter: sort RTF keywords only once in RTFTokenizerMiklos Vajna2-4/+12
2012-11-23split qnametostr up to try and make .o's small enough for ppc64Caolán McNamara6-39/+29
2012-11-22AllSettings with LanguageTagEike Rathke2-2/+2
2012-11-19n#780645 DOCX import: add support for fixed column widthMiklos Vajna3-1/+77
2012-11-17use LanguageTagEike Rathke1-5/+3
2012-11-15Remove unused methods from writerfilterMarcos Paulo de Souza4-28/+0
2012-11-14fdo#55525 import RTF_TRLEFTMiklos Vajna1-0/+37
2012-11-08round() is not portableTor Lillqvist1-1/+1
2012-11-06docx import: round float value to int when computing cells widthPierre-Eric Pelloux-Prayer1-1/+1
2012-11-06fdo#48442 fix default hori/vert frame anchor during RTF importMiklos Vajna1-4/+6
2012-11-05fdo#52989 ignore provided size of JPEG files during RTF importMiklos Vajna2-3/+7
2012-11-05writerfilter: drop debugservices uno componentMiklos Vajna15-1965/+0
2012-11-03WaE uno any conversion does not like intNorbert Thiebaud1-2/+4
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara1-2/+7
2012-10-31n#785767 import NS_ooxml::LN_CT_TrPrBase_gridBeforeMiklos Vajna2-3/+8
2012-10-31n#785767 import NS_ooxml::LN_CT_TrPrBase_gridAfterMiklos Vajna2-1/+8
2012-10-30writerfilter: remove PropertyMap::InsertPropsNoOverwrite again:Michael Stahl2-11/+0
2012-10-30writerfilter: clean up PropertyMap::insert mess:Michael Stahl12-38/+47
2012-10-30fdo#56512 fix RTF import of non-unicode Hebrew textMiklos Vajna1-1/+5
2012-10-29docx import: handle start/end attribute in tcBordersPierre-Eric Pelloux-Prayer1-0/+2
2012-10-29Revert "n#778140 fix import of w:fldSimple character properties"Miklos Vajna2-8/+1
2012-10-29DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacingMiklos Vajna2-1/+1
2012-10-29import RTF_DPROUNDRMiklos Vajna1-1/+6
2012-10-27usual int == sal_Int32 on 64bit and long == sal_Int32 on 32bit woesCaolán McNamara1-4/+4
2012-10-27fix top/left/right/bottom margin of RTF imported inline imagesMiklos Vajna1-0/+4
2012-10-27fdo#42407 fix RTF import of WMF images inside textframesMiklos Vajna1-1/+5
2012-10-27ignore spaces while reading RTF image dataMiklos Vajna1-1/+1
2012-10-27writerfilter: make it easy to debug the old RTF filterMiklos Vajna1-0/+13
2012-10-27use textframes for importing RTF_DPTXBXMiklos Vajna1-5/+41
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-3/+3
2012-10-23RtfFilter::filter: not allowed to throw WrongFormatException:Michael Stahl2-4/+13
2012-10-23-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2012-10-23fdo#51145 give better error message on import invalid RTFMiklos Vajna5-6/+36
2012-10-22DomainMapper::lcl_attribute: typo fixesMiklos Vajna1-3/+3
2012-10-19writerfilter: remove unused ctorMiklos Vajna1-1/+0
2012-10-19import RTF_DPPOLYLINEMiklos Vajna2-1/+35
2012-10-18RTF_DOBYPARA import: Y is verticalMiklos Vajna1-1/+1
2012-10-18fix import of RTF default page left/right marginMiklos Vajna1-1/+3
2012-10-18import RTF_DPLINEHOLLOWMiklos Vajna4-8/+16
2012-10-17import RTF_DODHGTMiklos Vajna4-8/+17
2012-10-17import RTF_DOBYPARAMiklos Vajna1-0/+8
2012-10-17make RTFDocumentImpl::runBreak privateMiklos Vajna3-22/+14
2012-10-17implement import of RTF_{DPTXBXTEXT,DPTXBX}Miklos Vajna1-0/+13
2012-10-17fix import of RTF_PARD inside RTF_SHPTXTMiklos Vajna1-1/+2
2012-10-16RtfFilter::filter: add code to dump input stream for copy&pasteMiklos Vajna1-0/+16
2012-10-15fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna6-9/+27
2012-10-15fdo#52208 DOCX import: don't always ignore cont sect break at the doc endMiklos Vajna2-2/+11
2012-10-13Remove consecutive break and a break which follows a returnJulien Nabet1-1/+0