Lines Matching refs:handleNames
143 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()
526 std::copy(handleNames.begin(), handleNames.end(), handleMap.getArray()); in Impl()