History log of /trunk/main/sw/source/core/undo/ (Results 1 - 23 of 23)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
300d486628-Nov-2023 John Bampton

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

Co-authored-by: Matthias

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

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

show more ...

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA
2967c86009-May-2022 mseidel

Cleaned up resource files, removed whitespace

Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 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, AOO412, SNAPSHOT, AOO411
28f5a95a27-Jun-2014 Oliver-Rainer Wittmann

78498: Do not keep OutlineLevel attribute at paragraph when a Paragraph Style is assigned.



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

78498: Do not keep OutlineLevel attribute at paragraph when a Paragraph Style is assigned.



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

show more ...

26ea366205-Jun-2014 Armin Le Grand

i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 13f795

i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 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
34760e4918-Mar-2014 Oliver-Rainer Wittmann

124371: When changing the numbering or bullet styling of a set of paragraph which have more than one
different List Style applied create a new List Style and put the paragraphs into a new

124371: When changing the numbering or bullet styling of a set of paragraph which have more than one
different List Style applied create a new List Style and put the paragraphs into a new list.



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

show more ...

Revision tags: AOO410_Beta
8e06094704-Mar-2014 Oliver-Rainer Wittmann

123480: correct the previous made refactoring (revision 1572577)



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

369f9bf127-Feb-2014 Oliver-Rainer Wittmann

123480: assure correct Undo/Redo with not shown tracked changes



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

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

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 ...

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

4d322ebc30-Sep-2013 Oliver-Rainer Wittmann

123389: - revert change made for 121897 which triggers defect 123389
- method <SwTxtAttr::RstAttr(..)> - correct consideration of parameter <bInclRefToxMark> used by Undo to fix 121897

123389: - revert change made for 121897 which triggers defect 123389
- method <SwTxtAttr::RstAttr(..)> - correct consideration of parameter <bInclRefToxMark> used by Undo to fix 121897



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

show more ...

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

Revision tags: AOO400
89358e0f26-Jun-2013 Oliver-Rainer Wittmann

121751: - restore cursor/selection on Undo/Redo language change for all text
- group intrinsic actions of language change for all text into one Undo action
- secure <SwRootFrm

121751: - restore cursor/selection on Undo/Redo language change for all text
- group intrinsic actions of language change for all text into one Undo action
- secure <SwRootFrm::CalcRects(..)> - catch NULL pointer
- correct <CursorGuard> - really restore the cursor


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

show more ...

a457583717-May-2013 Zheng Fan

i121897, change the hints clearing method from RstAttr to clearSwpHhints.

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

Revision tags: AOO340
8218eba210-Aug-2012 Armin Le Grand

#120515# Implemented and finetuned the enhanced Undo feature (see #120498#) for sw

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

#120515# Implemented and finetuned the enhanced Undo feature (see #120498#) for sw

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

show more ...

fefe216630-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

8660f10230-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208589 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

352af06a17-Sep-2011 Michael Stahl

sw34bf06: #i117867#: SwUndoInserts::RedoImpl: do not use SwUndRng

# HG changeset patch
# User Michael Stahl <mst@openoffice.org>
# Date 1304511728 0
# Node ID f573e7e8e68c3741b01

sw34bf06: #i117867#: SwUndoInserts::RedoImpl: do not use SwUndRng

# HG changeset patch
# User Michael Stahl <mst@openoffice.org>
# Date 1304511728 0
# Node ID f573e7e8e68c3741b01779dbba749ab85ee90d1c
# Parent 766a0b3ad79f0aba468ae8ca769cad4906057167

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

show more ...

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 ...