Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
089ea224 | 14-Dec-2021 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit c72520d534804340d6648e5bc715e01b3be8f130) |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
7b20d707 | 11-Oct-2018 |
Matthias Seidel |
i127875 - Merge r1837212 from trunk Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects. SwCntntFrm::CalcLowers() walks the object tree walk and it assumes that the o
i127875 - Merge r1837212 from trunk Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects. SwCntntFrm::CalcLowers() walks the object tree walk and it assumes that the objects visited will be at a monotonically increasing distance from the top of the page, so it terminates the walk once it encounters the first object below the bottom of the page. Even though the objects are vertically sorted in each branch of the tree, there is no guarantee that the order of the objects visited in the depth-first walk will be perfectly sorted vertically, so the walk may terminate before visiting all of the objects on the page. Fix this problem by pruning branches when they cross the lower page boundary and only terminating the walk once there are no longer any paths forward. Submitted by: truckman git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843573 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7a3beb32 | 11-Oct-2018 |
Matthias Seidel |
Rollback to Rev. 1843088 due to build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843571 13f79535-47bb-0310-9956-ffa450edef68 |
e3296b13 | 08-Oct-2018 |
Peter Kovacs |
Issue 127875 - fix a loop that visits all objects on a page so that all objects get visited git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843110 13f79535-47bb-0310
Issue 127875 - fix a loop that visits all objects on a page so that all objects get visited git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843110 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
12ad4c42 | 08-Jul-2014 |
Oliver-Rainer Wittmann |
125215: MarkManager: remove unnecessary mark container cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1608740 13f
125215: MarkManager: remove unnecessary mark container cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1608740 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cf4248c2 | 19-Jun-2014 |
Oliver-Rainer Wittmann |
125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more. cherry-picked from trunk git-svn-id: https://svn.apache.org
125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more. cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1603794 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0af288bd | 12-Jun-2014 |
Juergen Schmidt |
#124422# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602192 13f79535-47bb-0310-9956-ff
#124422# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602192 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
5b9fe260 | 04-Mar-2014 |
Oliver-Rainer Wittmann |
124338: assure sorted mark containers when updating <SwIndex> instances due to inserted characters cherry-picked from trunk git-svn-id: https://svn.apache.org/repo
124338: assure sorted mark containers when updating <SwIndex> instances due to inserted characters cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1574113 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
641de097 | 27-Feb-2014 |
Oliver-Rainer Wittmann |
123480: assure correct Undo/Redo with not shown tracked changes cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@15
123480: assure correct Undo/Redo with not shown tracked changes cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1572589 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0ca1f900 | 21-Jan-2014 |
Herbert Dürr |
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bo
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bool is already suspicious enough and a shared_ptr->pointer->bool conversion is even worse. Cleaning up the code fixes the build breaker seen in boost/libc++/clang environments. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560020 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fb3f75f2 | 17-Jan-2014 |
Oliver-Rainer Wittmann |
123480: method <::sw::mark::deleteMarks(..)> - assure sorting of subset mark containers before the intrinsic deletion of marks git-svn-id: https://svn.apache.org/repos/asf/openoffi
123480: method <::sw::mark::deleteMarks(..)> - assure sorting of subset mark containers before the intrinsic deletion of marks git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559037 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
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 ...
|
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 |
0df44b11 | 20-Nov-2013 |
Oliver-Rainer Wittmann |
123578: adjust table layout algorithm to avoid layout loops --> no shrink of master table, when follow table current is layouting its lower table row git-svn-id: https:
123578: adjust table layout algorithm to avoid layout loops --> no shrink of master table, when follow table current is layouting its lower table row git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543811 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 |
|
89358e0f | 26-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 ...
|
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
|
46f38707 | 20-Mar-2013 |
Jürgen Schmidt |
#121733# enhancement for colored smarttags Patch By: Kai Labusch Review by: arielch, jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1458879 13f79535-47bb
#121733# enhancement for colored smarttags Patch By: Kai Labusch Review by: arielch, jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1458879 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
3078b051 | 22-Nov-2012 |
Oliver-Rainer Wittmann |
#120879# - import "Microsoft Word TOC bookmarks" as cross reference bookmarks and suppress the import of unreferenced ones. Review by: zhengfan git-sv
#120879# - import "Microsoft Word TOC bookmarks" as cross reference bookmarks and suppress the import of unreferenced ones. Review by: zhengfan git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1412516 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
91100364 | 12-Sep-2012 |
Jian Hong Cheng |
Fix issue #120881: Page number in footer display incorrectly * sw/inc/ndtxt.hxx * sw/source/core/inc/flyfrm.hxx * sw/source/core/inc/txtfrm.hxx * sw/source/core/layout/fly.cxx
Fix issue #120881: Page number in footer display incorrectly * sw/inc/ndtxt.hxx * sw/source/core/inc/flyfrm.hxx * sw/source/core/inc/txtfrm.hxx * sw/source/core/layout/fly.cxx * sw/source/core/txtnode/ndtxt.cxx * sw/source/core/txtnode/txtedt.cxx Core function related to Interoperability with MS Word Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1383857 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|