LibreOffice Module sc (master) 1
|
#include <vector>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/diagnose.h>
#include "scdllapi.h"
Go to the source code of this file.
Classes | |
class | ScIndexEnumeration |
class | ScNameToIndexAccess |
class | ScUnoHelpFunctions |
Macros | |
#define | SC_SIMPLE_SERVICE_INFO_IMPL(ClassName, ClassNameAscii) |
#define | SC_SIMPLE_SERVICE_INFO_NAME(ClassName, ServiceAscii) |
#define | SC_SIMPLE_SERVICE_INFO_TYPO(ClassName, ServiceAscii, ServiceAsciiMistyped) |
#define | SC_SIMPLE_SERVICE_INFO(ClassName, ClassNameAscii, ServiceAscii) |
#define | SC_SIMPLE_SERVICE_INFO_COMPAT(ClassName, ClassNameAscii, ServiceAscii, ServiceAsciiMistyped) |
#define | SC_IMPL_DUMMY_PROPERTY_LISTENER(ClassName) |
#define | SC_QUERYINTERFACE(x) |
#define | SC_QUERY_MULTIPLE(x, y) |
#define SC_IMPL_DUMMY_PROPERTY_LISTENER | ( | ClassName | ) |
Definition at line 72 of file miscuno.hxx.
Definition at line 93 of file miscuno.hxx.
#define SC_QUERYINTERFACE | ( | x | ) |
Definition at line 86 of file miscuno.hxx.
#define SC_SIMPLE_SERVICE_INFO | ( | ClassName, | |
ClassNameAscii, | |||
ServiceAscii | |||
) |
Definition at line 63 of file miscuno.hxx.
#define SC_SIMPLE_SERVICE_INFO_COMPAT | ( | ClassName, | |
ClassNameAscii, | |||
ServiceAscii, | |||
ServiceAsciiMistyped | |||
) |
Definition at line 67 of file miscuno.hxx.
#define SC_SIMPLE_SERVICE_INFO_IMPL | ( | ClassName, | |
ClassNameAscii | |||
) |
Definition at line 34 of file miscuno.hxx.
#define SC_SIMPLE_SERVICE_INFO_NAME | ( | ClassName, | |
ServiceAscii | |||
) |
Definition at line 44 of file miscuno.hxx.
#define SC_SIMPLE_SERVICE_INFO_TYPO | ( | ClassName, | |
ServiceAscii, | |||
ServiceAsciiMistyped | |||
) |
Definition at line 55 of file miscuno.hxx.