summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit/LibreOfficeKitInit.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-09android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky1-2/+2
2018-11-03No need to mark libreofficekit_hook_2 with default visibility for iOSTor Lillqvist1-2/+1
2018-10-25Verify that we are actually passed a URL, not a pathnameTor Lillqvist1-0/+9
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-3/+3
2018-07-19Avoid gcc: "specified bound depends on the length of the source argument"Tor Lillqvist1-1/+1
2018-07-09lok: export preinit helper, and share code variously.Michael Meeks1-4/+36
2018-02-01LibreOfficeKit: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-1/+0
2018-01-12Repair windows build break.jan Iversen1-0/+2
2018-01-12iOS, stop trying to do dynamic load in init()jan Iversen1-8/+11
2017-11-23iOS, cleaned unused parameterjan Iversen1-0/+1
2017-11-04Make Windows error reporting more robustMike Kaganski1-1/+2
2017-10-23loplugin:includeform: libreofficekitStephan Bergmann1-1/+1
2017-10-19Consistently use #include <LibreOfficeKit/...> in include/LibreOfficeKitStephan Bergmann1-1/+1
2017-10-17iOS, changed define to IOSjan Iversen1-3/+3
2017-09-29LibreOfficeKitInit.h: release memory after lok_dlerror() on WindowsMike Kaganski1-2/+19
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-29LibreOfficeKit, changed test for iOS.jan Iversen1-6/+9
2017-04-06lokit: this was supposed to be plain C functionsThorsten Behrens1-14/+16
2017-04-06lokit: make this build on windows, silence extra warningsThorsten Behrens1-7/+8
2017-04-06lokit: avoid null pointer access w/ undefined LOPath varGabriel Herrera1-2/+5
2017-03-22Consistently mark function definitions in LibreOfficeKitInit.h as staticStephan Bergmann1-35/+10
2017-03-20LibreOfficeKitInit.h modified to avoid ODR.jan Iversen1-5/+5
2017-03-19ios LibreOfficeLight LOkit integrationjan Iversen1-0/+10
2017-02-16ios update to make TiledLibreOffice compile/linkjan Iversen1-1/+4
2016-08-20Check arm64 tooTor Lillqvist1-1/+1
2016-08-18Better fix for Objective-CTor Lillqvist1-4/+16
2016-08-17Revert "These 'inline' keywords are fairly pointless"Tor Lillqvist1-4/+4
2016-08-17These 'inline' keywords are fairly pointlessTor Lillqvist1-4/+4
2016-08-09LOK init: strcpy() -> strncpy()Miklos Vajna1-4/+5
2016-08-04LOK init: avoid non-inline function definition in header fileMiklos Vajna1-5/+5
2016-04-19In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann1-5/+5
2016-03-08New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)Stephan Bergmann1-4/+1
2016-02-04Include headers using OpenBSD toocoypu1-1/+1
2016-01-19Make LibreOffice kit usable on windowsOliver Specht1-9/+9
2015-12-07improve error message for nonexist. pathDavid Tardon1-0/+7
2015-12-07tdf#96243 don't crash if LibO install. wasn't foundDavid Tardon1-0/+2
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-1/+1
2015-11-28-Wmicrosoft-castStephan Bergmann1-1/+1
2015-11-12Windows header sanitizationAshod Nakashian1-1/+2
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO1-1/+3
2015-08-18lok: namespace and re-work various types & helper functions.Michael Meeks1-23/+37
2015-04-24Don't be fooled by the dummy libsofficeapp.so in the mergedlib caseTor Lillqvist1-7/+7
2015-04-23No F_OK on Windows eitherTor Lillqvist1-0/+1
2015-04-23No <unistd.h> on _WIN32Tor Lillqvist1-2/+3
2015-04-23Improve error handlingTor Lillqvist1-2/+16
2015-04-23More informative error message after dlopen() or LoadLibrary() has failedTor Lillqvist1-2/+14
2015-04-16CID#1294411: dlhandle is "leaked"Tor Lillqvist1-0/+4
2015-04-09WaE: ‘LibreOfficeKit* lok_init(const char*)’ defined but not usedTor Lillqvist1-1/+5
2015-04-08Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist1-7/+29