Lines Matching refs:ucbhelper
84 ucbhelper::SimpleAuthenticationRequest::EntityType eUserName = in ooo_mount_operation_ask_password()
86 ? ucbhelper::SimpleAuthenticationRequest::ENTITY_MODIFY in ooo_mount_operation_ask_password()
87 : ucbhelper::SimpleAuthenticationRequest::ENTITY_NA; in ooo_mount_operation_ask_password()
92 ucbhelper::SimpleAuthenticationRequest::EntityType ePassword = in ooo_mount_operation_ask_password()
94 ? ucbhelper::SimpleAuthenticationRequest::ENTITY_MODIFY in ooo_mount_operation_ask_password()
95 : ucbhelper::SimpleAuthenticationRequest::ENTITY_NA; in ooo_mount_operation_ask_password()
110 ucbhelper::SimpleAuthenticationRequest::EntityType eDomain = in ooo_mount_operation_ask_password()
112 ? ucbhelper::SimpleAuthenticationRequest::ENTITY_MODIFY in ooo_mount_operation_ask_password()
113 : ucbhelper::SimpleAuthenticationRequest::ENTITY_NA; in ooo_mount_operation_ask_password()
118 uno::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest in ooo_mount_operation_ask_password()
119 …= new ucbhelper::SimpleAuthenticationRequest (rtl::OUString() /* FIXME: provide URL here */, aHost… in ooo_mount_operation_ask_password()
123 rtl::Reference< ucbhelper::InteractionContinuation > xSelection = xRequest->getSelection(); in ooo_mount_operation_ask_password()
138 …const rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & xSupp = xRequest->getAuthenti… in ooo_mount_operation_ask_password()