Searched refs:rSourcePool (Results 1 – 2 of 2) sorted by relevance
557 void SdStyleSheetPool::CopyGraphicSheets(SdStyleSheetPool& rSourcePool) in CopyGraphicSheets() argument559 CopySheets( rSourcePool, SD_STYLE_FAMILY_GRAPHICS ); in CopyGraphicSheets()562 void SdStyleSheetPool::CopyCellSheets(SdStyleSheetPool& rSourcePool) in CopyCellSheets() argument564 CopySheets( rSourcePool, SD_STYLE_FAMILY_CELL ); in CopyCellSheets()567 void SdStyleSheetPool::CopyTableStyles(SdStyleSheetPool& rSourcePool) in CopyTableStyles() argument569 Reference< XIndexAccess > xSource( rSourcePool.mxTableFamily, UNO_QUERY ); in CopyTableStyles()624 void SdStyleSheetPool::CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily ) in CopySheets() argument628 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 …]
82 …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 19 milliseconds