History log of /trunk/main/sw/source/ (Results 176 - 200 of 640)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a384216110-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

5f22f2ef01-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 ...

dd5ae8a331-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 ...

b63233d807-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
e79d5b3714-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

2fcb977625-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

d97a93ec29-Nov-2015 Pedro Giffuni

initialize pState

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717132 13f79535-47bb-0310-9956-ffa450edef68

ea49dd1929-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

8e2c1a4629-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

56fad45429-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

f4f43a2129-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

8e0fc07c29-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

47d45a9427-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

47edcb9324-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

a585680a17-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
9ecfe28e06-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
3f996c4c25-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 ...

fdf46e5425-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 ...

b258c56425-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 ...

6e988add25-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 ...

739ed91420-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 ...

2909275624-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

737f447531-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

9156891528-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 ...

30d6b30819-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 ...

12345678910>>...26