summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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.
* 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
| | | | lcl_GetDefaultTextEncodingForRTF() in editeng did the same.
* 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
| | | | | The \'0d string should not be an exception when ignoring characters after the \u control word.
* 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
| | | | | | The VisibleBottom and ZoomType properties are just set as it seems without that, SwView::ReadUserDataSequence() ignores the ZoomFactor as well.
* 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
| | | | | We already ignore textframes inside tables, the same should be done with textboxes till they can be handled properly.
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* 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
| | | | | | | | | | | 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
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* gbuild: "use" vs. "add":Michael Stahl2012-04-089-20/+20
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-20/+14
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-15/+15
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-9/+9
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* rtftok: drop m_bIsSubstream, we already have a m_pSuperstreamMiklos Vajna2012-04-062-15/+6
| | | | | | Originally there was m_bIsSubstream (true for footnotes, headers, etc.), then we needed a pointer to the original stream, now the boolean value is redundant, so remove it.
* n#751017 dmapper: fix handling of GetExpression and SetExpression fieldsMiklos Vajna2012-04-053-1/+26
|
* writerfilter: use CustomTarget makefileMatúš Kukan2012-04-045-129/+81
|
* removed duplicate #includesTakeshi Abe2012-04-048-20/+0
| | | | in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
* fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna2012-04-032-2/+17
| | | | | | | There were two problems here: 1) \plain reset the character properties, but did not touch the current encoding 2) the default properties were not passed to substreams
* fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna2012-04-032-2/+32
|
* fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna2012-04-032-1/+96
|
* Fix RTF levelfollow import and exportBrennan Vincent2012-04-035-4/+10
|
* fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna2012-04-022-15/+5
| | | | | | | | If we have a postponed page break and it's sent to dmapper during a new inner group, we'll still have the page break request after the parser state is popped, leading to duplicated page breaks. Instead of the earlier workaround, just send the proper token to the domain mapper, and it'll handle it properly.
* fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna2012-03-292-8/+34
| | | | | | Substreams (headers, footers, etc.) are parsed separately, so their font table is empty by default. Fix handling of custom fonts (and thus encodings) there by passing a pointer to the superstream.
* fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna2012-03-291-0/+1
| | | | | Additionally the table should be at the start of the document to trigger this bug.
* rtftok: OSL_FAIL() -> SAL_WARN()Miklos Vajna2012-03-291-2/+2
|