summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/Handler.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl1-351/+0
2011-05-19fix for fod#37367 ( docx import of hyperlinks )Noel Power1-1/+1
this fix is a companion fix for the change made below http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729 previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call resulted in the OOXMLFastContextHandlerStream::lcl_character method getting called which in turn called the OOXMLFastContextHandler::text method. This no longer happens so we call the text method directly now
2011-05-19Revert "fix for fod#37367 ( docx import of hyperlinks )"Noel Power1-1/+1
This reverts commit ac80fce47404c0843c372336ab700d62297f1647. contains stray debug commits
2011-05-19fix for fod#37367 ( docx import of hyperlinks )Noel Power1-1/+1
this fix is a companion fix for the change made below http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729 previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call to resulted in the OOXMLFastContextHandlerStream::lcl_character method getting called which in turn called the OOXMLFastContextHandler::text method. This no longer happen so we call the text method directly now
2011-03-31fdo#34489: fix the docx import of comments, properly resolve all idsCédric Bosdonnat1-3/+3
Comment, footnote and endnote ids are integer values, not strings. The code was using string though the comments ids where defined as integers in the model.xml. All are changed to integer values from now.
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-07-22INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGEDOliver Bolte1-5/+1
2008/06/02 15:08:08 hbrinkm 1.4.6.2: removed debug code 2008/05/27 11:36:09 dr 1.4.6.1: joined changes from CWS xmlfilter05
2008-04-10INTEGRATION: CWS changefileheader (1.3.4); FILE MERGEDRüdiger Timm1-24/+19
2008/03/28 15:53:03 rt 1.3.4.1: #i87441# Change license header to LPGL v3.
2008-03-05INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGEDKurt Zenker1-2/+30
2008/02/13 17:20:49 hbrinkm 1.2.2.1: OOXMLOLEHandler
2008-01-10INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDEDOliver Bolte1-0/+332
2007/12/03 09:39:07 hbrinkm 1.1.6.5: use logger for debug output 2007/11/14 12:58:57 hbrinkm 1.1.6.4: namespace clean up 2007/11/01 12:22:03 fridrich_strba 1.1.6.3: send in-text breaks as text and not utext token 2007/10/01 10:10:57 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/23 13:53:29 os 1.1.6.1: file Handler.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:57 +0000