Age | Commit message (Collapse) | Author |
|
Change-Id: Ibcc3ea7ebd60c46930f0c2419c8286fed9671061
|
|
Change-Id: I33f6a9830accd4ed06aa5469f63e3f5329044ace
|
|
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
Reviewed-on: https://gerrit.libreoffice.org/734
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
|
|
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
|
|
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
|
|
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
|
|
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
|
|
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
|
|
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
|
|
Change-Id: I6599147a74e5c99f964b08935ec7c77f2d4cadef
|
|
|
|
|
|
These were only referenced by Package_inc.mk...
Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
|
|
|
|
Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202
|
|
Change-Id: Ibf1c212355f65c547b6f15098f0e35522093ec54
|
|
Change-Id: I7a5f34715faecd689900b5d41eae9c782e99b47b
|
|
Change-Id: I535fd1e4438b3ade78c1867eeb0321e6753ed22b
|
|
Change-Id: I35aef43b4dd023440509faaa8c73a0e5a45d37a7
|
|
Change-Id: Icdd490639de136ea866d6ef43016befefeb06604
|
|
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
|
|
Change-Id: I43a5f69a30b3766303e049ba4d66c4fd79b9de30
|
|
also ignore "+" sign; remove unused sNumberString variable
|
|
Change-Id: I I579fd3de05f78f06af06c53afab1cc70fc700082
|
|
Change-Id: Iffd726eec08da453e5a72c512ef2df35f22b5573
|
|
Make sure client code sees isotrophic aspect ratio for the
square gradient case. This somehow never worked.
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|
|
|
|
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
|
|
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
|
|
|
|
Changed viewport.cxx to use long instead of int like all other zoom
functions and in this succession removed the zoomtools int functions
which where only added for this one exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let's do the iOS specific stuff in separate main() source
file(s). Don't attempt to build complete iOS programs using normal
LibreOffice mechanisms, it will work for only the very lowest level
unit tests anyway, because of static linking and the circularish
UNO/URE/bootstrap/whatnot (run-time) dependencies between different
parts of the code.
We thus can't build the various iOS-specific *_cppunittester_all unit
test executables any more. Corresponding unit tests (and more complex
ones) for iOS will have to be done in a different way.
|
|
|
|
Guard access to first polygon point.
|