Searched refs:m_aOpenReadonlyCB (Results 1 – 2 of 2) sorted by relevance
183 CheckBox m_aOpenReadonlyCB; member222 m_aOpenReadonlyCB (&rTabPage, SfxResId( OPEN_READONLY_CB ) ), in SfxSecurityPage_Impl()265 aPos = m_aOpenReadonlyCB.GetPosPixel(); in SfxSecurityPage_Impl()267 m_aOpenReadonlyCB.SetPosPixel( aPos ); in SfxSecurityPage_Impl()319 const sal_Bool bDoOpenReadonly = m_aOpenReadonlyCB.IsChecked(); in FillItemSet_Impl()340 m_aOpenReadonlyCB.Disable(); in Reset_Impl()362 m_aOpenReadonlyCB.Check( pCurDocShell->IsSecurityOptOpenReadOnly() ); in Reset_Impl()363 m_aOpenReadonlyCB.Enable( !bIsReadonly ); in Reset_Impl()366 m_aOpenReadonlyCB.Disable(); in Reset_Impl()
119 CheckBox m_aOpenReadonlyCB; member161 m_aOpenReadonlyCB ( pParent, CUI_RES( CB_OPEN_READONLY ) ), in PasswordToOpenModifyDialog_Impl()247 bool bInvalidState = !m_aOpenReadonlyCB.IsChecked() && in IMPL_LINK()334 return m_pImpl->m_aOpenReadonlyCB.IsChecked(); in IsRecommendToOpenReadonly()
Completed in 14 milliseconds