Revision tags: 420-Dev2-m2 |
|
5f6340ef | 04-Mar-2020 |
mseidel |
Fixed typos (cherry picked from commit 1511c9189e32bc54db79a52c29a2a0be814fde85) |
9f5514e7 | 02-Mar-2020 |
mseidel |
Fixed typo (minmal -> minimal) (cherry picked from commit 414ebe3f9f11a92a37e6101e6ed76c1b5b51d650) |
9a9ccb4a | 16-Jan-2020 |
mseidel |
Fixed typo (heigth -> height) (cherry picked from commit cce2cef208bfebaf840744fb58ecee51a00a1ebd) |
fde29386 | 18-Nov-2019 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit d7056c59ad3c993e2bfa38f5e86555896868d4b8) |
Revision tags: AOO417 |
|
940681c7 | 11-Jun-2019 |
Matthias Seidel |
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1 |
|
85f16e68 | 03-Jan-2019 |
Matthias Seidel |
Fixed typo (horizonal -> horizontal) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850272 13f79535-47bb-0310-9956-ffa450edef68 |
047818df | 28-Dec-2018 |
Matthias Seidel |
Fixed typos (bahaviour -> behaviour) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1849824 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416, AOO416-RC1 |
|
649504cc | 01-Aug-2018 |
Don Lewis |
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
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. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837212 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
|
2bf67293 | 17-Jan-2018 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821337 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
|
676bf86b | 10-Nov-2016 |
marcus |
#i39199# Translated comments from German to English git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1769228 13f79535-47bb-0310-9956-ffa450edef68 |
a3842161 | 10-Nov-2016 |
marcus |
#i39199# Translated comments from German to English git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1769121 13f79535-47bb-0310-9956-ffa450edef68 |
dd5ae8a3 | 31-Aug-2016 |
truckman |
Get rid of the inline version of FindFtnRef() that just calls itself, which causes infinite recursion. Callers should just use the external method. git-svn-id: https://svn
Get rid of the inline version of FindFtnRef() that just calls itself, which causes infinite recursion. Callers should just use the external method. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758637 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO4121 |
|
e79d5b37 | 14-Feb-2016 |
Kay Schenk |
#i126635# Possible null pointer reference patch by: orcmid git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1730406 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
47edcb93 | 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 |
a585680a | 17-Nov-2015 |
Dennis E. Hamilton |
Assure conformance to formatting standard (possibly removing extra EOL spaces too) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1714834 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412, SNAPSHOT |
|
9ecfe28e | 06-Oct-2015 |
Andrea Pescetti |
#i126572# Use correct priority when updating links. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707169 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
fdf46e54 | 25-Sep-2015 |
Andrea Pescetti |
#i107471# Fix alignment settings in CJK text. Patch by: Mark Hung <marklh9@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705365 13f79535-47bb-0310-9956-f
#i107471# Fix alignment settings in CJK text. Patch by: Mark Hung <marklh9@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705365 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6e988add | 25-Sep-2015 |
Andrea Pescetti |
#i71292# Fix/remove conditional rotate for CJK. Patch by: Mark Hung <marklh9@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705360 13f79535-47bb-0310-9956
#i71292# Fix/remove conditional rotate for CJK. Patch by: Mark Hung <marklh9@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705360 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
739ed914 | 20-Sep-2015 |
Damjan Jovanovic |
#i126529# Bullet should be apart of AccessibleText Patch by: Niklas Johansson <sleeping dot pillow at gmail dot com> git-svn-id: https://svn.apache.org/repos/asf/openoffic
#i126529# Bullet should be apart of AccessibleText Patch by: Niklas Johansson <sleeping dot pillow at gmail dot com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1704176 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
29092756 | 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 |
734ca04e | 07-Oct-2014 |
Armin Le Grand |
i125698 Finetuned visualization for aligned AAed areas git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629919 13f79535-47bb-0310-9956-ffa450edef68 |
4cd218ab | 07-Oct-2014 |
Oliver-Rainer Wittmann |
125549: accept only positive values for SwTextGridItem::nBaseWidth kudos to Mark Hung for defect finding and analysis git-svn-id: https://svn.apache.org/repos/asf/
125549: accept only positive values for SwTextGridItem::nBaseWidth kudos to Mark Hung for defect finding and analysis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629885 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|