Searched refs:mxPool (Results 1 – 4 of 4) sorted by relevance
66 rtl::Reference< SfxStyleSheetPool > mxPool; member86 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 …]
141 , 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()
116 rtl::Reference< SfxStyleSheetPool > mxPool; member in SdStyleFamily
140 rtl::Reference< SfxStyleSheetBasePool > mxPool; member in SdStyleSheet