AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
findsofficepath.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H
5 #define INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H
6 
7 #include "sal/config.h"
8 
9 #if defined __cplusplus
10 extern "C" {
11 #endif
12 
13 /* Internal function to find an soffice installation.
14  Not to be called by client code.
15  Returned pointer must be released with free() */
16 #if defined(_WIN32)
17 wchar_t*
18 #else
19 char*
20 #endif
22 
23 #if defined __cplusplus
24 }
25 #endif
26 
27 #endif
28 
29 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
char * cppuhelper_detail_findSofficePath(void)