Searched refs:bNewProtection (Results 1 – 2 of 2) sorted by relevance
472 bool bNewProtection = !bCurrentProtection; in IMPL_LINK() local473 const bool bNeedPassword = bNewProtection || !m_bOrigPasswordIsConfirmed; in IMPL_LINK()477 if (!lcl_GetPassword( m_rMyTabPage.GetParent(), bNewProtection, aPasswordText )) in IMPL_LINK()481 if (!bNewProtection && !m_bOrigPasswordIsConfirmed) in IMPL_LINK()494 m_aNewPassword = bNewProtection? aPasswordText : String(); in IMPL_LINK()498 m_aRecordChangesCB.Check( bNewProtection ); in IMPL_LINK()500 m_aChangeProtectionPB.SetText( bNewProtection ? m_aUnProtectSTR : m_aProtectSTR ); in IMPL_LINK()
1067 bool bNewProtection = !bOldProtection; in Execute() local1069 bNewProtection = ((const SfxBoolItem*)pItem)->GetValue(); in Execute()1070 if( bNewProtection == bOldProtection ) in Execute()1135 bool bNewProtection = ! bOldProtection; in Execute() local1141 bNewProtection = ((const SfxBoolItem*)pItem)->GetValue(); in Execute()1142 if( bNewProtection == bOldProtection ) in Execute()1205 rReq.AppendItem( SfxBoolItem( FID_PROTECT_TABLE, bNewProtection ) ); in Execute()
Completed in 52 milliseconds