summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)Author
2012-04-28don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák
Part of bnc#751028, that is. The origin of this function is unclear, without good repo history, and it's a question if it is still needed after my previous fixes for bnc#751028 that fixed applying some of numbering properties. Keeping it there just in case, but prevent it from overwriting w:ind that's been read from the .docx file.
2012-04-27WaE: msvc2008 unused variablesCaolán McNamara
Change-Id: If956faf42dcc5625c490e685d6ca69bb07e00188
2012-04-26fdo#48037 fix RTF import of localized fieldsMiklos Vajna
2012-04-25fall flat on the face when doing UNO call with incorrect argumentsLuboš Luňák
I think this is reasonable with debug builds, the import filter should check the values are in sensible ranges.
2012-04-25don't use properties that aren't valid for paragraphs (part of bnc#751028)Luboš Luňák
2012-04-25handle w:suff correctlyLuboš Luňák
that includes having a good default value, otherwise the whole creation of the rule in ListDef::CreateNumberingRules bails out with IllegalArgumentException
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara
2012-04-25use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna
2012-04-25avoid code duplication by introducing RTFDocumentImpl::singleCharMiklos Vajna
2012-04-25fdo#48193 fix RTF import of fields without a resultMiklos Vajna
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna
2012-04-24WaE: make MSVC happy wrt. RTFDocumentImpl::dispatchDestination()Miklos Vajna
2012-04-23n#757890 dmapper: paragraph properties of shape text should have limited scopeMiklos Vajna
2012-04-21rtftok: try to make tinderboxes happyMiklos Vajna
2012-04-21fdo#44736 speed up RTF import a bit by sorting keywordsMiklos Vajna
If we sort the keywords once in the constructor, then we can do binary search when looking up RTF keywords, and that speeds up the import by about 20% using the first testcase from the bug.
2012-04-21rtftok: make it possible to see the time spent in the filterMiklos Vajna
2012-04-21fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna
2012-04-21rtftok: dump collected strings after encodingMiklos Vajna
2012-04-21fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna
lcl_GetDefaultTextEncodingForRTF() in editeng did the same.
2012-04-20RTFDocumentImpl::resolvePict: use new-style uno ctorMiklos Vajna
2012-04-20fdo#48356 fix RTF import of special unicode charactersMiklos Vajna
The \'0d string should not be an exception when ignoring characters after the \u control word.
2012-04-19RTFDocumentImpl: get rid of practically unused m_bWasInFrameMiklos Vajna
2012-04-17WaE: MacOSX itemZOrder may be unused uninitializedCaolán McNamara
2012-04-17implement relativeHeight (z-order) in .docx import (part of bnc#747461)Luboš Luňák
2012-04-16remove unused variableLuboš Luňák
2012-04-15fdo#39053 writerfilter: implement RTF_BINMiklos Vajna
2012-04-15rtftok: add back explicit OUString ctors where still neededMiklos Vajna
2012-04-15implement RTF import of zoom levelMiklos Vajna
2012-04-15rtftok: RTL_CONSTASCII_USTRINGPARAM removalsMiklos Vajna
2012-04-14dmapper: parse NS_ooxml::LN_CT_Zoom_percent tokenMiklos Vajna
The VisibleBottom and ZoomType properties are just set as it seems without that, SwView::ReadUserDataSequence() ignores the ZoomFactor as well.
2012-04-14dmapper: log unhandled attributes in the settings tableMiklos Vajna
2012-04-14dmapper: use PropNameSupplier in SectionPropertyMap::CloseSectionGroup()Miklos Vajna
2012-04-14dmapper: fix import of odd/even page breaksMiklos Vajna
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara
2012-04-12implement wp:docPr title and fix descrLuboš Luňák
2012-04-11fdo#44176 dmapper: fix import of titlepg top/bottom marginMiklos Vajna
2012-04-10fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna
We already ignore textframes inside tables, the same should be done with textboxes till they can be handled properly.
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08Fix "Same expression..." reported by cppcheckJulien Nabet
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;