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()
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()
[all …]
H A Diodlg.hxx101 CheckBox* _pCbSelection; member in SvtFileDialog

Completed in 31 milliseconds