Home
last modified time | relevance | path

Searched refs:excs (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java629 XCompoundTypeDescription[] excs = attr.getGetExceptions(); in initProperties() local
634 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()
/aoo4110/main/cppuhelper/source/
H A Dpropertysetmixin.cxx212 css::reflection::XCompoundTypeDescription > > excs( in initProperties() local
218 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()
/aoo4110/main/codemaker/source/javamaker/
H A Dclassfile.cxx636 std::vector< rtl::OString >::size_type excs = exceptions.size(); in addMethod() local
637 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 41 milliseconds