Searched refs:depExc (Results 1 – 3 of 3) sorted by relevance
269 deployment::DependencyException depExc; in handle() local279 || (request >>= depExc)) in handle()
360 deployment::DependencyException depExc; in handle() local405 else if (request >>= depExc) in handle()408 for (sal_Int32 i = 0; i < depExc.UnsatisfiedDependencies.getLength(); in handle()412 dp_misc::Dependencies::getErrorText( depExc.UnsatisfiedDependencies[i]) ); in handle()
151 deployment::DependencyException depExc; in checkDependencies() local152 if ( e.Cause >>= depExc ) in checkDependencies()155 for ( sal_Int32 i = 0; i < depExc.UnsatisfiedDependencies.getLength(); ++i ) in checkDependencies()158 … aMissingDep += dp_misc::Dependencies::getErrorText( depExc.UnsatisfiedDependencies[i]); in checkDependencies()
Completed in 38 milliseconds