Home
last modified time | relevance | path

Searched refs:setExceptions (Results 1 – 6 of 6) sorted by relevance

/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx331 setExceptions; in run() local
355 setExceptions = attribute->getSetExceptions(); in run()
356 assertEqual< sal_Int32 >(0, setExceptions.getLength()); in run()
387 setExceptions = attribute->getSetExceptions(); in run()
388 assertEqual< sal_Int32 >(2, setExceptions.getLength()); in run()
392 setExceptions[0]->getName()); in run()
397 setExceptions[1]->getName()); in run()
424 setExceptions = attribute->getSetExceptions(); in run()
425 assertEqual< sal_Int32 >(0, setExceptions.getLength()); in run()
/trunk/main/idlc/inc/idlc/
H A Dastoperation.hxx55 void setExceptions(DeclList const * pExceptions);
H A Dastattribute.hxx50 void setExceptions( in setExceptions() function in AstAttribute
/trunk/main/idlc/source/
H A Dastoperation.cxx36 void AstOperation::setExceptions(DeclList const * pExceptions) in setExceptions() function in AstOperation
H A Dparser.y817 static_cast< AstAttribute * >(idlc()->scopes()->top())->setExceptions(
1065 pOp->setExceptions($12);
2019 static_cast< AstOperation * >(idlc()->scopes()->top())->setExceptions(
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1832 sal_Int32 setExceptions = dumpAttributeExceptionTypeNames( in dumpCppuAttributes() local
1845 << setExceptions << ", " in dumpCppuAttributes()
1846 << (setExceptions == 0 ? "0" : "the_setExceptions") << " );\n"; in dumpCppuAttributes()

Completed in 49 milliseconds