Home
last modified time | relevance | path

Searched refs:rSourcePool (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/core/
H A Dstlpool.cxx557 void SdStyleSheetPool::CopyGraphicSheets(SdStyleSheetPool& rSourcePool) in CopyGraphicSheets() argument
559 CopySheets( rSourcePool, SD_STYLE_FAMILY_GRAPHICS ); in CopyGraphicSheets()
562 void SdStyleSheetPool::CopyCellSheets(SdStyleSheetPool& rSourcePool) in CopyCellSheets() argument
564 CopySheets( rSourcePool, SD_STYLE_FAMILY_CELL ); in CopyCellSheets()
567 void SdStyleSheetPool::CopyTableStyles(SdStyleSheetPool& rSourcePool) in CopyTableStyles() argument
569 Reference< XIndexAccess > xSource( rSourcePool.mxTableFamily, UNO_QUERY ); in CopyTableStyles()
624 void SdStyleSheetPool::CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily ) in CopySheets() argument
628 sal_uInt32 nCount = rSourcePool.aStyles.size(); in CopySheets()
634 …rtl::Reference< SfxStyleSheetBase > xSheet( rSourcePool.aStyles[sal::static_int_cast<sal_uInt16>(n… in CopySheets()
660 …DBG_ASSERT( rSourcePool.Find( (*aIter).second, eFamily ), "StyleSheet has invalid parent: Family m… in CopySheets()
[all …]
/trunk/main/sd/inc/
H A Dstlpool.hxx82 …void CopyLayoutSheets(const String& rLayoutName, SdStyleSheetPool& rSourcePool, SdS…
83 void CopyGraphicSheets(SdStyleSheetPool& rSourcePool);
84 void CopyCellSheets(SdStyleSheetPool& rSourcePool);
85 void CopyTableStyles(SdStyleSheetPool& rSourcePool);
126 void CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily );

Completed in 27 milliseconds