Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA |
|
7a9d3b93 | 02-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 ...
|
0f74efc0 | 01-Jan-2023 |
Damjan Jovanovic |
We sometimes need unsigned long paragraph indices to work with the tools module's 64 bit macros. Patch by: me |
5707f3c2 | 01-Jan-2023 |
Damjan Jovanovic |
Fix the 16 bit paragraph issues in the remaining Outliner methods in outlin2.cxx. Patch by: me |
79496c0e | 01-Jan-2023 |
Damjan Jovanovic |
Convert the remaining outliner undo classes to 32 bit paragraph indices. Patch by: me |
7a5aa014 | 01-Jan-2023 |
Damjan Jovanovic |
Audit and fix some 16 bit paragraph index issues in the OutlinerView class and its related code. Patch by: me |
ced59291 | 01-Jan-2023 |
Damjan Jovanovic |
Audit and fix 16 bit index paragraph issues in Outliner, and convert OLUndoExpand to 32 bit indices. Patch by: me |
86af2772 | 01-Jan-2023 |
Damjan Jovanovic |
Use 32 bit paragraph indices when calling OutLiner::ImplCheckParagraphs(). Patch by: me |
fbcf52f4 | 01-Jan-2023 |
Damjan Jovanovic |
Fix the paragraph index types in OutlinerView::SelectRange(). Patch by: me |
87936a44 | 01-Jan-2023 |
Damjan Jovanovic |
Change OutlinerParaObject::GetDepth() to a 32 bit paragraph index. Patch by: me |
961599b3 | 01-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 |
8f081814 | 01-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 ...
|
67866f57 | 31-Dec-2022 |
Damjan Jovanovic |
Convert ParaRange to 32 bit paragraph indices. Patch by: me |
597c409a | 31-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 |
|
5ed3aded | 22-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 |
|
30acf5e8 | 22-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 |
|
81d0948d | 28-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 |
|
d3e0dd8e | 02-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 |
|
0bbd9100 | 29-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 |
af89ca6e | 29-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 ...
|
ca62e2c2 | 23-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
|
75d1e890 | 10-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 |
ed1e7921 | 10-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 |
47148b3b | 09-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
|
9b8096d0 | 03-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 |
766ce4d0 | 01-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 ...
|