/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | cppcompskeleton.cxx | 64 while (iter != interfaces.end()) in generateIncludes() 642 if (!interfaces.empty()) { in generateClassDefinition() 656 interfaces.begin(); in generateClassDefinition() 697 interfaces.begin(); in generateClassDefinition() 715 interfaces.begin(); in generateClassDefinition() 717 while (it != interfaces.end()) in generateClassDefinition() 902 interfaces.begin(); in generateMethodBodies() 939 interfaces.begin(); in generateQueryInterface() 1012 if (interfaces.size() > 12) in generateSkeleton() 1153 if (interfaces.find("com.sun.star.lang.XLocalizable") == interfaces.end()) { in generateCalcAddin() [all …]
|
H A D | javacompskeleton.cxx | 526 interfaces.begin(); in generateMethodBodies() 528 while (iter != interfaces.end()) { in generateMethodBodies() 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() 862 std::hash_set< OString, OStringHash > interfaces; in generateSkeleton() local 882 interfaces, services, properties); in generateSkeleton() 884 interfaces, services, properties); in generateSkeleton() 914 interfaces, services, properties); in generateSkeleton() [all …]
|
H A D | skeletoncommon.cxx | 287 if (interfaces.find("com.sun.star.lang.XServiceInfo") != interfaces.end()) in checkDefaultInterfaces() 290 if (interfaces.find("com.sun.star.lang.XServiceInfo") == interfaces.end()) in checkDefaultInterfaces() 296 != interfaces.end()) in checkDefaultInterfaces() 299 != interfaces.end()) in checkDefaultInterfaces() 302 != interfaces.end()) in checkDefaultInterfaces() 344 iter = interfaces.begin(); in checkPropertyHelper() 345 end = interfaces.end(); in checkPropertyHelper() 422 if ( interfaces.empty() ) in checkXComponentSupport() 426 interfaces.begin(); in checkXComponentSupport() 427 while ( iter != interfaces.end() ) { in checkXComponentSupport() [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 | 65 /// Charting diagram interfaces. 119 /// Media type interfaces 128 /// Netscape-like plugin interfaces. 146 /// Database component interfaces. 155 /// Spreadsheet specific interfaces. 173 /// Task management interfaces. 179 /// Text specific interfaces. 194 /// XML related interfaces. 200 /// Package file format interfaces. 203 /// image manupulation 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 …]
|