History log of /trunk/main/editeng/source/outliner/ (Results 1 - 25 of 36)
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
7a9d3b9302-Jan-2023 Damjan Jovanovic

Find where hardcoded 16 bit constants are used to construct ESelection,
and convert these to 32 bit constants. Add new EE_PARA_MAX and EE_INDEX_MAX
constants for this purpose.

Patch

Find where hardcoded 16 bit constants are used to construct ESelection,
and convert these to 32 bit constants. Add new EE_PARA_MAX and EE_INDEX_MAX
constants for this purpose.

Patch by: me

show more ...

0f74efc001-Jan-2023 Damjan Jovanovic

We sometimes need unsigned long paragraph indices to work with the
tools module's 64 bit macros.

Patch by: me

5707f3c201-Jan-2023 Damjan Jovanovic

Fix the 16 bit paragraph issues in the remaining Outliner methods
in outlin2.cxx.

Patch by: me

79496c0e01-Jan-2023 Damjan Jovanovic

Convert the remaining outliner undo classes to 32 bit paragraph indices.

Patch by: me

7a5aa01401-Jan-2023 Damjan Jovanovic

Audit and fix some 16 bit paragraph index issues in the OutlinerView class
and its related code.

Patch by: me

ced5929101-Jan-2023 Damjan Jovanovic

Audit and fix 16 bit index paragraph issues in Outliner, and convert
OLUndoExpand to 32 bit indices.

Patch by: me

86af277201-Jan-2023 Damjan Jovanovic

Use 32 bit paragraph indices when calling OutLiner::ImplCheckParagraphs().

Patch by: me

fbcf52f401-Jan-2023 Damjan Jovanovic

Fix the paragraph index types in OutlinerView::SelectRange().

Patch by: me

87936a4401-Jan-2023 Damjan Jovanovic

Change OutlinerParaObject::GetDepth() to a 32 bit paragraph index.

Patch by: me

961599b301-Jan-2023 Damjan Jovanovic

Change main/editeng/inc/editeng/outliner.hxx to use 32 bit paragraph
indices, and update enough of the affected code to able to build
editeng.

Patch by: me

8f08181401-Jan-2023 Damjan Jovanovic

OutlinerEditEng inherits from EditEngine, and also needs to be changed
to use 32 bit paragraph indices, as per the compiler warnings.

Also convert EBulletInfo to 32 bit paragraph indices

OutlinerEditEng inherits from EditEngine, and also needs to be changed
to use 32 bit paragraph indices, as per the compiler warnings.

Also convert EBulletInfo to 32 bit paragraph indices.

Patch by: me

show more ...

67866f5731-Dec-2022 Damjan Jovanovic

Convert ParaRange to 32 bit paragraph indices.

Patch by: me

597c409a31-Dec-2022 Damjan Jovanovic

Start converting paragraph indices in the EditView and ImpEditView classes
to 32 bit.

Patch by: me

Revision tags: AOO420-Dev4-m4, AOO4113-GA
5ed3aded22-Mar-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, 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 ...

12