LibreOffice Module sfx2 (master) 1
|
Go to the source code of this file.
Functions | |
ErrCode | CheckPasswd_Impl (SfxObjectShell *pDoc, SfxMedium *pFile) |
void | SetTemplate_Impl (std::u16string_view, const OUString &, SfxObjectShell *) |
ErrCode CheckPasswd_Impl | ( | SfxObjectShell * | pDoc, |
SfxMedium * | pFile | ||
) |
Definition at line 171 of file appopen.cxx.
References SfxItemSet::ClearItem(), comphelper::concatSequences(), comphelper::DocPasswordHelper::decryptGpgSession(), ERRCODE_IO_ABORT, ERRCODE_NONE, ERRCODE_SFX_CANTGETPASSWD, SfxObjectShell::GetDialogParent(), SfxMedium::GetFilter(), SfxMedium::GetInteractionHandler(), SfxItemSet::GetItem(), SfxMedium::GetItemSet(), SfxItemSet::GetItemState(), SfxMedium::GetOrigURL(), SfxMedium::GetStorage(), CntUnencodedStringItem::GetValue(), SfxUnoAnyItem::GetValue(), SfxMedium::GetVersionList(), SfxMedium::IsStorage(), SfxItemSet::Put(), comphelper::DocPasswordHelper::requestAndVerifyDocPassword(), rSet, and comphelper::Standard.
Referenced by sfx2::DocumentInserter::CreateMedium(), sfx2::DocumentInserter::CreateMediumList(), and SfxObjectShell::LoadOwnFormat().
void SetTemplate_Impl | ( | std::u16string_view | rFileName, |
const OUString & | rLongName, | ||
SfxObjectShell * | pDoc | ||
) |
Definition at line 104 of file appopen.cxx.
References SfxObjectShell::ResetFromTemplate().
Referenced by SfxApplication::LoadTemplate(), and SfxObjectShell::TemplateDisconnectionAfterLoad().