summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2012-04-06rtftok: drop m_bIsSubstream, we already have a m_pSuperstreamMiklos Vajna
2012-04-05n#751017 dmapper: fix handling of GetExpression and SetExpression fieldsMiklos Vajna
2012-04-04writerfilter: use CustomTarget makefileMatúš Kukan
2012-04-04removed duplicate #includesTakeshi Abe
2012-04-03fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna
2012-04-03fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna
2012-04-03fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna
2012-04-03Fix RTF levelfollow import and exportBrennan Vincent
2012-04-02fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna
2012-03-29fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna
2012-03-29fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna
2012-03-29rtftok: OSL_FAIL() -> SAL_WARN()Miklos Vajna
2012-03-28n#751117 writerfilter: include all oox tokens in gperffasttoken.hxxMiklos Vajna
2012-03-27RTFFrame::getSprms: Id is a number, not an instanceMiklos Vajna
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-24fdo#46955 fix RTF import of all capitals char propMiklos Vajna
2012-03-24fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna
2012-03-24fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna
2012-03-24rtftok: various refactoringMiklos Vajna
2012-03-23fdo#47326 fix RTF import of mixed super/nonsuper textMiklos Vajna
2012-03-22n#751054 fix VML import of absolutely positioned picturesMiklos Vajna
2012-03-21writerfilter: PropertyMap: speed this up a bitMichael Stahl
2012-03-20cleanup: use lcl_getParagraphBorder() while parsing RTF_BOXMiklos Vajna
2012-03-19fdo#43965 fix RTF import of \up and \dn with custom parametersMiklos Vajna
2012-03-19fdo#43965 dmapper: fix line width defaultMiklos Vajna
2012-03-18Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-03-17use SAL_DLLPUBLIC_TEMPLATE for an exported templateLuboš Luňák
2012-03-14implement RTF import of linked stylesMiklos Vajna
2012-03-14n#751020 implement DOCX import of linked stylesMiklos Vajna
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-13Adding virtual destructor to WW8ResourceModel.hxx classesArnaud Versini
2012-03-13writerfilter: catch UnknownPropertyExcetion earlyMiklos Vajna
2012-03-13writerfilter: log exception message in ModelEventListenerMiklos Vajna
2012-03-13Related: fdo#45563 RTF import of \r should be the same as \parMiklos Vajna
2012-03-13Bug 45563 - incorrect IMPORT of Zotero RTF, regressionChristina Rossmanith
2012-03-12implement RTF support of contextual spacingMiklos Vajna
2012-03-12dmapper: implement contextual spacingMiklos Vajna
2012-03-12Fix crash with document from bnc#693238Tor Lillqvist
2012-03-11Add a virtual destrcutor to value to prevent memory leak in RTFValueArnaud Versini
2012-03-10gbuild: remove some more realpathsMatúš Kukan
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-09writerfilter: ifdef + fprintf -> SAL_INFOMiklos Vajna
2012-03-08fold i18npaper into i18nutilCaolán McNamara
2012-03-08rtftok: get rid of unnecessary lcl_getNumPr()Miklos Vajna
2012-03-06use a consistent naming schemeCaolán McNamara
2012-03-06get rid of these numbering bools in RTFDocumentImpl::popState()Miklos Vajna
2012-03-05n#693238, n#747471: create TableManager for inside shapesCédric Bosdonnat
2012-03-05n#747471, n#693238: Textboxes import is a mess with OLE objects insideCédric Bosdonnat
2012-03-03Avoid temporary rtl::OUStringJulien Nabet
2012-03-01WaE: non-virtual destructorTor Lillqvist