Home
last modified time | relevance | path

Searched refs:mxPool (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/core/
H A Dstlfamily.cxx66 rtl::Reference< SfxStyleSheetPool > mxPool; member
86 const SfxStyles& rStyles = mxPool->GetStyles(); in getStyleSheets()
103 , mxPool( xPool ) in SdStyleFamily()
112 , mxPool( xPool ) in SdStyleFamily()
116 mpImpl->mxPool = xPool; in SdStyleFamily()
123 DBG_ASSERT( !mxPool.is(), "SdStyleFamily::~SdStyleFamily(), dispose me first!" ); in ~SdStyleFamily()
131 if( !mxPool.is() ) in throwIfDisposed()
142 … || (pStyle->GetFamily() != mnFamily) || (&pStyle->GetPool() != mxPool.get()) || (mxPool->Find( pS… in GetValidNewSheet()
164 const SfxStyles& rStyles = mxPool->GetStyles(); in GetSheetByName()
284 const SfxStyles& rStyles = mxPool->GetStyles(); in getElementNames()
[all …]
H A Dstlsheet.cxx141 , mxPool( const_cast< SfxStyleSheetBasePool* >(&_rPool) ) in SdStyleSheet()
150 , mxPool( r.mxPool ) in SdStyleSheet()
747 if( !mxPool.is() ) in throwIfDisposed()
884 mxPool.clear(); in disposing()
1045 … SdStyleSheet* pParentStyle = static_cast< SdStyleSheet* >( mxPool->Find( GetParent(), nFamily ) ); in getParentStyle()
1061 const SfxStyles& rStyles = mxPool->GetStyles(); in setParentStyle()
/trunk/main/sd/inc/
H A Dstlfamily.hxx116 rtl::Reference< SfxStyleSheetPool > mxPool; member in SdStyleFamily
H A Dstlsheet.hxx140 rtl::Reference< SfxStyleSheetBasePool > mxPool; member in SdStyleSheet