History log of /aoo41x/main/sw/source/filter/html/ (Results 1 - 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3
0db3a35b28-Apr-2021 mseidel

Fixed typo (brwose -> browse), removed whitespace, fixed German comments

(cherry picked from commit 6aec5155618d3928fc60218b3e2e8e8c3dc17af1)
(cherry picked from commit 6cd1b732fc706a23a

Fixed typo (brwose -> browse), removed whitespace, fixed German comments

(cherry picked from commit 6aec5155618d3928fc60218b3e2e8e8c3dc17af1)
(cherry picked from commit 6cd1b732fc706a23ab3bfd1fa717130a48a83ff2)

show more ...

Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
e12c32c229-Mar-2017 Matthias Seidel

Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1789384 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit d486989eec51bc47783e96844b94d5b46746ef64)

Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
5222b95b18-Feb-2014 Oliver-Rainer Wittmann

124188: <SwDoc::InsertDrawObj(..)> - assure correct insertion of text attribute for as-character anchored drawing objects

Thx to Andre for his deep analysis.



git-s

124188: <SwDoc::InsertDrawObj(..)> - assure correct insertion of text attribute for as-character anchored drawing objects

Thx to Andre for his deep analysis.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569286 13f79535-47bb-0310-9956-ffa450edef68

show more ...

dec99bbd19-Dec-2013 Oliver-Rainer Wittmann

123792: complete annotations on text ranges feature

- rely annotations on text ranges on new annotation marks
- support arbitrary text ranges for annotations

123792: complete annotations on text ranges feature

- rely annotations on text ranges on new annotation marks
- support arbitrary text ranges for annotations
- fix undo/redo regarding annotations an text ranges
- support annotations on overlapping text ranges
- fix *.docx import for annotations on overlapping text ranges
- fix ODF import of annotations on text ranges

cherry-picked from branch ooxml-osba



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552394 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3b32dd2119-Dec-2013 Oliver-Rainer Wittmann

123771: integration of OSBA OOXML improvement project's use case 4 patches

changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which i

123771: integration of OSBA OOXML improvement project's use case 4 patches

changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which is not available

Patch by: SUSE, Miklos Vajna <vmiklos@suse.cz>
Review by: Oliver <orw@apache.org>

cherry-picked from branch ooxml-osba



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552294 13f79535-47bb-0310-9956-ffa450edef68

show more ...

69a7436718-Nov-2013 Oliver-Rainer Wittmann

33737: enable in-place editing of Input Fields



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542986 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO401
c028641524-Sep-2013 Oliver-Rainer Wittmann

33737: - some minor refactoring in advance



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1525917 13f79535-47bb-0310-9956-ffa450edef68

dd6881aa26-Aug-2013 Oliver-Rainer Wittmann

122867: HTML export - correct function pointer table which holds the export functions for certain attributes



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517535 1

122867: HTML export - correct function pointer table which holds the export functions for certain attributes



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517535 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO400
e7a3966015-May-2013 Zheng Fan

i120935, Insert blank entry for RES_CHRATR_BIDITRL and RES_CHRATR_IDCTHINT, for keep the identical res order

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482718 13f79535-47

i120935, Insert blank entry for RES_CHRATR_BIDITRL and RES_CHRATR_IDCTHINT, for keep the identical res order

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482718 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO340
0b4bfc6608-Aug-2012 Herbert Dürr

#i120442# fix html-flavored copy+paste of unicode surrogate pairs

Patch-by: Chen Peng
Found-by: Yan Ji
Review-by and minor modifications: Herbert Duerr


git-svn-id: http

#i120442# fix html-flavored copy+paste of unicode surrogate pairs

Patch-by: Chen Peng
Found-by: Yan Ji
Review-by and minor modifications: Herbert Duerr


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1370716 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e1aaeffb03-Jul-2012 Pavel Janík

Comment variable nSz to prevent WaE issues.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1356820 13f79535-47bb-0310-9956-ffa450edef68

37fb922129-Jun-2012 Armin Le Grand

#120106# Use boost::shared_ptr and stl tools to implement a SwPosFlyFrms which can be used and handed over by value and cleans up it's content to avoid memory leaks.
Found by: Chao Huang
Patc

#120106# Use boost::shared_ptr and stl tools to implement a SwPosFlyFrms which can be used and handed over by value and cleans up it's content to avoid memory leaks.
Found by: Chao Huang
Patch by: Chao Huang, alg
Review by: Chao Huang, alg

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1355342 13f79535-47bb-0310-9956-ffa450edef68

show more ...

1d2dbeb006-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198488 13f79535-47bb-0310-9956-ffa450edef68

efeef26f06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198305 13f79535-47bb-0310-9956-ffa450edef68

cdf0e10c16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68

show more ...