Lines Matching refs:_pCbReadOnly
480 ,_pCbReadOnly( NULL ) in SvtFileDialog()
503 ,_pCbReadOnly( NULL ) in SvtFileDialog()
539 delete _pCbReadOnly; in ~SvtFileDialog()
700 _pCbReadOnly = new CheckBox( this, SvtResId( CB_EXPLORERFILE_READONLY ) ); in Init_Impl()
701 _pCbReadOnly->SetHelpId( HID_FILEOPEN_READONLY ); in Init_Impl()
702 _pCbReadOnly->SetText( SvtResId( STR_SVT_FILEPICKER_READONLY ) ); in Init_Impl()
703 AddControl( _pCbReadOnly ); in Init_Impl()
704 ReleaseOwnerShip( _pCbReadOnly ); in Init_Impl()
705 _pCbReadOnly->SetClickHdl( LINK( this, SvtFileDialog, ClickHdl_Impl ) ); in Init_Impl()
1725 else if ( pCheckBox == _pCbReadOnly ) in IMPL_LINK()
2569 _pCbReadOnly, _pCbLinkBox, _pCbPreviewBox, _pCbSelection, _pPbPlay, // checkboxes (continued) in implArrangeControls()
2756 _pImp->_pFtFileType, _pImp->GetFilterListControl(), _pCbReadOnly, _pCbLinkBox, _pCbPreviewBox, in Resize()
2870 pReturn = _pCbReadOnly; in getControl()