Home
last modified time | relevance | path

Searched refs:CPPU_STRINGIFY (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/cppu/inc/cppu/
H A DShield.hxx47 …apOut(pT, cssu::Environment(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV))))); in shield()
58 …return mapIn(pT, cssu::Environment(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_E… in unshield()
70 …any, res, cssu::Environment(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV))))); in shieldAny()
82 …any, res, cssu::Environment(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV))))); in unshieldAny()
/AOO41X/main/cppu/inc/uno/
H A Dlbnames.h31 #define CPPU_STRINGIFY( x ) CPPU_STRINGIFY_EX( x ) macro
34 #define CPPU_CURRENT_LANGUAGE_BINDING_NAME CPPU_STRINGIFY( CPPU_ENV )
H A Denvironment.hxx62 …UString const & typeName = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV)))) S…
/AOO41X/main/cppuhelper/source/
H A Dmacro_expander.cxx184 … uno::Environment target_env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV)))); in create_boostrap_macro_expander_factory()
H A Dtdmgr.cxx758 … uno::Environment target_env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV)))); in installTypeDescriptionManager()
H A Dcomponent_context.cxx871 … uno::Environment source_env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV)))); in createComponentContext()
/AOO41X/main/cppuhelper/test/testcmp/
H A DTestComponent.cxx238 strcpy(buff, CPPU_STRINGIFY(CPPU_ENV)); in component_getImplementationEnvironmentExt()