Searched refs:propinterfaces (Results 1 – 4 of 4) sorted by relevance
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | cppcompskeleton.cxx | 636 std::hash_set< OString, OStringHash > const & propinterfaces, in generateClassDefinition() 824 if (propinterfaces.find("com/sun/star/beans/XPropertySet") in generateClassDefinition() 825 != propinterfaces.end()) { in generateClassDefinition() 828 if (propinterfaces.find("com/sun/star/beans/XFastPropertySet") in generateClassDefinition() 829 != propinterfaces.end()) { in generateClassDefinition() 835 if (propinterfaces.find("com/sun/star/beans/XPropertyAccess") in generateClassDefinition() 836 != propinterfaces.end()) { in generateClassDefinition() 982 std::hash_set< OString, OStringHash > propinterfaces; in generateSkeleton() local 1008 options, manager, services, interfaces, attributes, propinterfaces); in generateSkeleton() 1115 std::hash_set< OString, OStringHash > propinterfaces; in generateCalcAddin() local [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);
|
Completed in 19 milliseconds