AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
cppuhelper
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
21
cppuhelper_detail_findSofficePath
(
void
);
22
23
#if defined __cplusplus
24
}
25
#endif
26
27
#endif
28
29
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
config.h
cppuhelper_detail_findSofficePath
char * cppuhelper_detail_findSofficePath(void)
Generated by
1.8.5