Home
last modified time | relevance | path

Searched refs:handleNames (Results 1 – 2 of 2) sorted by relevance

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java153 ArrayList handleNames = new ArrayList(); in PropertySetMixin() local
154 initProperties(ifc, map, handleNames, new HashSet()); in PropertySetMixin()
156 handleMap = (String[]) handleNames.toArray( in PropertySetMixin()
157 new String[handleNames.size()]); in PropertySetMixin()
603 XTypeDescription type, HashMap map, ArrayList handleNames, HashSet seen) in initProperties() argument
610 initProperties(bases[i], map, handleNames, seen); in initProperties()
696 name, handleNames.size(), in initProperties()
705 handleNames.add(name); in initProperties()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx143 std::vector< rtl::OUString > * handleNames) in initProperties()
146 initProperties(type, absentOptional, handleNames, &seen); in initProperties()
155 std::vector< rtl::OUString > * handleNames, TypeSet * seen);
176 std::vector< rtl::OUString > * handleNames, TypeSet * seen) in initProperties()
185 initProperties(bases[i], absentOptional, handleNames, seen); in initProperties()
291 = handleNames->size(); in initProperties()
319 handleNames->push_back(name); in initProperties()
521 std::vector< rtl::OUString > handleNames; in Impl() local
522 initProperties(ifc, m_absentOptional, &handleNames); in Impl()
523 std::vector< rtl::OUString >::size_type size = handleNames.size(); in Impl()
[all …]

Completed in 25 milliseconds