History log of /aoo42x/main/editeng/source/outliner/ (Results 1 - 24 of 24)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA
7a98084212-Feb-2023 DamjanJovanovic

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)

show more ...

Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA
cd937af922-Mar-2022 mseidel

Cleaned up resource files, removed whitespace

(cherry picked from commit 5ed3aded7779c8f8a2a3f18bab68e1a65abc0589)

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, AOO415, AOO414, AOO413, AOO4121
30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
81d0948d28-Jan-2014 Herbert Dürr

#i123228# ParagraphData symbols shouldn't be required for outlobj.hxx users

Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx
header. ParagraphData symbols are

#i123228# ParagraphData symbols shouldn't be required for outlobj.hxx users

Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx
header. ParagraphData symbols are not DLLPUBLIC so they are not available
outside of editeng. When inlining is disabled (e.g. for debugging) this may
break the build as observed when building svx in debug mode on Solaris.


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

show more ...

Revision tags: AOO401
d3e0dd8e02-Sep-2013 Steve Yin

Merged with the trunk.

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


Revision tags: AOO400
0bbd910029-May-2013 Armin Le Grand

added missing include

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

af89ca6e29-May-2013 Oliver-Rainer Wittmann

122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r
ule is not a bullet numbering rule.
- improve application defa

122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r
ule is not a bullet numbering rule.
- improve application default bullet numbering rule by add corresponding spacing to the first list level
- refactoring of code introduced for paragraph property panel to handle toggle and set of bullets and numbering


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

show more ...

ca62e2c223-Apr-2013 Steve Yin

IA2 for SW. Draft version 1.

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


75d1e89010-Apr-2013 Pavel Janík

Comment out unused variable to prevent WaE issues.


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

ed1e792110-Apr-2013 Pavel Janík

Comment out unused variable to prevent WaE issues.


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

47148b3b09-Apr-2013 Oliver-Rainer Wittmann

rebase on current trunk

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


9b8096d003-Apr-2013 Steve Yin

IA2 migration for cui, editeng, svx

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

766ce4d001-Apr-2013 Zheng Fan

i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1463154 13f79535-47bb-0310-99

i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan.

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

show more ...

6cb7d39905-Mar-2013 Herbert Dürr

fix miscarried bitwise check in OutlinerEditEng::PaintingFirstLine()

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

Revision tags: AOO340
1fa2bb8319-Sep-2012 Sun Ying

#119477# fix bullet's start with error when save .ppt file
Reported by: Liu Ping Tan
Patch by: Ying Sun
Review by: Steve Yin.


git-svn-id: https://svn.apache.org/repos/asf/in

#119477# fix bullet's start with error when save .ppt file
Reported by: Liu Ping Tan
Patch by: Ying Sun
Review by: Steve Yin.


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

show more ...

f0de6be006-Sep-2012 Armin Le Grand

Do not enable outliner when it was not before only for temporary undo disable

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

801f99ff10-Aug-2012 Armin Le Grand

#120515# do not create undo action when in Init()

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

69ffbee109-Aug-2012 Armin Le Grand

#120498# Enhanced Undo/Redo and user experience when editing texts in graphic objects and/or tables

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1371123 13f79535-47bb-031

#120498# Enhanced Undo/Redo and user experience when editing texts in graphic objects and/or tables

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

show more ...

a56bd57b03-May-2012 Armin Le Grand

#118905# changed EditEngine to be able to paint to overlay (VirtualDevice) directly, not only to Window. Removed the no longer needed switch between buffered and unbuffered overlay, this removes the

#118905# changed EditEngine to be able to paint to overlay (VirtualDevice) directly, not only to Window. Removed the no longer needed switch between buffered and unbuffered overlay, this removes the flickering white block.

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

show more ...

79aad27f15-Feb-2012 Herbert Dürr

remove svn:executable properties from more source files

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

8e3a06d430-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

4c5491ea06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

190118d006-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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