/aoo4110/main/codemaker/test/cppumaker/ |
H A D | types.idl | 35 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 …]
|
/aoo4110/main/codemaker/test/javamaker/ |
H A D | types.idl | 374 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 …]
|
/aoo4110/main/cpputools/source/regsingleton/ |
H A D | regsingleton.cxx | 115 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()
|
/aoo4110/main/udkapi/com/sun/star/reflection/ |
H A D | XSingletonTypeDescription2.idl | 34 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 D | XSingletonTypeDescription.idl | 41 /** 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 D | CoreReflection.idl | 56 /** Accessable singleton to CoreReflection instance. 57 singleton theCoreReflection
|
H A D | TypeDescriptionManager.idl | 58 component context, there is a singleton accessable via key 60 This singleton object is hooked into the C UNO runtime typelib and
|
/aoo4110/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 600 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 D | types.idl | 94 singleton Singleton1: XTest1; 96 published singleton Singleton2 { service Service1; }; 98 singleton Singleton3: Typedef2;
|
/aoo4110/main/idlc/test/parser/ |
H A D | published.tests | 33 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;
|
/aoo4110/main/udkapi/com/sun/star/util/ |
H A D | theMacroExpander.idl | 32 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
|
/aoo4110/main/offapi/com/sun/star/logging/ |
H A D | DocumentIOLogRing.idl | 42 /** 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;
|
/aoo4110/main/configmgr/source/ |
H A D | defaultprovider.cxx | 51 static css::uno::Reference< css::uno::XInterface > singleton( in create() local 53 return singleton; in create()
|
H A D | components.cxx | 149 static Components * singleton = 0; variable 220 singleton = &theSingleton; in getSingleton() 222 if (singleton == 0) { in getSingleton() 229 return *singleton; in getSingleton()
|
/aoo4110/main/offapi/com/sun/star/task/ |
H A D | OfficeRestartManager.idl | 35 /** This singleton is intended to allow to restart the office asynchronously. 39 singleton OfficeRestartManager : XRestartManager;
|
/aoo4110/main/offapi/com/sun/star/configuration/ |
H A D | Update.idl | 33 <p>This singleton is unpublished and unstable.</p> 37 singleton Update: XUpdate;
|
/aoo4110/main/offapi/com/sun/star/script/browse/ |
H A D | BrowseNodeFactory.idl | 46 To get the singleton call getValueByName on the component context 53 singleton theBrowseNodeFactory
|
/aoo4110/main/offapi/com/sun/star/script/provider/ |
H A D | MasterScriptProviderFactory.idl | 47 To get the singleton call getValueByName on the component context 53 singleton theMasterScriptProviderFactory
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | OfficeInstallationDirectories.idl | 61 /** A singleton that provides access to the current office installation 66 published singleton theOfficeInstallationDirectories
|
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | OfficeResourceLoader.idl | 40 singleton (available at a component context as value with the key 71 singleton OfficeResourceLoader : XResourceBundleLoader;
|
/aoo4110/main/udkapi/com/sun/star/lang/ |
H A D | ServiceManager.idl | 64 /** Provides a collection of implementations for services. This is a singleton 100 The component context disposes its service manager singleton when going down
|
/aoo4110/test/testassistant/META-INF/ |
H A D | MANIFEST.MF | 4 Bundle-SymbolicName: org.openoffice.test.assistant;singleton:=true
|
/aoo4110/main/offapi/type_reference/ |
H A D | typelibrary_history.txt | 85 the service nad singleton type info. 87 OOo2.0.1 and have patched the following singleton types to ensure that we need
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | DataAccessDescriptorFactory.idl | 37 singleton DataAccessDescriptorFactory : XDataAccessDescriptorFactory;
|
/aoo4110/main/offapi/com/sun/star/deployment/ |
H A D | PackageInformationProvider.idl | 33 published singleton PackageInformationProvider : XPackageInformationProvider;
|