Lines Matching refs:mxPool
66 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()
312 const SfxStyles& rStyles = mxPool->GetStyles(); in hasByName()
347 const SfxStyles& rStyles = mxPool->GetStyles(); in hasElements()
375 const SfxStyles& rStyles = mxPool->GetStyles(); in getCount()
411 const SfxStyles& rStyles = mxPool->GetStyles(); in getByIndex()
444 mxPool->Insert( pStyle ); in insertByName()
459 mxPool->Remove( pStyle ); in removeByName()
474 mxPool->Remove( pOldStyle ); in replaceByName()
475 mxPool->Insert( pNewStyle ); in replaceByName()
493 …nterface >( static_cast< XStyle* >( SdStyleSheet::CreateEmptyUserStyle( *mxPool.get(), mnFamily ) … in createInstance()
510 if( mxPool.is() ) in dispose()
511 mxPool.clear(); in dispose()