Home
last modified time | relevance | path

Searched refs:ExecuteRetypePassDlg (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwshh.cxx247 bool ScTabViewShell::ExecuteRetypePassDlg(ScPasswordHash eDesiredHash) in ExecuteRetypePassDlg() function in ScTabViewShell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwshh.cxx246 bool ScTabViewShell::ExecuteRetypePassDlg(ScPasswordHash eDesiredHash) in ExecuteRetypePassDlg() function in ScTabViewShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dtabvwsh.hxx368 bool ExecuteRetypePassDlg(ScPasswordHash eDesiredHash);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dtabvwsh.hxx370 bool ExecuteRetypePassDlg(ScPasswordHash eDesiredHash);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh.cxx1802 if (!pViewShell->ExecuteRetypePassDlg(PASSHASH_SHA1)) in SaveAs()
2362 bDoSave = !bNeedRetypePassDlg || pViewShell->ExecuteRetypePassDlg( PASSHASH_XL ); in ConvertTo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh.cxx1791 if (!pViewShell->ExecuteRetypePassDlg(PASSHASH_SHA1)) in SaveAs()
2350 bDoSave = !bNeedRetypePassDlg || pViewShell->ExecuteRetypePassDlg( PASSHASH_XL ); in ConvertTo()