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 |
ae6fcd72 | 01-Dec-2017 |
Patricia Shanahan |
Security fixes from 4.1.5 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816791 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414 |
|
03530200 | 09-Oct-2017 |
Matthias Seidel |
Increased length for localized strings git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811601 13f79535-47bb-0310-9956-ffa450edef68 |
2e259a7f | 01-Oct-2017 |
Matthias Seidel |
Minor change to dialog for Writer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1810279 13f79535-47bb-0310-9956-ffa450edef68 |
b09dd3e7 | 27-Sep-2017 |
Matthias Seidel |
Minor change to dialog for Writer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1809886 13f79535-47bb-0310-9956-ffa450edef68 |
eab2447c | 16-Aug-2017 |
Jim Jagielski |
Align w/ AOO414 on these fixes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805237 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413 |
|
d486989e | 29-Mar-2017 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1789384 13f79535-47bb-0310-9956-ffa450edef68 |
c259f162 | 29-Mar-2017 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1789383 13f79535-47bb-0310-9956-ffa450edef68 |
0618ff6b | 08-Feb-2017 |
Pedro Giffuni |
i101100 - Fix some aliasing issues. This is a very small part of a patch submitted by Caolan McNamara on 2009 to help OOo work with -fstrict-aliasing. It is not complete and for now
i101100 - Fix some aliasing issues. This is a very small part of a patch submitted by Caolan McNamara on 2009 to help OOo work with -fstrict-aliasing. It is not complete and for now I omitted adding -fno-strict-aliasing to many makefiles. This does require a lot more attention and will have to be completed at some point because newer versions of GCC enable strict-aliasing with most optimization levels. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1782205 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c2052ed2 | 18-Jan-2017 |
Damjan Jovanovic |
Fix a main/sw subsequent test. The BackColor of a page style is irrelevant since we only want to test changing it, and it only seems to have meaning when the FillStyle is color, which it isn'
Fix a main/sw subsequent test. The BackColor of a page style is irrelevant since we only want to test changing it, and it only seems to have meaning when the FillStyle is color, which it isn't. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779382 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
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 |