Home
last modified time | relevance | path

Searched refs:m_eRememberAccountMode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinteractionrequest.hxx329 com::sun::star::ucb::RememberAuthentication m_eRememberAccountMode; member in ucbhelper::InteractionSupplyAuthentication
520 getRememberAccountMode() const { return m_eRememberAccountMode; } in getRememberAccountMode()
540 m_eRememberAccountMode( com::sun::star::ucb::RememberAuthentication_NO ), in InteractionSupplyAuthentication()
579 m_eRememberAccountMode( eDefaultRememberAccountMode ), in InteractionSupplyAuthentication()
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx861 m_eRememberAccountMode = Remember; in setRememberAccount()