Home
last modified time | relevance | path

Searched refs:_pImp (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/fpicker/source/office/
H A Diodlg.cxx489 ,_pImp( new SvtExpFileDlg_Impl( nBits ) ) in SvtFileDialog()
512 ,_pImp( new SvtExpFileDlg_Impl( nBits ) ) in SvtFileDialog()
524 if ( _pImp->_aIniKey.Len() ) in ~SvtFileDialog()
527 SvtViewOptions aDlgOpt( E_DIALOG, _pImp->_aIniKey ); in ~SvtFileDialog()
536 delete _pImp; in ~SvtFileDialog()
560 _pImp->_nStyle = nStyle; in Init_Impl()
561 _pImp->_a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in Init_Impl()
562 _pImp->_eMode = ( nStyle & WB_SAVEAS ) ? FILEDLG_MODE_SAVE : FILEDLG_MODE_OPEN; in Init_Impl()
563 _pImp->_eDlgType = FILEDLG_TYPE_FILEDLG; in Init_Impl()
566 _pImp->_eDlgType = FILEDLG_TYPE_PATHDLG; in Init_Impl()
[all …]
H A Diodlg.hxx107 SvtExpFileDlg_Impl* _pImp; member in SvtFileDialog
/AOO42X/main/sfx2/source/doc/
H A Dobjuno.cxx415 : _pImp( new SfxDocumentInfoObject_Impl() ) in SfxDocumentInfoObject()
423 delete _pImp; in ~SfxDocumentInfoObject()
440 _pImp->Reset(xDoc); in initialize()
455 xCloneable(_pImp->m_xDocProps, uno::UNO_QUERY_THROW); in createClone()
458 pNew->_pImp->Reset(xDocProps, _pImp->m_UserDefined); in createClone()
467 return _pImp->m_xDocProps; in getDocumentProperties()
475 xCloneable(rOther._pImp->m_xDocProps, uno::UNO_QUERY_THROW); in operator =()
478 _pImp->Reset(xDocProps, rOther._pImp->m_UserDefined); in operator =()
487 _pImp->_aDisposeContainer.disposeAndClear( aEvent ); in dispose()
488 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in dispose()
[all …]
/AOO42X/main/svtools/source/contnr/
H A Divctrl.cxx128 _pImp ( new SvxIconChoiceCtrl_Impl( this, nWinStyle ) ), in SvtIconChoiceCtrl()
133 _pImp->SetGrid( Size( 100, 70 ) ); in SvtIconChoiceCtrl()
134 _pImp->InitSettings(); in SvtIconChoiceCtrl()
135 _pImp->SetPositionMode( IcnViewPositionModeAutoArrange ); in SvtIconChoiceCtrl()
143 _pImp ( new SvxIconChoiceCtrl_Impl( this, WB_BORDER ) ), in SvtIconChoiceCtrl()
148 _pImp->SetGrid( Size( 100, 70 ) ); in SvtIconChoiceCtrl()
149 _pImp->InitSettings(); in SvtIconChoiceCtrl()
150 _pImp->SetPositionMode( IcnViewPositionModeAutoArrange ); in SvtIconChoiceCtrl()
155 _pImp->CallEventListeners( VCLEVENT_OBJECT_DYING ); in ~SvtIconChoiceCtrl()
156 delete _pImp; in ~SvtIconChoiceCtrl()
[all …]
/AOO42X/main/framework/source/fwe/classes/
H A Dbmkmenu.cxx130 _pImp = new BmkMenu_Impl( pRoot ); in BmkMenu()
138 _pImp = new BmkMenu_Impl(); in BmkMenu()
144 delete _pImp; in ~BmkMenu()
151 if( _pImp->m_bInitialized ) in Initialize()
154 _pImp->m_bInitialized = sal_True; in Initialize()
/AOO42X/main/framework/inc/framework/
H A Dbmkmenu.hxx72 BmkMenu_Impl* _pImp; member in framework::BmkMenu
/AOO42X/main/svtools/inc/svtools/
H A Divctrl.hxx239 SvxIconChoiceCtrl_Impl* _pImp; member in SvtIconChoiceCtrl
/AOO42X/main/sfx2/inc/sfx2/
H A Dobjuno.hxx68 struct SfxDocumentInfoObject_Impl* _pImp; member in SfxDocumentInfoObject