| 7b20d707 | 11-Oct-2018 |
Matthias Seidel <mseidel@apache.org> |
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 w
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 ...
|
| 5deca68e | 23-Jul-2014 |
Oliver-Rainer Wittmann <orw@apache.org> |
125299: bring back <break> which got accidently lost by merging changes for issue 78498 from trunk to branch AOO410
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1612782
125299: bring back <break> which got accidently lost by merging changes for issue 78498 from trunk to branch AOO410
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1612782 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 2a0ce834 | 15-Jul-2014 |
Oliver-Rainer Wittmann <orw@apache.org> |
121443: - register text frames and graphics on the correct page frame - trigger formatting of selected object when moving view to the selected object or when graphical horizontal line has bee
121443: - register text frames and graphics on the correct page frame - trigger formatting of selected object when moving view to the selected object or when graphical horizontal line has been inserted.
cherry-picked from trunk
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1610722 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|