Home
last modified time | relevance | path

Searched refs:SdStyleFamily (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sd/source/core/
H A Dstlfamily.cxx101 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFam… in SdStyleFamily() function in SdStyleFamily
110 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMast… in SdStyleFamily() function in SdStyleFamily
121 SdStyleFamily::~SdStyleFamily() in ~SdStyleFamily()
129 void SdStyleFamily::throwIfDisposed() const throw(RuntimeException) in throwIfDisposed()
137 SdStyleSheet* SdStyleFamily::GetValidNewSheet( const Any& rElement ) throw(IllegalArgumentException) in GetValidNewSheet()
150 SdStyleSheet* SdStyleFamily::GetSheetByName( const OUString& rName ) throw(NoSuchElementException, … in GetSheetByName()
186 OUString SAL_CALL SdStyleFamily::getImplementationName() throw(RuntimeException) in getImplementationName()
193 sal_Bool SAL_CALL SdStyleFamily::supportsService( const OUString& ServiceName ) throw(RuntimeExcept… in supportsService()
200 Sequence< OUString > SAL_CALL SdStyleFamily::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
211 OUString SAL_CALL SdStyleFamily::getName() throw (RuntimeException) in getName()
[all …]
H A Dstlpool.cxx95 mxGraphicFamily = new SdStyleFamily( xPool, SD_STYLE_FAMILY_GRAPHICS ); in SdStyleSheetPool()
96 mxCellFamily = new SdStyleFamily( xPool, SD_STYLE_FAMILY_CELL ); in SdStyleSheetPool()
1172 maStyleFamilyMap[pPage] = new SdStyleFamily( xPool, pPage ); in AddStyleFamily()
/AOO42X/main/sd/inc/
H A Dstlfamily.hxx52 class SdStyleFamily : public ::cppu::WeakImplHelper7< css::container::XNameContainer, css::containe… class
56 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFamily );
59 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMasterPage );
61 virtual ~SdStyleFamily();
120 typedef rtl::Reference< SdStyleFamily > SdStyleFamilyRef;