Searched refs:_pCbAutoExtension (Results 1 – 3 of 3) sorted by relevance
832 if ( _pImp->_pCbAutoExtension ) _pImp->_pCbAutoExtension->SetHelpId( HID_FILESAVE_AUTOEXTENSION ); in Init_Impl()1176 && pThis->_pImp->_pCbAutoExtension // auto extension is enabled in general in IMPL_STATIC_LINK()1177 && pThis->_pImp->_pCbAutoExtension->IsChecked() // auto extension is really to be used in IMPL_STATIC_LINK()2566 _pImp->_pCbPassword, _pImp->_pCbAutoExtension, _pImp->_pCbOptions, // checkboxes in implArrangeControls()2856 pReturn = _pImp->_pCbAutoExtension; in getControl()3018 _pImp->_pCbAutoExtension = new CheckBox( this, SvtResId( CB_AUTO_EXTENSION ) ); in AddControls_Impl()3019 _pImp->_pCbAutoExtension->SetText( SvtResId( STR_SVT_FILEPICKER_AUTO_EXTENSION ) ); in AddControls_Impl()3020 _pImp->_pCbAutoExtension->Check( sal_True ); in AddControls_Impl()3021 AddControl( _pImp->_pCbAutoExtension ); in AddControls_Impl()3022 ReleaseOwnerShip( _pImp->_pCbAutoExtension ); in AddControls_Impl()[all …]
378 _pCbAutoExtension ( NULL ), in SvtExpFileDlg_Impl()397 delete _pCbAutoExtension; in ~SvtExpFileDlg_Impl()
219 CheckBox* _pCbAutoExtension; member in SvtExpFileDlg_Impl
Completed in 33 milliseconds