Searched refs:propinterfaces (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | cppcompskeleton.cxx | 625 std::hash_set< OString, OStringHash > const & propinterfaces, in generateClassDefinition() 812 if (propinterfaces.find("com/sun/star/beans/XPropertySet") in generateClassDefinition() 813 != propinterfaces.end()) { in generateClassDefinition() 816 if (propinterfaces.find("com/sun/star/beans/XFastPropertySet") in generateClassDefinition() 817 != propinterfaces.end()) { in generateClassDefinition() 823 if (propinterfaces.find("com/sun/star/beans/XPropertyAccess") in generateClassDefinition() 824 != propinterfaces.end()) { in generateClassDefinition() 970 std::hash_set< OString, OStringHash > propinterfaces; in generateSkeleton() local 996 options, manager, services, interfaces, attributes, propinterfaces); in generateSkeleton() 1049 attributes, propinterfaces, propertyhelper, supportxcomponent)); in generateSkeleton() [all …]
|
| H A D | skeletoncommon.cxx | 147 std::hash_set< OString, OStringHash >& propinterfaces) in checkAttributes() 155 propinterfaces.insert(typeName); in checkAttributes() 167 checkAttributes(manager, supertype, attributes, propinterfaces); in checkAttributes() 335 std::hash_set< OString, OStringHash >& propinterfaces) in checkPropertyHelper() 366 checkAttributes(manager, supertype, attributes, propinterfaces); in checkPropertyHelper() 368 if ( !(attributes.empty() || propinterfaces.empty()) ) { in checkPropertyHelper() 377 checkAttributes(manager, reader, attributes, propinterfaces); in checkPropertyHelper() 378 if ( !(attributes.empty() || propinterfaces.empty()) ) { in checkPropertyHelper()
|
| H A D | javacompskeleton.cxx | 866 std::hash_set< OString, OStringHash > propinterfaces; in generateSkeleton() local 931 options, manager, services, interfaces, attributes, propinterfaces); in generateSkeleton()
|
| H A D | skeletoncommon.hxx | 125 std::hash_set< rtl::OString, rtl::OStringHash >& propinterfaces);
|