Revision tags: AOO420-Dev5-m5 |
|
44c62228 | 25-May-2023 |
mseidel |
Remove executable flag from various files (2nd part) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
870262e3 | 02-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 |
|
af7a586e | 16-Jan-2018 |
Tsutomu Uchino |
#i127662# send better window position to input method for suggestion window git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821262 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414, AOO413, AOO4121 |
|
47d45a94 | 27-Nov-2015 |
Pedro Giffuni |
Resource leak CID: 736503 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716899 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
7887cc2e | 13-Jun-2014 |
Oliver-Rainer Wittmann |
125044: - use field's content cache on <SwTxtFld> construction only for clipboard documents - assure invalidation and updates on code to update fields git-svn-id: https
125044: - use field's content cache on <SwTxtFld> construction only for clipboard documents - assure invalidation and updates on code to update fields git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1602434 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5c0a9181 | 05-Jun-2014 |
Oliver-Rainer Wittmann |
125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600581 13f795
125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600581 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86e1cf34 | 29-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, AOO410_Beta |
|
150c6d32 | 05-Mar-2014 |
Oliver-Rainer Wittmann |
123979: method <SwCursor::IsSelOvr(..)> - treat application of new position due to content frame without height to next/previous content frame as restore to saved position, if new position equals the
123979: method <SwCursor::IsSelOvr(..)> - treat application of new position due to content frame without height to next/previous content frame as restore to saved position, if new position equals the saved one. This avoid cursor traveling loops due to hidden content at the beginning/end of the text document. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574468 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
edfeb9b7 | 04-Mar-2014 |
Oliver-Rainer Wittmann |
124338: assure sorted mark containers when updating <SwIndex> instances due to inserted characters git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574058 13f79535-47
124338: assure sorted mark containers when updating <SwIndex> instances due to inserted characters git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574058 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
23d8f725 | 20-Feb-2014 |
Oliver-Rainer Wittmann |
123243: allow in-place editing of Input Fields in protected areas (e.g. protected sections) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570146 13f79535-47bb-0310
123243: allow in-place editing of Input Fields in protected areas (e.g. protected sections) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570146 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
332f371a | 08-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 |
dec99bbd | 19-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 ...
|
1cd05511 | 19-Dec-2013 |
Oliver-Rainer Wittmann |
123771: fix <Fieldmark> implementation for OSBA OOXML improvement use case 4 cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/open
123771: fix <Fieldmark> implementation for OSBA OOXML improvement use case 4 cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552300 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3b32dd21 | 19-Dec-2013 |
Oliver-Rainer Wittmann |
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which i
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which is not available Patch by: SUSE, Miklos Vajna <vmiklos@suse.cz> Review by: Oliver <orw@apache.org> cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552294 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bb494cbe | 10-Dec-2013 |
Oliver-Rainer Wittmann |
33737: correction: assure the selections does not start/end inside a table while end/start of the selection is outside the table git-svn-id: https://svn.apache.org/repos/asf/openof
33737: correction: assure the selections does not start/end inside a table while end/start of the selection is outside the table git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549864 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
160e5cdf | 27-Nov-2013 |
Pavel Janík |
WaE: Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545971 13f79535-47bb-0310-9956-ffa450edef68 |
d5ce08e6 | 18-Nov-2013 |
Oliver-Rainer Wittmann |
33737: remove accicently added svn property 'svn:executable' at new source files git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543006 13f79535-47bb-0310-9956-ffa45
33737: remove accicently added svn property 'svn:executable' at new source files git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
69a74367 | 18-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 |
8e8ee8fe | 29-Sep-2013 |
Steve Yin |
Fix build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1527279 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO401 |
|
c0286415 | 24-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 |
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
|
b0b7a757 | 19-Aug-2013 |
Oliver-Rainer Wittmann |
122902, 122922, 122992: - <MarkManager::deleteMark(..)> - assure that entry is removed from stl container before its deletion is triggered. - <SwTrnsfrDdeLink::Disconnect(
122902, 122922, 122992: - <MarkManager::deleteMark(..)> - assure that entry is removed from stl container before its deletion is triggered. - <SwTrnsfrDdeLink::Disconnect(..)> - do not delete DDE bookmark when it is already in its destruction git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1515312 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
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
|
6043ac9b | 23-Jan-2013 |
Armin Le Grand |
#121532# unified getting the blended selection color git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1437574 13f79535-47bb-0310-9956-ffa450edef68 |