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 |
5f22f2ef | 01-Sep-2016 |
truckman |
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that t
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that take a reference argument and perform an &rArg == NULL test on it. The compiler warns that this condition should always be false because dereferencing a NULL pointer to generate a reference is not valid in C++ and a valid reference will never be at address 0. Warnings are generated every time this header is included in a .cxx file. It turns out that there are no callers for the IsGluePoint() method, so just comment out its definition. It also turns out that all the callers of IsPointMarked() pass it a dereferenced pointer, so convert IsPointMarked() to take a pointer argument and modify all the callers to pass a pointer without dereferencing it first. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758862 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
2fcb9776 | 25-Dec-2015 |
Pedro Giffuni |
Resource leak CID: 705753 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721695 13f79535-47bb-0310-9956-ffa450edef68 |
d97a93ec | 29-Nov-2015 |
Pedro Giffuni |
initialize pState git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717132 13f79535-47bb-0310-9956-ffa450edef68 |
ea49dd19 | 29-Nov-2015 |
Pedro Giffuni |
Resource Leak CID: 705767 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717118 13f79535-47bb-0310-9956-ffa450edef68 |
8e2c1a46 | 29-Nov-2015 |
Pedro Giffuni |
Resource Leak CID: 705766 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717117 13f79535-47bb-0310-9956-ffa450edef68 |
56fad454 | 29-Nov-2015 |
Pedro Giffuni |
Resource Leak CID: 705762 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717116 13f79535-47bb-0310-9956-ffa450edef68 |
f4f43a21 | 29-Nov-2015 |
Pedro Giffuni |
Resource Leak CID: 705761 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717115 13f79535-47bb-0310-9956-ffa450edef68 |
8e0fc07c | 29-Nov-2015 |
Pedro Giffuni |
Resource Leak CID: 705760 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717114 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 |
|
3f996c4c | 25-Sep-2015 |
Andrea Pescetti |
#i126556# Fix bookmarks import in Word filter. Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705368 13f79535-47bb-031
#i126556# Fix bookmarks import in Word filter. Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705368 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
b258c564 | 25-Sep-2015 |
Andrea Pescetti |
#i126558# Fix size of graphic objects in Word filter. Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705364 13f79535-4
#i126558# Fix size of graphic objects in Word filter. Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705364 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 |
737f4475 | 31-Jan-2015 |
Tsutomu Uchino |
#i53718# add support of paper size for label document git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1656211 13f79535-47bb-0310-9956-ffa450edef68 |
91568915 | 28-Nov-2014 |
Steve Yin |
Issue 125400 - CJK numbering ordered list fallback to Arabic numerals Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642310 13f79535-47bb-0310
Issue 125400 - CJK numbering ordered list fallback to Arabic numerals Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642310 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
30d6b308 | 19-Oct-2014 |
Regina Henschel |
#i23872 Delete the space with ctrl-backspace consistent Author: Samuel Mehrbrodt s.mehrbrodt@gmail.com transfer to AOO: Volkan volkangezer@gmail.com git-svn-id: https://svn.apache.or
#i23872 Delete the space with ctrl-backspace consistent Author: Samuel Mehrbrodt s.mehrbrodt@gmail.com transfer to AOO: Volkan volkangezer@gmail.com git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1632977 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|