Home
last modified time | relevance | path

Searched refs:singleton (Results 1 – 25 of 49) sorted by relevance

12

/aoo41x/main/codemaker/test/cppumaker/
H A Dtypes.idl35 singleton FILE: com::sun::star::uno::XInterface;
36 singleton lconv: com::sun::star::uno::XInterface;
37 singleton tm: com::sun::star::uno::XInterface;
39 singleton std: com::sun::star::uno::XInterface;
189 singleton S4 { service S2; };
458 singleton asm: com::sun::star::uno::XInterface;
470 singleton do: com::sun::star::uno::XInterface;
479 singleton for: com::sun::star::uno::XInterface;
482 singleton if: com::sun::star::uno::XInterface;
522 singleton or: com::sun::star::uno::XInterface;
[all …]
/aoo41x/main/codemaker/test/javamaker/
H A Dtypes.idl374 singleton S4: XTest;
376 singleton S5 { service S2; };
390 singleton do: com::sun::star::uno::XNamingService;
392 singleton else: com::sun::star::uno::XNamingService;
398 singleton for: com::sun::star::uno::XNamingService;
399 singleton goto: com::sun::star::uno::XNamingService;
400 singleton if: com::sun::star::uno::XNamingService;
404 singleton int: com::sun::star::uno::XNamingService;
408 singleton new: com::sun::star::uno::XNamingService;
420 singleton this: com::sun::star::uno::XNamingService;
[all …]
/aoo41x/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx115 OUString singleton( OUString::createFromAscii( argv[ nPos ] ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
117 sal_Int32 eq = singleton.indexOf( '=' ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
120 service = singleton.copy( eq +1 ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
121 singleton = singleton.copy( 0, eq ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
128 Reference< registry::XRegistryKey > xEntry( xKey->openKey( singleton ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
130 xEntry = xKey->createKey( singleton ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
135 OString entry( OUStringToOString( singleton, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
145 xKey->deleteKey( singleton ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
150 OUStringToOString( singleton, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo41x/main/udkapi/com/sun/star/reflection/
H A DXSingletonTypeDescription2.idl34 Reflects a singleton, supporting interface-based singletons.
43 Returns whether this object reflects an interface-based singleton.
45 @return <TRUE/> if this object reflects an interface-based singleton, and
46 <FALSE/> if this object reflects an obsolete, service-based singleton
51 Returns the interface type associated with the singleton.
54 singleton (of type <type
58 for an interface-based singleton; for an obsolete, service-based
59 singleton, <NULL/> is returned
H A DXSingletonTypeDescription.idl41 /** Reflects a singleton.
54 /** Returns the service associated with the singleton.
56 @return the reflection of the service associated with the singleton, for
57 an obsolete, service-based singleton; for an interface-based
58 singleton, <NULL/> is returned
H A DCoreReflection.idl56 /** Accessable singleton to CoreReflection instance.
57 singleton theCoreReflection
H A DTypeDescriptionManager.idl58 component context, there is a singleton accessable via key
60 This singleton object is hooked into the C UNO runtime typelib and
/aoo41x/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx600 singleton; in run() local
602 singleton = css::uno::Reference< in run()
613 singleton->getName()); in run()
614 assertFalse(singleton->getService().is()); in run()
619 singleton->getInterface()->getName()); in run()
621 singleton = css::uno::Reference< in run()
632 singleton->getName()); in run()
636 singleton->getService()->getName()); in run()
640 singleton = css::uno::Reference< in run()
651 singleton->getName()); in run()
[all …]
H A Dtypes.idl94 singleton Singleton1: XTest1;
96 published singleton Singleton2 { service Service1; };
98 singleton Singleton3: Typedef2;
/aoo41x/main/idlc/test/parser/
H A Dpublished.tests33 published singleton Singleton1: I1;
34 published singleton Singleton2 { service Service2; };
667 singleton S2 { service S1; };
672 published singleton S2 { service S1; };
677 singleton S2 { service S1; };
682 published singleton S2 { service S1; };
687 singleton S: I1;
692 published singleton S: I1;
697 singleton S: I1;
702 published singleton S: I1;
/aoo41x/main/udkapi/com/sun/star/util/
H A DtheMacroExpander.idl32 strings using the macro expander singleton.
33 The macro expander singleton is deployed with the application.
37 expander singleton to expand those macros. This is a flexible way
42 published singleton theMacroExpander
/aoo41x/main/offapi/com/sun/star/logging/
H A DDocumentIOLogRing.idl42 /** This singleton is intended to log the IO events related to loading/storing
46 Please do not use the singleton without communication with source owner!
51 singleton DocumentIOLogRing : XSimpleLogRing;
/aoo41x/main/configmgr/source/
H A Ddefaultprovider.cxx51 static css::uno::Reference< css::uno::XInterface > singleton( in create() local
53 return singleton; in create()
H A Dcomponents.cxx149 static Components * singleton = 0; variable
220 singleton = &theSingleton; in getSingleton()
222 if (singleton == 0) { in getSingleton()
229 return *singleton; in getSingleton()
/aoo41x/main/offapi/com/sun/star/task/
H A DOfficeRestartManager.idl35 /** This singleton is intended to allow to restart the office asynchronously.
39 singleton OfficeRestartManager : XRestartManager;
/aoo41x/main/offapi/com/sun/star/configuration/
H A DUpdate.idl33 <p>This singleton is unpublished and unstable.</p>
37 singleton Update: XUpdate;
/aoo41x/main/offapi/com/sun/star/script/browse/
H A DBrowseNodeFactory.idl46 To get the singleton call getValueByName on the component context
53 singleton theBrowseNodeFactory
/aoo41x/main/offapi/com/sun/star/script/provider/
H A DMasterScriptProviderFactory.idl47 To get the singleton call getValueByName on the component context
53 singleton theMasterScriptProviderFactory
/aoo41x/main/offapi/com/sun/star/util/
H A DOfficeInstallationDirectories.idl61 /** A singleton that provides access to the current office installation
66 published singleton theOfficeInstallationDirectories
/aoo41x/main/offapi/com/sun/star/resource/
H A DOfficeResourceLoader.idl40 singleton (available at a component context as value with the key
71 singleton OfficeResourceLoader : XResourceBundleLoader;
/aoo41x/main/udkapi/com/sun/star/lang/
H A DServiceManager.idl64 /** Provides a collection of implementations for services. This is a singleton
100 The component context disposes its service manager singleton when going down
/aoo41x/test/testassistant/META-INF/
H A DMANIFEST.MF4 Bundle-SymbolicName: org.openoffice.test.assistant;singleton:=true
/aoo41x/main/offapi/type_reference/
H A Dtypelibrary_history.txt85 the service nad singleton type info.
87 OOo2.0.1 and have patched the following singleton types to ensure that we need
/aoo41x/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptorFactory.idl37 singleton DataAccessDescriptorFactory : XDataAccessDescriptorFactory;
/aoo41x/main/offapi/com/sun/star/deployment/
H A DExtensionManager.idl41 singleton ExtensionManager : XExtensionManager;

Completed in 102 milliseconds

12