Revision tags: AOO420-Dev5-m5 |
|
ee61a26e | 25-Dec-2023 |
mseidel |
Get colors from system settings |
f8c074b1 | 04-Jun-2023 |
Arrigo Marchiori |
Use sfx2::LinkManager::GetUserAllowsLinkUpdate() (cherry picked from commit 1b9d1397d93e567a9042ac64832efcc85d3fed81) |
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, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
376de1e9 | 24-Aug-2015 |
Kay Schenk |
#i126476# Patch by: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697501 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 290927565caaa0b0949305
#i126476# Patch by: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697501 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 290927565caaa0b0949305f1ad0dcb1cc863aa3e)
show more ...
|
e467b8b3 | 24-Nov-2015 |
Pedro Giffuni |
Use after Free CID: 1158520 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716173 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 47edcb93f4af
Use after Free CID: 1158520 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716173 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 47edcb93f4af8a248c85b99626a69d12acc672b7)
show more ...
|
22ea211e | 22-Aug-2022 |
mseidel |
Fixed typos (TOOD -> TODO) (cherry picked from commit 00245318452aeba6d36c95ae7db8b7b7a688e764) |
120ba445 | 12-May-2022 |
mseidel |
Revert "Code cleanup for removing Writer page shadows" This reverts commit cf2047b48da09145d9aec329d02ddae268cb5ffb. |
4954f768 | 09-May-2022 |
mseidel |
Cleaned up resource files, removed whitespace (cherry picked from commit 2967c860080b0ed900c4e90dd9b0f2e552c78e32) |
cf2047b4 | 06-May-2022 |
mseidel |
Code cleanup for removing Writer page shadows |
089ea224 | 14-Dec-2021 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit c72520d534804340d6648e5bc715e01b3be8f130) |
201fb820 | 20-Feb-2022 |
mseidel |
Forgot mnYFree in last commit (cherry picked from commit 63a8c8a8d4ce45147189bf21c6346ae1e7262d1a) |
0e08416e | 20-Feb-2022 |
mseidel |
Decrease margin in page preview (cherry picked from commit bbfdf28b31e39cdd930c9b6445db1b68564d04d2) |
0272ccd2 | 08-Oct-2021 |
mseidel |
Remove 'old-style' shadow from Writer document area. |
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 ...
|
65fffafd | 07-Oct-2015 |
Andrea Pescetti |
#i126572# Use correct priority when updating links. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1707172 13f79535-47bb-0310-9956-ffa450edef68 |
5deca68e | 23-Jul-2014 |
Oliver-Rainer Wittmann |
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
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 ...
|
aa61412e | 23-Jul-2014 |
Oliver-Rainer Wittmann |
125296: correction of fix for issue 125044 cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1612778 13f79535-47bb-0
125296: correction of fix for issue 125044 cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1612778 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2a0ce834 | 15-Jul-2014 |
Oliver-Rainer Wittmann |
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
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 ...
|
24c91d86 | 15-Jul-2014 |
Oliver-Rainer Wittmann |
125228: correct consideration of InputFields in table cells are part of table formulas cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openof
125228: correct consideration of InputFields in table cells are part of table formulas cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1610719 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
808c4840 | 08-Jul-2014 |
Oliver-Rainer Wittmann |
78498: Do not keep OutlineLevel attribute at paragraph when a Paragraph Style is assigned. cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/op
78498: Do not keep OutlineLevel attribute at paragraph when a Paragraph Style is assigned. cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1608819 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
314db743 | 07-Jul-2014 |
Herbert Dürr |
#i125171# fix build breaker in Writer's notxtfrm.cxx Patch-by: Regina Henschel <regina@apache.org> Merged from trunk revision 1608348 git-svn-id: https://svn.apache.or
#i125171# fix build breaker in Writer's notxtfrm.cxx Patch-by: Regina Henschel <regina@apache.org> Merged from trunk revision 1608348 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1608363 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
06447d42 | 04-Jul-2014 |
Armin Le Grand |
i125171 support lossless embedding of linked jpegs in writer for PDF export git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1607796 13f79535-47bb-0310-9956-ffa450edef
i125171 support lossless embedding of linked jpegs in writer for PDF export git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1607796 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d327e58a | 23-Jun-2014 |
Armin Le Grand |
i125111 limit mem footprint for GraphicObjects in 32Bit environments git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1604874 13f79535-47bb-0310-9956-ffa450edef68 |