Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx74 mpDocItem(static_cast<ScDocProtection*>(NULL)), in ScRetypePassDlg()
96 mpDocItem.reset(new ScDocProtection(*pDocProtect)); in SetDataFromDocument()
120 if (mpDocItem.get()) in WriteNewDataToDocument()
121 rDoc.SetDocProtection(mpDocItem.get()); in WriteNewDataToDocument()
208 if (mpDocItem.get() && mpDocItem->isProtected()) in SetDocData()
210 if (mpDocItem->isPasswordEmpty()) in SetDocData()
212 else if (mpDocItem->hasPasswordHash(meDesiredHash)) in SetDocData()
311 if (!lcl_IsInGoodStatus(mpDocItem.get(), meDesiredHash)) in CheckHashStatus()
344 pProtected = mpDocItem.get(); in IMPL_LINK()
/aoo4110/main/sc/source/ui/inc/
H A Dretypepassdlg.hxx122 DocProtectionPtr mpDocItem; member in ScRetypePassDlg

Completed in 30 milliseconds