Lines Matching refs:InteractionSupplyPassword
42 class InteractionSupplyPassword : class
48 InteractionSupplyPassword( ucbhelper::InteractionRequest * pRequest ) in InteractionSupplyPassword() function in tdoc_ucp::InteractionSupplyPassword
96 void SAL_CALL InteractionSupplyPassword::acquire() in acquire()
104 void SAL_CALL InteractionSupplyPassword::release() in release()
113 InteractionSupplyPassword::queryInterface( const uno::Type & rType ) in queryInterface()
133 InteractionSupplyPassword::getImplementationId() in getImplementationId()
151 uno::Sequence< uno::Type > SAL_CALL InteractionSupplyPassword::getTypes() in getTypes()
178 void SAL_CALL InteractionSupplyPassword::select() in select()
192 InteractionSupplyPassword::setPassword( const ::rtl::OUString& aPasswd ) in setPassword()
200 rtl::OUString SAL_CALL InteractionSupplyPassword::getPassword() in getPassword()
234 aContinuations[ 2 ] = new InteractionSupplyPassword( this ); in DocumentPasswordRequest()