Lines Matching refs:_pCbReadOnly
478 ,_pCbReadOnly( NULL ) in SvtFileDialog()
501 ,_pCbReadOnly( NULL ) in SvtFileDialog()
537 delete _pCbReadOnly; in ~SvtFileDialog()
698 _pCbReadOnly = new CheckBox( this, SvtResId( CB_EXPLORERFILE_READONLY ) ); in Init_Impl()
699 _pCbReadOnly->SetHelpId( HID_FILEOPEN_READONLY ); in Init_Impl()
700 _pCbReadOnly->SetText( SvtResId( STR_SVT_FILEPICKER_READONLY ) ); in Init_Impl()
701 AddControl( _pCbReadOnly ); in Init_Impl()
702 ReleaseOwnerShip( _pCbReadOnly ); in Init_Impl()
703 _pCbReadOnly->SetClickHdl( LINK( this, SvtFileDialog, ClickHdl_Impl ) ); in Init_Impl()
1723 else if ( pCheckBox == _pCbReadOnly ) in IMPL_LINK()
2567 … _pCbReadOnly, _pCbLinkBox, _pCbPreviewBox, _pCbSelection, _pPbPlay, // check boxes (continued) in implArrangeControls()
2754 _pImp->_pFtFileType, _pImp->GetFilterListControl(), _pCbReadOnly, _pCbLinkBox, _pCbPreviewBox, in Resize()
2868 pReturn = _pCbReadOnly; in getControl()