summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ProfUNO/CppBinding
AgeCommit message (Collapse)Author
2024-05-07odk/examples: grammar fixesIlmari Lauhakangas
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>
2022-02-15tdf#145759 Using M_PI from cmath instead of magic constants.pragat-pandya
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
2020-11-21tdf#123936 Formatting files in module odk with clang-formatPhilipp Hofer
Change-Id: I427263ee98206c00cd2b3392fc9f2f55ad1ded5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105692 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
2018-01-25Fix typosAndrea Gelmini
Change-Id: I13acf050d83099be8874514688936bb4ddbb1a26 Reviewed-on: https://gerrit.libreoffice.org/48543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
Change-Id: I37da28539b94706574116d0fff5f008aabfb5526 Reviewed-on: https://gerrit.libreoffice.org/19682 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
* 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
2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier
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>
2013-03-31Remove RTL_CONSTASCII_(U)STRINGPARAM in odk(Developersguide)Chr. Rossmanith
Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2012-12-10Fix SDK exampleStephan Bergmann
Change-Id: Ide65bcf203f78d1e8d3286f4ee19846a357fb364
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
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
2011-03-02Remove "using namespace ::rtl"Julien Nabet
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_M101
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration
2011-02-28jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2010-11-27RTL_CONSTASCII_USTRINGPARAM in sdk 2Gert Faller
Notes: split repo tag: sdk_LIBREOFFICE_PRE_BOOTSTRAP_BUILD
2010-11-27RTL_CONSTASCII_USTRINGPARAM in sdk 1Gert Faller
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-05#i160584# use SAL_IMPLEMENT_MAIN macroJuergen Schmidt
2008-07-11INTEGRATION: CWS jsc21 (1.6.92); FILE MERGEDRüdiger Timm
2008/05/21 15:03:04 jsc 1.6.92.1: #i88797# adapted to new structure
2008-07-11INTEGRATION: CWS jsc21 (1.7.198); FILE MERGEDRüdiger Timm
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-11-06INTEGRATION: CWS jsc14 (1.4.14); FILE MERGEDKurt Zenker
2006/10/25 08:52:27 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include
2006-11-06INTEGRATION: CWS jsc14 (1.5.14); FILE MERGEDKurt Zenker
2006/10/25 08:52:27 jsc 1.5.14.1: #i70636# remove auto generated precompiled header include
2006-09-16INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGEDOliver Bolte
2006/09/01 17:32:24 kaib 1.3.260.1: #i68856# Added header markers and pch files
2006-09-16INTEGRATION: CWS pchfix02 (1.4.164); FILE MERGEDOliver Bolte
2006/09/01 17:32:24 kaib 1.4.164.1: #i68856# Added header markers and pch files
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGEDRüdiger Timm
2005/03/03 15:42:00 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
2005-01-31INTEGRATION: CWS sdksample (1.5.4); FILE MERGEDRüdiger Timm
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-18INTEGRATION: CWS sdk13 (1.4.94); FILE MERGEDRüdiger Timm
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-02-02INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGEDJens-Heiner Rechtien
2004/01/30 13:11:35 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2003-07-09INTEGRATION: CWS sdk06 (1.3.2); FILE MERGEDVladimir Glazounov
2003/07/03 14:54:13 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
2003-06-30INTEGRATION: CWS sdk04 (1.2.6); FILE MERGEDJens-Heiner Rechtien
2003/06/24 13:39:11 jsc 1.2.6.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.2.6); FILE MERGEDJens-Heiner Rechtien
2003/06/24 13:39:10 jsc 1.2.6.1: #110313# insert source license header
2003-06-10INTEGRATION: CWS sdk02 (1.1.2); FILE ADDEDVladimir Glazounov
2003/05/09 11:41:08 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10INTEGRATION: CWS sdk02 (1.1.2); FILE ADDEDVladimir Glazounov
2003/05/09 11:41:07 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10INTEGRATION: CWS sdk02 (1.1.2); FILE ADDEDVladimir Glazounov
2003/05/09 11:41:06 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10INTEGRATION: CWS sdk02 (1.1.2); FILE ADDEDVladimir Glazounov
2003/05/09 11:41:05 jsc 1.1.2.1: #109045# insert new and remove example zip file