| /AOO41X/main/unodevtools/source/skeletonmaker/ |
| H A D | cppcompskeleton.cxx | 37 const std::hash_set< OString, OStringHash >& interfaces, in generateIncludes() 50 o << "#include \"cppuhelper/compbase" << interfaces.size() << ".hxx\"\n"; in generateIncludes() 53 o << "#include \"cppuhelper/implbase" << interfaces.size() << ".hxx\"\n"; in generateIncludes() 63 std::hash_set< OString, OStringHash >::const_iterator iter = interfaces.begin(); in generateIncludes() 64 while (iter != interfaces.end()) in generateIncludes() 513 const std::hash_set< OString, OStringHash >& interfaces) in generateAddinConstructorAndHelper() 522 generateFunctionParameterMap(o, options, manager, interfaces); in generateAddinConstructorAndHelper() 633 std::hash_set< OString, OStringHash > const & interfaces, in generateClassDefinition() 642 if (!interfaces.empty()) { in generateClassDefinition() 645 parentname.append(static_cast<sal_Int32>(interfaces.size())); in generateClassDefinition() [all …]
|
| H A D | javacompskeleton.cxx | 522 const std::hash_set< OString, OStringHash >& interfaces, in generateMethodBodies() 526 interfaces.begin(); in generateMethodBodies() 528 while (iter != interfaces.end()) { in generateMethodBodies() 595 const std::hash_set< OString, OStringHash >& interfaces) in generateAddinConstructorAndHelper() 650 generateFunctionParameterMap(o, options, manager, interfaces); in generateAddinConstructorAndHelper() 741 const std::hash_set< OString, OStringHash >& interfaces, in generateClassDefinition() 748 if (!interfaces.empty()) { in generateClassDefinition() 759 interfaces.begin(); in generateClassDefinition() 760 while (iter != interfaces.end()) { in generateClassDefinition() 763 if (iter != interfaces.end()) in generateClassDefinition() [all …]
|
| H A D | skeletoncommon.cxx | 282 std::hash_set< OString, OStringHash >& interfaces, in checkDefaultInterfaces() 287 if (interfaces.find("com.sun.star.lang.XServiceInfo") != interfaces.end()) in checkDefaultInterfaces() 288 interfaces.erase("com.sun.star.lang.XServiceInfo"); in checkDefaultInterfaces() 290 if (interfaces.find("com.sun.star.lang.XServiceInfo") == interfaces.end()) in checkDefaultInterfaces() 291 interfaces.insert("com.sun.star.lang.XServiceInfo"); in checkDefaultInterfaces() 295 if (interfaces.find("com.sun.star.beans.XPropertySet") in checkDefaultInterfaces() 296 != interfaces.end()) in checkDefaultInterfaces() 297 interfaces.erase("com.sun.star.beans.XPropertySet"); in checkDefaultInterfaces() 298 if (interfaces.find("com.sun.star.beans.XFastPropertySet") in checkDefaultInterfaces() 299 != interfaces.end()) in checkDefaultInterfaces() [all …]
|
| H A D | skeletoncommon.hxx | 116 std::hash_set< rtl::OString, rtl::OStringHash >& interfaces, 123 const std::hash_set< rtl::OString, rtl::OStringHash >& interfaces, 151 std::hash_set< rtl::OString, rtl::OStringHash >& interfaces); 161 const std::hash_set< ::rtl::OString, ::rtl::OStringHash >& interfaces);
|
| /AOO41X/main/offapi/com/sun/star/ |
| H A D | modules.idl | 28 /// security and authenticates interfaces 36 <p>This modules contains the basic interfaces of the UAA (UNO 37 Accessibility API). Services that describe how these interfaces are 46 These two interfaces may be implemented by the same class in which case 55 <p>Note that all other interfaces have to be implemented by the same 65 /// Charting diagram interfaces. 68 /** New implementation of Charting diagram interfaces. This module 77 /// Clipboard and Drag&Drop interfaces. 80 /// Office document related interfaces. 83 /// Office document content related interfaces. [all …]
|
| /AOO41X/main/qadevOOo/runner/basicrunner/basichelper/ |
| H A D | DispatchProviderInterceptor.java | 73 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 75 Type types[] = new Type[interfaces.length]; in getTypes() 76 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 77 types[i] = new Type(interfaces[i]); in getTypes() 182 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 184 Type types[] = new Type[interfaces.length]; in getTypes() 185 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 186 types[i] = new Type(interfaces[i]); in getTypes()
|
| H A D | Filter.java | 87 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 89 Type types[] = new Type[interfaces.length]; in getTypes() 90 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 91 types[i] = new Type(interfaces[i]); in getTypes() 202 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 204 Type types[] = new Type[interfaces.length]; in getTypes() 205 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 206 types[i] = new Type(interfaces[i]); in getTypes()
|
| H A D | Connector.java | 87 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 89 Type types[] = new Type[interfaces.length]; in getTypes() 90 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 91 types[i] = new Type(interfaces[i]); in getTypes() 217 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 219 Type types[] = new Type[interfaces.length]; in getTypes() 220 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 221 types[i] = new Type(interfaces[i]); in getTypes()
|
| H A D | DocumentHandler.java | 90 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 91 Type types[] = new Type[interfaces.length]; in getTypes() 92 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 93 types[i] = new Type(interfaces[i]); in getTypes() 334 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 335 Type types[] = new Type[interfaces.length]; in getTypes() 336 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 337 types[i] = new Type(interfaces[i]); in getTypes()
|
| H A D | ThreadRunner.java | 69 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 70 Type types[] = new Type[interfaces.length]; in getTypes() 71 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 72 types[i] = new Type(interfaces[i]); in getTypes() 153 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 154 Type types[] = new Type[interfaces.length]; in getTypes() 155 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 156 types[i] = new Type(interfaces[i]); in getTypes()
|
| H A D | AttributeList.java | 115 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 118 Type types[] = new Type[interfaces.length + superInterfaces.length]; in getTypes() 120 for(; i < interfaces.length; ++ i) in getTypes() 121 types[i] = new Type(interfaces[i]); in getTypes() 122 for(; i < interfaces.length + superInterfaces.length; ++ i) in getTypes() 123 types[i] = new Type(superInterfaces[i - interfaces.length]); in getTypes()
|
| /AOO41X/main/udkapi/com/sun/star/ |
| H A D | udk-modules.idl | 34 /// Data exchange interfaces for inter-process communication. 43 /// General input/output interfaces. 46 /// Java to UNO connectivity interfaces. 52 /// Component implementation loader interfaces. 55 /// Runtime object inspection / core reflection interfaces. 67 /// Test interfaces for core-reflection, introspection and marshalling. 70 /// Basic UNO interfaces.
|
| /AOO41X/main/desktop/source/splash/ |
| H A D | firststart.cxx | 39 const char* FirstStart::interfaces[] = member in desktop::FirstStart 54 sal_Int32 nSize = (sizeof( interfaces ) / sizeof( const char *)) - 1; in GetSupportedServiceNames() 58 aResult[i] = OUString::createFromAscii( interfaces[i] ); in GetSupportedServiceNames() 108 sal_Int32 nSize = sizeof( interfaces ) / sizeof( const char *); in supportsService() 111 if ( rServiceName.equalsAscii( interfaces[i] )) in supportsService()
|
| /AOO41X/main/desktop/source/so_comp/ |
| H A D | evaluation.cxx | 51 const char* SOEvaluation::interfaces[] = member in desktop::SOEvaluation 70 sal_Int32 nSize = (sizeof( interfaces ) / sizeof( const char *)) - 1; in GetSupportedServiceNames() 74 aResult[i] = OUString::createFromAscii( interfaces[i] ); in GetSupportedServiceNames() 187 sal_Int32 nSize = (sizeof( interfaces ) / sizeof( const char *))-1; in supportsService() 190 if ( rServiceName.equalsAscii( interfaces[i] )) in supportsService()
|
| H A D | oemjob.cxx | 56 const char* OEMPreloadJob::interfaces[] = member in desktop::OEMPreloadJob 71 sal_Int32 nSize = (sizeof( interfaces ) / sizeof( const char *)) - 1; in GetSupportedServiceNames() 75 aResult[i] = OUString::createFromAscii( interfaces[i] ); in GetSupportedServiceNames() 125 sal_Int32 nSize = sizeof( interfaces ) / sizeof( const char *); in supportsService() 128 if ( rServiceName.equalsAscii( interfaces[i] )) in supportsService()
|
| /AOO41X/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | WeakBase.java | 84 Class interfaces[]= currentClass.getInterfaces(); in getTypes() local 85 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 88 if (com.sun.star.uno.XInterface.class.isAssignableFrom((interfaces[i]))) in getTypes() 89 vec.add(new Type(interfaces[i])); in getTypes()
|
| /AOO41X/main/cli_ure/source/ure/uno/util/ |
| H A D | WeakBase.cs | 94 Type [] interfaces = type.GetInterfaces(); in getTypes() 95 ArrayList list = new ArrayList( interfaces.Length ); in getTypes() 96 for ( Int32 pos = 0; pos < interfaces.Length; ++pos ) in getTypes() 98 Type iface = interfaces[ pos ]; in getTypes()
|
| /AOO41X/main/qadevOOo/testdocs/qadevlibs/source/test/ |
| H A D | Job.java | 97 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 98 Type types[] = new Type[interfaces.length]; in getTypes() 99 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 100 types[i] = new Type(interfaces[i]); in getTypes()
|
| /AOO41X/main/udkapi/com/sun/star/uno/ |
| H A D | XInterface.idl | 33 /** base interface of all UNO interfaces 37 interfaces of the same logical object. 42 interfaces actually can be supported by internal (e.g. aggregated) physical objects.</p> 44 <p> Deriving from this interface is mandatory for all UNO interfaces. 59 The queryInterface() method is the entry point to obtain other interfaces which
|
| /AOO41X/main/extensions/test/ole/EventListenerSample/VBEventListener/ |
| H A D | VBEventListener.cls | 36 Private interfaces(0) As String 41 Bridge_ImplementedInterfaces = interfaces 45 interfaces(0) = "com.sun.star.lang.XEventListener"
|
| /AOO41X/main/qadevOOo/tests/java/mod/_fwk/ |
| H A D | JobExecutor.java | 259 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 260 Type types[] = new Type[interfaces.length]; in getTypes() 261 for(int i = 0; i < interfaces.length; ++ i) in getTypes() 262 types[i] = new Type(interfaces[i]); in getTypes()
|
| /AOO41X/main/udkapi/com/sun/star/lang/ |
| H A D | XConnectionPoint.idl | 55 <li>outgoing interfaces, such as event sets; </li> 56 <li>the ability to enumerate the types of the outgoing interfaces; 66 that provide two related interfaces: </p> 75 interfaces. It provides a sequence of sub-objects. It also provides 160 if the listener does not supply the needed interfaces.
|
| /AOO41X/main/idlc/source/ |
| H A D | astinterface.cxx | 282 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes() 289 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes() 295 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes() 301 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes()
|
| /AOO41X/main/qadevOOo/runner/basicrunner/ |
| H A D | BasicHandler.java | 549 Class interfaces[] = getClass().getInterfaces(); in getTypes() local 550 Type types[] = new Type[interfaces.length]; in getTypes() 551 for(int i = 0; i < interfaces.length; ++ i) { in getTypes() 552 types[i] = new Type(interfaces[i]); in getTypes()
|
| /AOO41X/main/external/mingwheaders/ |
| H A D | mingw_headers.patch | 846 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 855 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 864 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 1087 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 1196 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 1214 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 1326 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 1344 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 1379 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ 1595 /* this ALWAYS GENERATED file contains the definitions for the interfaces */ [all …]
|