Home
last modified time | relevance | path

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

/AOO41X/main/fpicker/source/office/
H A Diodlg.cxx481 ,_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()
[all …]
H A Diodlg.hxx101 CheckBox* _pCbSelection; member in SvtFileDialog