Home
last modified time | relevance | path

Searched refs:xPool (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/core/
H A Dstlfamily.cxx101 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFam… in SdStyleFamily() argument
103 , mxPool( xPool ) in SdStyleFamily()
110 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMast… in SdStyleFamily() argument
112 , mxPool( xPool ) in SdStyleFamily()
116 mpImpl->mxPool = xPool; in SdStyleFamily()
H A Dstlpool.cxx92 rtl::Reference< SfxStyleSheetPool > xPool( this ); in SdStyleSheetPool() local
95 mxGraphicFamily = new SdStyleFamily( xPool, SD_STYLE_FAMILY_GRAPHICS ); in SdStyleSheetPool()
96 mxCellFamily = new SdStyleFamily( xPool, SD_STYLE_FAMILY_CELL ); in SdStyleSheetPool()
1171 rtl::Reference< SfxStyleSheetPool > xPool( this ); in AddStyleFamily() local
1172 maStyleFamilyMap[pPage] = new SdStyleFamily( xPool, pPage ); in AddStyleFamily()
/trunk/main/sd/source/ui/table/
H A Dtablefunction.cxx95 Reference< XNameAccess > xPool( dynamic_cast< XNameAccess* >( pModel->GetStyleSheetPool() ) ); in apply_table_style() local
96 if( xPool.is() ) try in apply_table_style()
99 Reference< XNameContainer > xTableFamily( xPool->getByName( sFamilyName ), UNO_QUERY_THROW ); in apply_table_style()
/trunk/main/comphelper/source/misc/
H A Dlogging.cxx93 … Reference< XLoggerPool > xPool( LoggerPool::get( m_aContext.getUNOContext() ), UNO_QUERY_THROW ); in impl_createLogger_nothrow() local
95 m_xLogger = xPool->getNamedLogger( m_sLoggerName ); in impl_createLogger_nothrow()
97 m_xLogger = xPool->getDefaultLogger(); in impl_createLogger_nothrow()
/trunk/main/sd/inc/
H A Dstlfamily.hxx56 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFamily );
59 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMasterPage );

Completed in 37 milliseconds