summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna2012-05-021-0/+1
* finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák2012-05-024-26/+39
* set as outline numbering only those ones that are for headings (bnc#751028)Luboš Luňák2012-05-021-7/+18
* bin unused macroLuboš Luňák2012-05-021-2/+0
* make ResId::toString a non-static memberCaolán McNamara2012-04-301-1/+1
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák2012-04-282-17/+18
* WaE: msvc2008 unused variablesCaolán McNamara2012-04-272-3/+4
* fdo#48037 fix RTF import of localized fieldsMiklos Vajna2012-04-261-0/+3
* fall flat on the face when doing UNO call with incorrect argumentsLuboš Luňák2012-04-251-2/+10
* don't use properties that aren't valid for paragraphs (part of bnc#751028)Luboš Luňák2012-04-251-5/+11
* handle w:suff correctlyLuboš Luňák2012-04-252-6/+22
* rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara2012-04-251-1/+1
* use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna2012-04-251-2/+3
* avoid code duplication by introducing RTFDocumentImpl::singleCharMiklos Vajna2012-04-252-64/+24
* fdo#48193 fix RTF import of fields without a resultMiklos Vajna2012-04-252-1/+34
* msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna2012-04-252-14/+3
* WaE: make MSVC happy wrt. RTFDocumentImpl::dispatchDestination()Miklos Vajna2012-04-241-1/+1
* n#757890 dmapper: paragraph properties of shape text should have limited scopeMiklos Vajna2012-04-231-0/+2
* rtftok: try to make tinderboxes happyMiklos Vajna2012-04-213-15/+2
* fdo#44736 speed up RTF import a bit by sorting keywordsMiklos Vajna2012-04-214-14/+38
* rtftok: make it possible to see the time spent in the filterMiklos Vajna2012-04-211-1/+3
* fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna2012-04-211-2/+8
* rtftok: dump collected strings after encodingMiklos Vajna2012-04-211-1/+1
* fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna2012-04-211-1/+14
* RTFDocumentImpl::resolvePict: use new-style uno ctorMiklos Vajna2012-04-201-3/+2
* fdo#48356 fix RTF import of special unicode charactersMiklos Vajna2012-04-201-1/+1
* RTFDocumentImpl: get rid of practically unused m_bWasInFrameMiklos Vajna2012-04-192-5/+1
* WaE: MacOSX itemZOrder may be unused uninitializedCaolán McNamara2012-04-171-2/+2
* implement relativeHeight (z-order) in .docx import (part of bnc#747461)Luboš Luňák2012-04-177-1/+76
* remove unused variableLuboš Luňák2012-04-161-1/+0
* fdo#39053 writerfilter: implement RTF_BINMiklos Vajna2012-04-153-21/+53
* rtftok: add back explicit OUString ctors where still neededMiklos Vajna2012-04-151-2/+2
* implement RTF import of zoom levelMiklos Vajna2012-04-152-3/+8
* rtftok: RTL_CONSTASCII_USTRINGPARAM removalsMiklos Vajna2012-04-152-38/+31
* dmapper: parse NS_ooxml::LN_CT_Zoom_percent tokenMiklos Vajna2012-04-143-6/+33
* dmapper: log unhandled attributes in the settings tableMiklos Vajna2012-04-142-6/+7
* dmapper: use PropNameSupplier in SectionPropertyMap::CloseSectionGroup()Miklos Vajna2012-04-143-1/+3
* dmapper: fix import of odd/even page breaksMiklos Vajna2012-04-141-2/+9
* Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara2012-04-142-1/+11
* implement wp:docPr title and fix descrLuboš Luňák2012-04-122-1/+17
* fdo#44176 dmapper: fix import of titlepg top/bottom marginMiklos Vajna2012-04-111-3/+12
* fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna2012-04-101-1/+5
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
* Fix "Same expression..." reported by cppcheckJulien Nabet2012-04-081-1/+1
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-084-4/+4
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0