Home
last modified time | relevance | path

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

/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java156 handleMap = (String[]) handleNames.toArray( in PropertySetMixin()
487 PropertyValue[] s = new PropertyValue[handleMap.length]; in getPropertyValues()
489 for (int i = 0; i < handleMap.length; ++i) { in getPropertyValues()
493 value = getProperty(handleMap[i], state); in getPropertyValues()
500 s[n++] = new PropertyValue(handleMap[i], i, value, state[0]); in getPropertyValues()
502 if (n < handleMap.length) { in getPropertyValues()
712 if (handle < 0 || handle >= handleMap.length) { in translateHandle()
715 return handleMap[handle]; in translateHandle()
1082 private final String[] handleMap; field in PropertySetMixin
/aoo4110/main/cppuhelper/source/
H A Dpropertysetmixin.cxx453 css::uno::Sequence< rtl::OUString > handleMap; member in PropertySetMixinImpl::Impl
525 handleMap.realloc(static_cast< sal_Int32 >(size)); in Impl()
526 std::copy(handleNames.begin(), handleNames.end(), handleMap.getArray()); in Impl()
533 if (handle < 0 || handle >= handleMap.getLength()) { in translateHandle()
539 return handleMap[handle]; in translateHandle()
1363 m_impl->handleMap.getLength()); in getPropertyValues()
1365 for (sal_Int32 i = 0; i < m_impl->handleMap.getLength(); ++i) { in getPropertyValues()
1369 m_impl->handleMap[i], &s[n].State); in getPropertyValues()
1377 s[n].Name = m_impl->handleMap[i]; in getPropertyValues()

Completed in 32 milliseconds