Age | Commit message (Collapse) | Author |
|
Also remove outdated comment related to RTL_CONSTASCII_STRINGPARAM
(only the first line was removed in the past)
Change-Id: Iebef1bf83ab049a96c846e714cb700df4dacd878
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167233
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
|
|
Replace the instances of Pi's value as magic number by M_PI
Use M_PI_2 and 2_M_PI instead of calculating these values in code.
Use basegfx functions to convert angle units.
Change-Id: I6cca7cc93704a70ccf3a0571a56a789bc9df51ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129479
Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
Reviewed-by: Hossein <hossein@libreoffice.org>
Tested-by: Jenkins
|
|
Change-Id: I427263ee98206c00cd2b3392fc9f2f55ad1ded5b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105692
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
|
|
Change-Id: I13acf050d83099be8874514688936bb4ddbb1a26
Reviewed-on: https://gerrit.libreoffice.org/48543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I37da28539b94706574116d0fff5f008aabfb5526
Reviewed-on: https://gerrit.libreoffice.org/19682
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK. Turns out
this was explicitly included in ~all examples Makefiles, but only after
settings.mk where it is now used, so include it in settings.mk now and dropped
it from all the exmaples Makefiles.
* The old settings.mk was apparently confused with using /MT ("link with
LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link
command line (where it was ignored), and you apparently can't pass both
together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp.
/MTd). No idea if that is exactly right, however.
* Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and
msvcrt.lib vs. msvcrtd.lib on Windows. Adapted examples Makefiles and
/ure/source/uretest/Makefile accordingly. Some examples Makefiles
additionally use msvcprt.lib, no idea whether that still needs to be
addressed.
Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
|
|
XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries
without explicit mapping, but as baseline is now 10.6, this
wrapping is no longer necessary
Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8
Reviewed-on: https://gerrit.libreoffice.org/3192
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492
|
|
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
|
|
Change-Id: Ide65bcf203f78d1e8d3286f4ee19846a357fb364
|
|
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
|
|
|
|
Conflicts:
odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
odk/examples/cpp/complextoolbarcontrols/exports.cxx
odk/examples/cpp/counter/countermain.cxx
odk/examples/cpp/remoteclient/remoteclient.cxx
odk/settings/settings.mk
|
|
Notes:
split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_M101
|
|
registration
|
|
registration
|
|
registration
|
|
|
|
Notes:
split repo tag: sdk_LIBREOFFICE_PRE_BOOTSTRAP_BUILD
|
|
|
|
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
|
|
2008/05/21 15:03:04 jsc 1.6.92.1: #i88797# adapted to new structure
|
|
2008/06/27 08:49:52 jsc 1.7.198.2: #i90032# adapt link flags and linking for MacOS
2008/05/21 15:03:04 jsc 1.7.198.1: #i88797# adapted to new structure
|
|
2006/10/25 08:52:27 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include
|
|
2006/10/25 08:52:27 jsc 1.5.14.1: #i70636# remove auto generated precompiled header include
|
|
2006/09/01 17:32:24 kaib 1.3.260.1: #i68856# Added header markers and pch files
|
|
2006/09/01 17:32:24 kaib 1.4.164.1: #i68856# Added header markers and pch files
|
|
2005/03/03 15:42:00 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
|
|
2005/01/28 14:15:33 jsc 1.5.4.8: #i29308# prepare path for del command (windows only)
2004/11/19 14:36:05 jsc 1.5.4.7: #i29308# cleanup debug files as well
2004/11/16 08:28:39 jsc 1.5.4.6: #i29308# cleanup
2004/11/02 17:08:22 jsc 1.5.4.5: #i29308# remove start office target
2004/11/02 14:41:04 jsc 1.5.4.4: #i29308# improved
2004/10/22 14:19:17 jsc 1.5.4.3: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY
2004/10/15 11:04:11 jsc 1.5.4.2: #i29308# updated
2004/07/29 12:22:49 jsc 1.5.4.1: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
|
|
2004/05/11 12:22:07 jsc 1.4.94.2: #i27128# use macro for regcomp
2004/05/05 09:31:38 jsc 1.4.94.1: #116658# merge cinnabar changes
|
|
2004/01/30 13:11:35 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
|
|
2003/07/03 14:54:13 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
|
|
2003/06/24 13:39:11 jsc 1.2.6.1: #110313# insert source license header
|
|
2003/06/24 13:39:10 jsc 1.2.6.1: #110313# insert source license header
|
|
2003/05/09 11:41:08 jsc 1.1.2.1: #109045# insert new and remove example zip file
|
|
2003/05/09 11:41:07 jsc 1.1.2.1: #109045# insert new and remove example zip file
|
|
2003/05/09 11:41:06 jsc 1.1.2.1: #109045# insert new and remove example zip file
|
|
2003/05/09 11:41:05 jsc 1.1.2.1: #109045# insert new and remove example zip file
|