Lines Matching refs:_pCbSelection
481 ,_pCbSelection( NULL ) in SvtFileDialog()
504 ,_pCbSelection( NULL ) in SvtFileDialog()
540 delete _pCbSelection; in ~SvtFileDialog()
834 if ( _pCbSelection ) _pCbSelection->SetHelpId( HID_FILESAVE_SELECTION ); in Init_Impl()
1721 else if ( pCheckBox == _pCbSelection ) in IMPL_LINK()
2567 … _pCbReadOnly, _pCbLinkBox, _pCbPreviewBox, _pCbSelection, _pPbPlay, // check boxes (continued) in implArrangeControls()
2755 _pPbPlay, _pImp->_pCbPassword, _pImp->_pCbAutoExtension, _pImp->_pCbOptions, _pCbSelection in Resize()
2880 pReturn = _pCbSelection; in getControl()
3037 _pCbSelection = new CheckBox( this, SvtResId( CB_OPTIONS ) ); in AddControls_Impl()
3038 _pCbSelection->SetText( SvtResId( STR_SVT_FILEPICKER_SELECTION ) ); in AddControls_Impl()
3039 AddControl( _pCbSelection ); in AddControls_Impl()
3040 ReleaseOwnerShip( _pCbSelection ); in AddControls_Impl()
3041 _pCbSelection->SetClickHdl( LINK( this, SvtFileDialog, ClickHdl_Impl ) ); in AddControls_Impl()