Searched refs:_pPool (Results 1 – 11 of 11) sorted by relevance
/trunk/main/svl/source/items/ |
H A D | itemset.cxx | 132 : _pPool( &rPool ), in SfxItemSet() 138 DBG_ASSERTWARNING( _pPool == _pPool->GetMasterPool(), "kein Master-Pool" ); in SfxItemSet() 162 _pPool( &rPool ), in SfxItemSet() 169 DBG_ASSERTWARNING( _pPool == _pPool->GetMasterPool(), "kein Master-Pool" ); in SfxItemSet() 204 _pPool( &rPool ), in SfxItemSet() 256 _pPool( &rPool ), in SfxItemSet() 274 _pPool( rASet._pPool ), in SfxItemSet() 476 *ppFnd = &_pPool->Put( _pPool->GetDefaultItem(nWhich) ); in ClearInvalidItems() 1662 _pPool != rCmp._pPool || in operator ==() 2107 if(_pPool) [all …]
|
/trunk/main/forms/source/richtext/ |
H A D | richtextengine.cxx | 109 RichTextEngine::RichTextEngine( SfxItemPool* _pPool ) in DBG_NAME() 110 :EditEngine( _pPool ) in DBG_NAME() 111 ,m_pEnginePool( _pPool ) in DBG_NAME()
|
H A D | richtextengine.hxx | 71 RichTextEngine( SfxItemPool* _pPool );
|
/trunk/main/connectivity/source/cpool/ |
H A D | ZDriverWrapper.cxx | 43 …erWrapper::ODriverWrapper( Reference< XAggregation >& _rxAggregateDriver, OConnectionPool* _pPool ) in ODriverWrapper() argument 44 :m_pConnectionPool(_pPool) in ODriverWrapper()
|
H A D | ZConnectionPool.hxx | 50 OPoolTimer(OConnectionPool* _pPool,const ::vos::TTimeValue& _Time) in OPoolTimer() argument 52 ,m_pPool(_pPool) in OPoolTimer()
|
H A D | ZDriverWrapper.hxx | 60 OConnectionPool* _pPool
|
/trunk/main/svl/inc/svl/ |
H A D | itemset.hxx | 71 SfxItemPool* _pPool; // der verwendete Pool member in SfxItemSet 174 SfxItemPool* GetPool() const { return _pPool; } in GetPool()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dsnItem.hxx | 56 virtual SfxPoolItem* Clone(SfxItemPool* _pPool = NULL) const;
|
H A D | optionalboolitem.hxx | 49 virtual SfxPoolItem* Clone( SfxItemPool* _pPool = NULL ) const;
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | stringlistitem.hxx | 58 virtual SfxPoolItem* Clone(SfxItemPool* _pPool = NULL) const;
|
H A D | propertysetitem.hxx | 56 virtual SfxPoolItem* Clone(SfxItemPool* _pPool = NULL) const;
|
Completed in 24 milliseconds