summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)Author
2012-02-28n#695479 fix rtf/docx import of transparent framesMiklos Vajna
2011-12-27fdo#43380: fix crash in DomainMapper_Impl::SetFieldFFDataMiklos Vajna
2011-12-05RTF import: fixed the handling of frame properties n#417818Cédric Bosdonnat
2011-12-05docx: actually import the last frame of a section.Cédric Bosdonnat
2011-11-29I hate sal_Int*. Fix ambiguous overload on windows.Luboš Luňák
2011-11-29EMBEDDED_OBJECT UNO property now works, remove hackLuboš Luňák
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák
2011-11-29the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák
2011-11-29clean up and format codeLuboš Luňák
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák
2011-11-21Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMasterMiklos Vajna
2011-11-21Related: i#60831 fix RTF import of DOCPROPERTY fieldsMiklos Vajna
2011-11-21Related: i#93039 fix RTF import of MACROBUTTON fieldsMiklos Vajna
2011-11-18Related: i#2593 fix RTF import of REF fieldsMiklos Vajna
2011-11-18Related: i#56948 fix crash during RTF import of FILLIN fieldMiklos Vajna
2011-11-17Related i#44806: Fix crash in dmapper when importing FILENAME fieldsMiklos Vajna
2011-11-16Related: i#113308 null pointer check for the unit testMiklos Vajna
2011-11-13Related: i#110745 fix crash on invalid RTF tablesMiklos Vajna
2011-11-12Related: i#108154 null pointer check for the unit testMiklos Vajna
2011-11-12Related: fdo#33012 null pointer check for the unit test to passMiklos Vajna
2011-11-08writerfilter import, fixed the shapes importCédric Bosdonnat
2011-11-08fix incorrect OSL_FAIL message because of copy&pasteLuboš Luňák
2011-10-07WaE: unreferenced local variableTor Lillqvist
2011-09-04Drop unused partsJulien Nabet
2011-08-26DomainMapper_Impl: send shape props to the dmapper loggerMiklos Vajna
2011-08-18Revert "adjust for timezone when reading datetime"Luboš Luňák
2011-08-18dmapper: don't reset anchor type of text framesMiklos Vajna
2011-08-17dmapper: textframes have to be inserted before text can be appended to themMiklos Vajna
2011-08-12Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna
2011-08-11adjust for timezone when reading datetimeLuboš Luňák
2011-08-10dmapper: implement PAGEREF fieldMiklos Vajna
2011-08-10Fix page numbersMiklos Vajna
2011-08-08DomainMapper_Impl::AddBookmark: missing empty stack checkMiklos Vajna
2011-08-08dmapper: more null pointer checks for the unit testMiklos Vajna
2011-08-03couple of null pointer checks for the unit testMiklos Vajna
2011-08-01Import of xrefs to numbered paragraphs from docxTroy Rollo
2011-07-29dmapper: handle redline authors inside annotation fieldsMiklos Vajna
2011-07-29dmapper: handle redline dates inside annotation fieldsMiklos Vajna
2011-07-29dmapper: remove last paragraph of footnotesMiklos Vajna
2011-07-29dmapper: no last paragraph on shapesMiklos Vajna
2011-06-18rhbz#667082 do not crash importing section containing just an empty paragraphDavid Tardon
2011-06-12Some cppcheck cleaningJulien Nabet
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-04-20some docx field import/export tweaksNoel Power
2011-04-18initialize the memberDavid Tardon
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-14Remove dates from commentsThomas Arnhold
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold