History log of /trunk/main/xmloff/source/text/ (Results 1 - 25 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ce18a16914-May-2024 John Bampton

Fix spelling in code comments (#212)

* Fix spelling in code comments

* Update AgendaTemplate.java

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4
ed2dba9c13-Oct-2022 mseidel

Fixed typo (continueing -> continuing) / final step

cb5f33c609-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other / 3rd step

09b5391507-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other / 2nd step

ea7dd2d006-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other

Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
b37cf8cf05-Feb-2021 Arrigo Marchiori

Fix typo

Thanks Jim!

7af97f4f05-Feb-2021 Arrigo Marchiori

Do not add office:name attribute to automatic styles

This attribute could even be repeated in some cases, leading to invalid
XML. See for example bug 128356.

Revision tags: AOO419-GA, AOO418-GA
2df387e606-Oct-2020 mseidel

Fixed typos (beeing -> being) and some more

7950f2af14-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
870262e302-May-2018 Don Lewis

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang.

While here, translate the associated assert messages.



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

show more ...

Revision tags: AOO415, AOO414, AOO413, AOO4121
b20699e024-Nov-2015 Pedro Giffuni

Uninitialized scalar field

CID: 708722


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

Revision tags: AOO412, SNAPSHOT, AOO411
e190763d04-Jul-2014 Oliver-Rainer Wittmann

124107: ODF import - ignore fo:margin="100%" for paragraph styles as core attributes are not able to treat it correctly.
The result is the same - value are inherited from par

124107: ODF import - ignore fo:margin="100%" for paragraph styles as core attributes are not able to treat it correctly.
The result is the same - value are inherited from parent



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

show more ...

339d2e3d04-Jul-2014 Oliver-Rainer Wittmann

124107: ODF export - suppress export of fo:margin for paragraph styles



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

b6ff8b2801-Jul-2014 Armin Le Grand

corrected obviously wrong comparison

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

85ecee3405-Jun-2014 Armin Le Grand

i125045 For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA hide the DrawingLayer FillStyle entries by moving them to the front of aXMLParaPropMap and using a higher index for construction

i125045 For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA hide the DrawingLayer FillStyle entries by moving them to the front of aXMLParaPropMap and using a higher index for construction

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

show more ...

56b35d8602-Jun-2014 Armin Le Grand

i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes

i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes

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

show more ...

86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...

Revision tags: AOO410
d94e610506-Apr-2014 Oliver-Rainer Wittmann

124607: ODF import: check on certain property existence in annotation import to avoid exceptions



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

124607: ODF import: check on certain property existence in annotation import to avoid exceptions



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

show more ...

0bfedac219-Mar-2014 Armin Le Grand

Resync/update with trunk as preparation to integration

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


Revision tags: AOO410_Beta
b862c97c28-Jan-2014 Herbert Dürr

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.5

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.55 smart pointers in C+11 enabled build environments


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

show more ...

c45df7c414-Jan-2014 Oliver-Rainer Wittmann

123457: improve ODF filter - suppress import and export of hyperlinks without an URL



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

123457: improve ODF filter - suppress import and export of hyperlinks without an URL



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

show more ...

332f371a08-Jan-2014 Oliver-Rainer Wittmann

123792: correction for comments/annotations on table cell ranges



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

64b1462107-Jan-2014 Armin Le Grand

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 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 ...

7cba280f19-Dec-2013 Oliver-Rainer Wittmann

123771: ODF export: export annotation's author initials in own namespace only in ODF 1.2 (extended) file format

annotation's author initials is currently not standardized in ODF 1.2

123771: ODF export: export annotation's author initials in own namespace only in ODF 1.2 (extended) file format

annotation's author initials is currently not standardized in ODF 1.2
a corresponding proposal is available at the OASIS ODF TC - see JIRA isssue OFFICE-3776 at OASIS

cherry-picked from branch ooxml-osba



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

show more ...

12