Searched refs:xPool (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sd/source/core/ |
H A D | stlfamily.cxx | 101 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 D | stlpool.cxx | 92 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()
|
/aoo42x/main/sd/source/ui/table/ |
H A D | tablefunction.cxx | 95 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()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | logging.cxx | 93 … 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()
|
/aoo42x/main/sd/inc/ |
H A D | stlfamily.hxx | 56 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFamily ); 59 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMasterPage );
|
Completed in 33 milliseconds