Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Dsecuritypage.cxx183 CheckBox m_aOpenReadonlyCB; member
222 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()
/trunk/main/cui/source/dialogs/
H A Dpasswdomdlg.cxx119 CheckBox m_aOpenReadonlyCB; member
161 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 24 milliseconds