#include <rtl/bootstrap.hxx>
#include <uno/lbnames.h>
#include <uno/mapping.hxx>
#include <cppuhelper/factory.hxx>
#include <compbase2.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <com/sun/star/util/XMacroExpander.hpp>
#include "macro_expander.hxx"
#include "paths.hxx"
Go to the source code of this file.
|
namespace | cppu |
|
namespace | cppuhelper |
| This is a straight copy of the include/comphelper/compbase.hxx file, copied here because it is nigh impossible to move shared code down into the URE layer.
|
|
namespace | cppuhelper::detail |
|
|
constexpr OUStringLiteral | SERVICE_NAME_A = u"com.sun.star.lang.MacroExpander" |
|
constexpr OUStringLiteral | SERVICE_NAME_B = u"com.sun.star.lang.BootstrapMacroExpander" |
|
constexpr OUStringLiteral | IMPL_NAME = u"com.sun.star.lang.comp.cppuhelper.BootstrapMacroExpander" |
|
◆ IMPL_NAME
constexpr OUStringLiteral IMPL_NAME = u"com.sun.star.lang.comp.cppuhelper.BootstrapMacroExpander" |
|
constexpr |
◆ SERVICE_NAME_A
constexpr OUStringLiteral SERVICE_NAME_A = u"com.sun.star.lang.MacroExpander" |
|
constexpr |
◆ SERVICE_NAME_B
constexpr OUStringLiteral SERVICE_NAME_B = u"com.sun.star.lang.BootstrapMacroExpander" |
|
constexpr |