Searched refs:excs (Results 1 – 3 of 3) sorted by relevance
629 XCompoundTypeDescription[] excs = attr.getGetExceptions(); in initProperties() local634 for (int j = 0; j < excs.length; ++j) { in initProperties()635 if (excs[j].getName().equals( in initProperties()642 excs = attr.getSetExceptions(); in initProperties()643 for (int j = 0; j < excs.length; ++j) { in initProperties()644 if (excs[j].getName().equals( in initProperties()648 } else if (excs[j].getName().equals( in initProperties()
212 css::reflection::XCompoundTypeDescription > > excs( in initProperties() local218 for (sal_Int32 j = 0; j < excs.getLength(); ++j) { in initProperties()219 if (excs[j]->getName().equalsAsciiL( in initProperties()227 excs = attr->getSetExceptions(); in initProperties()228 for (sal_Int32 j = 0; j < excs.getLength(); ++j) { in initProperties()229 if (excs[j]->getName().equalsAsciiL( in initProperties()234 } else if (excs[j]->getName().equalsAsciiL( in initProperties()
636 std::vector< rtl::OString >::size_type excs = exceptions.size(); in addMethod() local637 if (excs > SAL_MAX_UINT16) { in addMethod()684 static_cast< sal_uInt32 >(2 + 2 * static_cast< sal_uInt32 >(excs))); in addMethod()685 appendU2(m_methods, static_cast< sal_uInt16 >(excs)); in addMethod()
Completed in 23 milliseconds