Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx553 sal_Bool bWasEnabled = mbIsPwdEnabled; in enablePasswordBox()
556 mbIsPwdEnabled = updateExtendedControl( in enablePasswordBox()
564 if( mbIsPwdEnabled ) in enablePasswordBox()
571 else if( !bWasEnabled && mbIsPwdEnabled ) in enablePasswordBox()
577 else if( bWasEnabled && !mbIsPwdEnabled ) in enablePasswordBox()
923 mbIsPwdEnabled = sal_True; in FileDialogHelper_Impl()
1628 if ( pCurrentFilter && mbHasPassword && mbIsPwdEnabled && xCtrlAccess.is() ) in execute()
H A Dfiledlgimpl.hxx90 sal_Bool mbIsPwdEnabled : 1; member in sfx2::FileDialogHelper_Impl
228 inline sal_Bool isPasswordEnabled() const { return mbIsPwdEnabled; } in isPasswordEnabled()

Completed in 29 milliseconds