summaryrefslogtreecommitdiff
path: root/oox/source/token
AgeCommit message (Collapse)Author
2014-02-28writerfilter: extend tokens and model.xml for w:compatSettingsTomaž Vajngerl
Word stores compatibility mode and additional compatibility settings (like enableOpenTypeFeatures) in w:compatSetting. This needs to be preserved as well. Change-Id: I40895cc00952b7c3799edff0bf7f4328106305a1
2014-02-27oox: add "styleSet" to token listTomaž Vajngerl
Change-Id: Idf9ca432849e9ca53a533ee6d82267aa9d546423
2014-02-26Remove visual noise from ooxAlexander Wilms
Change-Id: Ie25838f20f00dc32d9d22959308c118cef688e94 Reviewed-on: https://gerrit.libreoffice.org/8288 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23oox: add some more missing w14 tokensTomaž Vajngerl
Change-Id: Ied80a30419ac809c0cb20f8c29427ff0945f5904
2014-02-20Added word 2010 - w14 namespace and w14 elementsTomaž Vajngerl
Change-Id: I8098cc4bd49c3480bd45875a541d8273b9c7f287
2014-02-12Add tokens for 'table cell' redlines (future patch)Adam Co
This patch adds 2 tokens for future patche's use of table cell redline preservation. Change-Id: Ic0ec4122eeaf66c6f0ebff9251fbc38596877541 Reviewed-on: https://gerrit.libreoffice.org/7869 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-02-11fdo#74112 Added properties to store chart display unit information in import.sushil_shinde
- added display unit properties. - added axis display unit converter class. Change-Id: Iaa1f9a175b1109c8da7321a1567a04fb981568d1 Reviewed-on: https://gerrit.libreoffice.org/7720 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-11Add tokens for 'table row' redlines (future patch)Adam Co
This patch adds 2 tokens for future patche's use of table row redline preservation. Change-Id: I20e6d1dd84a07f515076aaa3cd5b32c492ec476d Reviewed-on: https://gerrit.libreoffice.org/7801 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-02-06DOCX export: register wp14 namespaceMiklos Vajna
Change-Id: I4ce857bd2e48372da4ed7252a2849ad37c73b6b9
2014-01-24oox: add wp14 tokensMiklos Vajna
Change-Id: Iec9cfa1fd12c45cdab5ef97ab4eb2573577c412b
2014-01-24oox: tokenize wp14 namespaceMiklos Vajna
Change-Id: I6562cf7f9f090edf94ede2935233966d9dc4066f
2014-01-16fdo#72520 : Added property to store external data path in chart.sushil_shinde
- added new property entry to store xlsx external data for chart. Change-Id: I3695865ad7e888359d1048e9bc380cba26108636 Reviewed-on: https://gerrit.libreoffice.org/7212 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-12-19fdo#72304 Added properties to store Chart data table information, during import.Nikhil Walvekar
Change-Id: I77c458828b86bc31fae533e2e632d57237e44e6f
2013-12-16DOCX Import of 'paragraph formatting track changes'Adam Co
This patch adds support for the import of 'paragraph formatting track changes' in the DOCX filter. It detects the 'pPrChange'->'pPr' node and stores all the properties that it processes in the redline object. Change-Id: I3cce83dad4d46c2216ca36393b6572f0fc9d2ed7 Reviewed-on: https://gerrit.libreoffice.org/6992 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-12-12DOCX export: declare wpg namespaceMiklos Vajna
Change-Id: If204d95142826d4cc194aed8a97c68a121187b8a
2013-12-10oox: allow to declare the wps namespace on exportMiklos Vajna
Change-Id: I278b568d512dfbc34d24c612c1a532315e35e808
2013-11-27oox: add support for the wpg namespaceMiklos Vajna
The plan is that once these are here, the writerfilter ooxml tokenizer can refer to them. And then the writerfilter will call back to oox to do the real drawingml import. Change-Id: I00eec562e32df359231d1a170367ab75702f0049
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-11-24Support regression curve name in OOXML (import & export).Tomaž Vajngerl
Change-Id: I847e0df4f160e4b5078961a0e77c1e1e3fff9bd4
2013-11-21oox: tokenize wps:txbxMiklos Vajna
Change-Id: I627d5f151e5bf1ae4604e32763ef5afeb66a0cfa
2013-11-19oox: tokenize wps:cNvCnPrMiklos Vajna
Change-Id: I4d7a962e01f5a41c3ea629f73433416195f2259c
2013-11-13oox: add support for the wps namespaceMiklos Vajna
The plan is that once these are here, the writerfilter ooxml tokenizer can refer to them. And then the writerfilter will call back to oox to do the real drawingml import. Change-Id: I1f860d1ade21cde767ad259d46b8d38ff167662f
2013-10-17oox: special-case single-character a-z token mapping.Michael Meeks
Change-Id: I58a810cc6062d5b42558dd5c0f37426a8a210f40
2013-07-10fdo#66688: fix for crash on exit and opacity issueAdam Co
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I32db54e2c49b40bf41005baeba380a4f631d615a Reviewed-on: https://gerrit.libreoffice.org/4780
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann
...in files generated by gperf; an alternative could be to use -isystem instead of -I in gb_Library_use_custom_headers. Change-Id: I316684ab5342977655a5642903b13e127adaf95c
2013-07-03Force intercept support for ooxml.Tomaž Vajngerl
Change-Id: I065742bbe22f24169a99e33558399fe16c601238
2013-07-03Import polynomial and moving average for OOXML.Tomaž Vajngerl
Change-Id: Ie6501ed3b3431e187f8f0b83654e84438566ccd5
2013-06-20fdo#43641 oox: add support for the lockedCanvas namespaceMiklos Vajna
The plan is that once these are here, the writerfilter ooxml tokenizer can refer to them. And then the writerfilter will call back to oox to do the real drawingml import. Change-Id: Ibc0d9838f3db717004a3bc8b80a408a39c8f0886
2013-05-23bnc#820786: Best effort mapping of the OOXML patterns to our hatches.Jan Holesovsky
Change-Id: I0138c2186741acf0964f0166953b69872a822907
2013-04-30n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat
commit f837c4288cdae4921b3fb6747ba2e2cd5ce2dcd2 moved the handling of w10:wrap tag in oox, but thus no wrapping was imported any more. The fix consists in letting the w10:wrap element be handled by writerfilter's dmapper if the shape has already been retrieved from oox (which is the case for textboxes). In other cases, make sure that we don't set the Surround property once again in writerfilter as that would override what has been done in oox. (cherry picked from commit 51d5e90b7c09cb980bc72a2c6b1a65303ef15ea2) Conflicts: oox/inc/oox/vml/vmlshape.hxx sw/qa/extras/ooxmlimport/ooxmlimport.cxx Change-Id: I8ab158641afcf6b9945c52238e7f5adb9e8b3adf
2013-02-04String cleanup in ooxJosé Guilherme Vanz
Change-Id: Ica69f655f3777fe37a51e313218ae12aa7d012a2 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1977 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-01-18oox: import VML's v:shadow to WriterMiklos Vajna
Change-Id: I48ea2dcf81c91c0fe476ecff6cd074cb699af533
2012-11-08implement inset attribute of <v:textbox> (part of bnc#773061)Luboš Luňák
Change-Id: I1ec9b5d9fed86c44dc0a412c2323033ea67985c9
2012-09-27sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat
Change-Id: I98b5c53d4860278e3646324ca045114e37b4cf61
2012-09-27n#779627: VML: import mso-position-vertical:center and friendsCédric Bosdonnat
This allows to properly position objects that are vertically and/or horizontally centered relatively to the page. Change-Id: I1f7e78c5b828679817cdfc72e4d90a0850b242fa
2012-09-26Import shadow effect properties for shapes in docx.Eilidh McAdam
Change-Id: I0cfd6b45be268d688b7389c79c5e9ad7f48eb12d Reviewed-on: https://gerrit.libreoffice.org/702 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-09-25n#780853 fix DOCX import of w:sdtContent in table cellMiklos Vajna
The problem was that the framePr token made the table import fail. Given that frames inside w:sdtContent are invisible anway, just ignore them. Change-Id: I88ab9d5dd6cf362c629de74bc079c3108725f0a1
2012-09-20n#779627: support for arcsize value in VMLCédric Bosdonnat
Change-Id: If03f36d30a7861f5d14ed3142e339d52da0bdce0
2012-09-19Import bezier curves from .docx.Eilidh McAdam
A shape element with a path attribute is interpreted as a bezier. We can support both curve and line commands by using the correct co-ordinate flags when using the UNO interface (omit control points for lines). Alternatively, curves may be specified using the to, from, control1 and control2 attributes of a curve element. Note that when setting the PolyPolygonBezier property of the xshape, the shape size and position are set too large somehow. The workaround for now is manually forcing the pre-calculated shape size and position. Change-Id: If3563474df357d161a2ed2e7a20856d5aed80a94 Reviewed-on: https://gerrit.libreoffice.org/649 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power
also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard
Change-Id: I1aaca6676bdbba1e8f365081e3f427fb67fd873e
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard
Change-Id: I2a15f8787afceaea1cb8e1c2902c05367d3e5b15
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-07n#757905 fix VML import of mso-wrap-style:noneMiklos Vajna
There were two problems here: 1) SimpleShape::implConvertAndInsert() did not set the anchor type 2) DomainMapper_Impl::PushShapeContext() tried to overwrite it Change-Id: I2c32016c4bb15c891cf287d8208e10817c6291e6
2012-06-04remove anchor to cell shape (re)position hackNoel Power
this change manaully reverts c07e9299bb2c8d5477669568b12708bd2ff12684 & 4908c16a73b397f83c327789f113658c1ea4d904 Change-Id: Ia8656631f84709430c8e94e8d9dfa961e81d5746
2012-06-01Related: fdo#46361 fix VML import of v:rect's fillcolorMiklos Vajna
Change-Id: I530e07bb89f231b10c9e6da2eb4e6b698ee9654a
2012-05-31n#764005 VML import of absolutely positioned pictures should not be opaqueMiklos Vajna
Change-Id: I17a1a94ee92ce04ff6928a20c552b3a3408a0626
2012-05-24oox: remove duplicate custom makefile from writerfilter10Michael Stahl