Lines Matching refs:m_aChangeProtectionPB
185 PushButton m_aChangeProtectionPB; // for record changes member
224 m_aChangeProtectionPB (&rTabPage, SfxResId( CHANGE_PROTECTION_PB ) ), in SfxSecurityPage_Impl()
233 m_aChangeProtectionPB.SetText( m_aProtectSTR ); in SfxSecurityPage_Impl()
236 long nTemp = m_aChangeProtectionPB.GetCtrlTextWidth( m_aChangeProtectionPB.GetText() ); in SfxSecurityPage_Impl()
243 m_aChangeProtectionPB.SetClickHdl( LINK( this, SfxSecurityPage_Impl, ChangeProtectionPBHdl ) ); in SfxSecurityPage_Impl()
271 aPos = m_aChangeProtectionPB.GetPosPixel(); in SfxSecurityPage_Impl()
273 m_aChangeProtectionPB.SetPosPixel( aPos ); in SfxSecurityPage_Impl()
292 const bool bDoChangeProtection = m_aChangeProtectionPB.GetText() != m_aProtectSTR; in FillItemSet_Impl()
342 m_aChangeProtectionPB.Disable(); in Reset_Impl()
381 m_aChangeProtectionPB.Enable( !bIsReadonly ); in Reset_Impl()
403 m_aChangeProtectionPB.Check( sal_False ); in Reset_Impl()
404 m_aChangeProtectionPB.Disable(); in Reset_Impl()
408 m_aChangeProtectionPB.SetText( sNewText ); in Reset_Impl()
429 && m_aChangeProtectionPB.GetText() != m_aProtectSTR; in IMPL_LINK()
454 m_aChangeProtectionPB.SetText( m_aProtectSTR ); in IMPL_LINK()
468 const bool bCurrentProtection = m_aChangeProtectionPB.GetText() != m_aProtectSTR; in IMPL_LINK()
500 m_aChangeProtectionPB.SetText( bNewProtection ? m_aUnProtectSTR : m_aProtectSTR ); in IMPL_LINK()