Home
last modified time | relevance | path

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

/aoo42x/main/desktop/source/deployment/manager/
H A Ddp_commandenvironments.cxx269 deployment::DependencyException depExc; in handle() local
279 || (request >>= depExc)) in handle()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx360 deployment::DependencyException depExc; in handle() local
405 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()
H A Ddp_gui_extlistbox.cxx151 deployment::DependencyException depExc; in checkDependencies() local
152 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