Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx292 const bool bDoChangeProtection = m_aChangeProtectionPB.GetText() != m_aProtectSTR; in FillItemSet_Impl() local
295 …DBG_ASSERT( bDoRecordChanges || !bDoChangeProtection, "no change recording should imply no change … in FillItemSet_Impl()
296 …DBG_ASSERT( bDoChangeProtection || !bDoRecordChanges, "no change protection should imply no change… in FillItemSet_Impl()
297 …DBG_ASSERT( !bDoChangeProtection || m_aNewPassword.Len() > 0, "change protection should imply pass… in FillItemSet_Impl()
298 …DBG_ASSERT( bDoChangeProtection || m_aNewPassword.Len() == 0, "no change protection should imply p… in FillItemSet_Impl()
309 bDoChangeProtection != pCurDocShell->HasChangeRecordProtection()) in FillItemSet_Impl()
311 DBG_ASSERT( !bDoChangeProtection || bDoRecordChanges, in FillItemSet_Impl()

Completed in 9 milliseconds