Age | Commit message (Collapse) | Author |
|
Notes:
prefer: d499ecfe451d3fcb4dc47b2c4f104ca6faa81e62
|
|
See IDs 10131-10136:
https://wiki.openoffice.org/wiki/Framework/Article/OpenOffice.org_3.x_Commands#Global_commands
Notes:
ignore: aoo
|
|
Notes:
prefer: 9b6062afb325c0396d88fdc80a994ec0ccde4852
|
|
Notes:
prefer: b846677427015231d4b377bbcae9ae3618baf1cf
|
|
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.
Notes:
reject: unknown purpose
|
|
Notes:
ignore: aoo
|
|
Notes:
prefer: c38a1de224b911387fba74ae3039d634509085fb
|
|
contructor -> constructor
convinient -> convenient
Notes:
prefer: 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed
|
|
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.
Notes:
ignore: obsolete
|
|
Notes:
prefer: 6d3b26829b5f30ea934249ef88eb10b2507969f1
|
|
do {
} while (!this);
to
do {
} while (0);
Computing !this must be done at runtime, whereas the intent is for
the loop to exit after the first iteration, which can be handled at
compile time when using a constant zero. Also, "this" should always
be non-NULL in valid c++ code, but if ever happened to be NULL, then
this code could loop forever.
While here, translate nearby comments.
Notes:
prefer: 8bc3751ea3ce1162137df2d0e10502cd24a3cb92
|
|
Notes:
prefer: 7f56e58148602f75b7b5ccccf1860dc65c4620d0
|
|
Notes:
ignore: obsolete
|
|
Notes:
prefer: a4104344f48eb27651d4d88317bceb10b49c033d
|
|
Notes:
ignore: obsolete
|
|
Notes:
ignore: obsolete
|
|
Notes:
ignore: obsolete
|
|
Notes:
prefer: 74844277cc2194c9e43f5bd7a6f78a9603da32f3
|
|
Notes:
prefer: 423beaf852aefb6a62882ac0ca55443113fda8b1
|
|
Notes:
prefer: 2175ea13ce37e46e83c3bd7da747eb2552a4030c
|
|
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.
Notes:
prefer: 11513ddf5b05cb7b3c1e91f9728159b9be3a5da2
|
|
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
Notes:
ignore: obsolete
|
|
Notes:
prefer: 0b081027fecbfdcdee6ab4e36e22123f3cd4cfde
|
|
Notes:
prefer: ed870efe80397042d8f51d2ca7002025ba4e111f
|
|
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.
Notes:
prefer: 16889f355d1f7157bad84b42ad5a1b2b715ae767
|
|
which causes infinite recursion. Callers should just use the external
method.
Notes:
prefer: 7b58b777bd15d5f34375e0325e4838e07f22dedc
|
|
Notes:
ignore: obsolete
|
|
patch by: orcmid
Notes:
prefer: a576789ed3c2cf429e6fc818e8ffd10dccda4d56
|
|
CID: 705753
Notes:
prefer: ff50e9ac7145e0d1accf980560ef50c272e427dd
|
|
Notes:
prefer: 17605133e01c7a58d5e2f10c441bf67582ae4898
|
|
CID: 705767
Notes:
prefer: 9f5e82598fc3d145b83d5c6df0f7b5668408608e
|
|
CID: 705766
Notes:
prefer: 5ac84ff884b491df4631d78b3c4ba74eddb0b1a5
|
|
CID: 705762
Notes:
prefer: 33f400da4a78cbbc40fe20beedad5a7ca756cfbe
|
|
CID: 705761
Notes:
prefer: 17d42fdfdf1428b1e48dfab9f71a759b8c767ec4
|
|
CID: 705760
Notes:
prefer: b1231b5ed214d449347d69bc3d29616377655d20
|
|
CID: 736503
Notes:
prefer: 293890e0d07d0f28cd10bfe7c2bf53865dbfb1fc
|
|
CID: 1158520
Notes:
prefer: 9fda4ee058d07d5909fdd0b39bb63527954e9b8a
|
|
Notes:
prefer: 77cc71476bae2b3655102e2c29d36af40a393201
|
|
uses executables,
not libraries, so they don't need version maps any more.
Notes:
ignore: googletest
|
|
Patch by: Damjan Jovanovic <damjan@apache.org>
Notes:
prefer: ea70088895ed45dc60abf18319acc1b4fa3018dd
|
|
Patch by: Mark Hung <marklh9@gmail.com>
Notes:
prefer: 7e383cb50c6020b86ac7857ece8a6273b7eb1a5e
|
|
Patch by: Damjan Jovanovic <damjan@apache.org>
Notes:
prefer: 755b9320c81948358a1d4104c8875594b5700d39
|
|
Patch by: Mark Hung <marklh9@gmail.com>
Notes:
prefer: 929954e0108897c4882660b4ce9cb5d4cf1077ec
|
|
Patch by: Niklas Johansson <sleeping dot pillow at gmail dot com>
Notes:
prefer: 64bf04de183a63d32fddf9376307b7f991a4519a
|
|
Notes:
ignore: googletest
|
|
Notes:
prefer: 6cd04e9ea447a4828a6fc03d47a7d136f3914501
|
|
Notes:
prefer: 80a72c4cc7edc6b4c0b88d841500617cd733cbf7
|
|
Contributor: Mark Hung
Notes:
prefer: d30a8ec448bcd08c6a52a37d6ae41a4b71c235da
|
|
Author: Samuel Mehrbrodt s.mehrbrodt@gmail.com
transfer to AOO: Volkan volkangezer@gmail.com
Notes:
prefer: 083114bb132b879cfb899361ece375c8580ae505
|
|
Notes:
merged as: 1e09d294f443f015e51c601d1b02f19389fb90ac
|