Searched refs:_pMaster (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svx/source/form/ |
H A D | formdispatchinterceptor.cxx | 68 … const Reference< XDispatchProviderInterception >& _rxToIntercept, DispatchInterceptor* _pMaster ) in DBG_NAME() 69 …:DispatchInterceptionMultiplexer_BASE(_pMaster && _pMaster->getInterceptorMutex() ? *_pMaster->get… in DBG_NAME() 71 …,m_pMutex( _pMaster && _pMaster->getInterceptorMutex() ? _pMaster->getInterceptorMutex() : &m_aFal… in DBG_NAME() 74 ,m_pMaster(_pMaster) in DBG_NAME()
|
/trunk/main/svx/source/xoutdev/ |
H A D | xpool.cxx | 41 SfxItemPool* _pMaster, in XOutdevItemPool() argument 59 if(!_pMaster) in XOutdevItemPool() 61 _pMaster = this; in XOutdevItemPool() 65 SfxItemPool* pParent = _pMaster; in XOutdevItemPool() 125 SfxItemSet* pSet=new SfxItemSet(*_pMaster, XATTR_LINE_FIRST, XATTR_LINE_LAST); in XOutdevItemPool() 127 pSet=new SfxItemSet(*_pMaster, XATTR_FILL_FIRST, XATTR_FILL_LAST); in XOutdevItemPool()
|
/trunk/main/svx/source/inc/ |
H A D | formdispatchinterceptor.hxx | 86 DispatchInterceptor* _pMaster
|
/trunk/main/svx/source/svdraw/ |
H A D | svdattr.cxx | 90 SfxItemPool* _pMaster, in SdrItemPool() argument 92 : XOutdevItemPool(_pMaster, SDRATTR_START, SDRATTR_END, bLoadRefCounts) in SdrItemPool()
|
Completed in 88 milliseconds