Searched refs:m_aChangeProtectionPB (Results 1 – 1 of 1) sorted by relevance
185 PushButton m_aChangeProtectionPB; // for record changes member224 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()[all …]