Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/dialog/
H A Dsecuritypage.cxx472 bool bNewProtection = !bCurrentProtection; in IMPL_LINK() local
473 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()
/aoo4110/main/sc/source/ui/view/
H A Dtabvwsh3.cxx1067 bool bNewProtection = !bOldProtection; in Execute() local
1069 bNewProtection = ((const SfxBoolItem*)pItem)->GetValue(); in Execute()
1070 if( bNewProtection == bOldProtection ) in Execute()
1135 bool bNewProtection = ! bOldProtection; in Execute() local
1141 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 27 milliseconds