Home
last modified time | relevance | path

Searched refs:propinterfaces (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx636 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 Dskeletoncommon.cxx147 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 Djavacompskeleton.cxx866 std::hash_set< OString, OStringHash > propinterfaces; in generateSkeleton() local
931 options, manager, services, interfaces, attributes, propinterfaces); in generateSkeleton()
H A Dskeletoncommon.hxx125 std::hash_set< rtl::OString, rtl::OStringHash >& propinterfaces);

Completed in 80 milliseconds