Age | Commit message (Collapse) | Author |
|
Notes:
ignore: obsolete
|
|
Removed entries for MASKCOLOR.
Notes:
prefer: 20452aa248c8d32289736e0a3aef6a3caafc3ce5
|
|
Removed entry for MASKCOLOR.
Notes:
prefer: 8c913392116470956d2e8e3f2ffc8423cd56e411
|
|
Notes:
prefer: df903c3e2084d8cc33e3935a1668b8b46e25201f
|
|
Notes:
prefer: 8c913392116470956d2e8e3f2ffc8423cd56e411
|
|
Notes:
prefer: e484def6763bf94a70c3fef3c68bbef50eced67f
|
|
Notes:
prefer: 747a4f30d2e6b44e31854849be30295cca25af5b
|
|
Notes:
prefer: df903c3e2084d8cc33e3935a1668b8b46e25201f
|
|
Notes:
prefer: 982babed5c7919999fd84e8ede37b421bceb5b2a
|
|
Notes:
prefer: 9701a7ca9858f6a286a7c75fa83dcb5d89cb5033
|
|
Notes:
prefer: 7f56e58148602f75b7b5ccccf1860dc65c4620d0
|
|
targets to be specified.
Convert optimization overrides in the gbuild library makefiles to
use gb_LinkTarget_set_*_optimization.
There should be no functional change.
Notes:
reject: convenient workarounds in the build system for toolchain bugs is the road to a hell of buggy toolchains
|
|
Notes:
prefer: 4667a55fd47db456d36ad151656b4041a6ded034
|
|
It appears that MSVC 2008 [1] doesn't support nullptr so we are tied to
the older ages. Pre-existing code uses NULL.
[1]
https://en.wikipedia.org/wiki/Visual_C%2B%2B
Notes:
ignore: obsolete
|
|
Patch by: me
Notes:
ignore: obsolete
|
|
Reported on FreeBSD's bugzilla [1].
Unfortunately it is likely more issues remain.
[1]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216206
Notes:
prefer: 3f02f62e5c74832d4215d327b0f7eec6087da826
|
|
(main/*/prj/makefile.mk) to the version that sets gbuild
debug flags from the configure.ac debug settings, and make this the
standard gbuild template too.
Patch by: me
Notes:
ignore: obsolete
|
|
Notes:
prefer: 889ec0e4d4afac36d4d462bfeaf146398baa4082
|
|
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
|
|
Notes:
ignore: obsolete
|
|
Why worry about some sprinkled German when we haven't yet learned English.
Notes:
prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
|
|
CID: 736452
Notes:
prefer: f6012f6c5d40857ea7a9490da90ae5541d859563
|
|
CID: 736451
Notes:
prefer: e3193eb37a2fa75261746c1bdea836889d71a55f
|
|
Mosrt important perl scripts already use a portable method
but fix these nevertheless.
Notes:
prefer: 1529c3f6ac71f7f2bd27ffd13944574793de389f
|
|
The patch restores the behavior, that Insert from file replaces the empty outline object in Impress
Patch by:Regina Henschel <rb.henschel@t-online.de>
Notes:
prefer: b5eb7921a002d9e5a002013af83bc135b4efbb20
|
|
Notes:
merged as: 0aa3dee5e88a1494a7a6a8401e084cbdb4324727
|
|
Notes:
merged as: a595879302e26a616131aa0cab5de31bb287b37d
|
|
did the complete opposite.
Notes:
merged as: 229b8f91228e195fa2613486447c02260c5844e5
|
|
Notes:
merged as: 553f88e3d65fd25f645c22589de575924c3879fc
|
|
implicit conversions from bool or int32 to pointer types are not a good idea
and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break
the build and so they have to be fixed.
Notes:
prefer: 99c2a1c64b3517a4cbbc0ddcf9acd3e190188d1e
|
|
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
Notes:
merged as: 820a29950b3085a713026995fdc43e32b6ded5f7
|
|
simple URL
Notes:
merged as: e735b48e2107a0ee1a9553a6bc4d09d1d176b370
|
|
Notes:
merged as: 6e61ecd09679a66060f932835622821d39e92f01
|
|
and fix its former usages by utilizing the standard compliant mapped_type
typedef instead
Notes:
prefer: b6ca290586bd1f1e0c91f72eeee50fe24015e5ef
|
|
visibility were set
Notes:
merged as: f586542c3d3e5fda3a73c736ceaee3719859942d
|
|
initialization when used as OLE
Notes:
merged as: b1cf64fe51fd0bb1e9bc8c3bb38d5cc7254d8d5f
|
|
Notes:
merged as: ad0c4bf5790546242884da0c2ec281f2db9e14a0
|
|
ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correction
Notes:
merged as: 3b729ab35b5064dcd21f125dfd0aa7d7e709fd9f
|
|
Notes:
merged as: a51929600789af4d67e4f52226f8f5ae13ed58ba
|
|
object types to work the same
Notes:
merged as: 5c75cd95178e3d57e53fee64a9d64023c6d18acf
|
|
support
Notes:
merged as: 90d39a8a22c3f75e7eb4a79062e1d94c1fa1ff85
|
|
against NULL
this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.55 smart pointers in C+11 enabled build environments
Notes:
prefer: 6cf30940750607eeb062113dbee9968769d7bd06
|
|
Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bool is already suspicious enough
and a shared_ptr->pointer->bool conversion is even worse. Cleaning up
the code fixes the build breaker seen in boost/libc++/clang environments.
Notes:
prefer: d4bab97023e3569571a92551040574b20aceca7c
|
|
Notes:
merged as: 2cb1a05e867c17328ef24bd3489f3c18d80dfcf4
|
|
The comment in the removed part says to call SelectPage to make
the slide visible. But the following NotifyCurrentSlideChange method
calls SelectPage for the page makes it visible if the pane is not updated yet.
Notes:
prefer: 45a570f55b66c992d7dd1fccfae4424a40d624d5
|
|
CustomUnitText on metric fields
Notes:
merged as: 260df50ae67e0d9f9d80e0686e6a12903c53c130
|
|
between value and percent to match with ISO 31-0
Notes:
merged as: ab50bc9d4a72193c1fefcbf0652938995094bc41
|
|
finish screen
Notes:
prefer: f804c72a090f8d5f170fed700ba7cf1826e5b3a2
|
|
Notes:
merged as: 9e77ddcd19d328c54ed0fb3ebb83f585b85f0249
|
|
Patch By: hanya
Review By: jsc
Notes:
merged as: bc4f7d26b5a58b935d62de42a9612b2e2b6a8c52
|