Lines Matching refs:SfxStyleSheetBase

121 SfxStyleSheetBase* SdStyleSheetPool::Create(const String& rName, SfxStyleFamily eFamily, sal_uInt16…  in Create()
128 SfxStyleSheetBase* SdStyleSheetPool::Create(const SdStyleSheet& rStyle) in Create()
135 SfxStyleSheetBase* SdStyleSheetPool::GetTitleSheet(const String& rLayoutName) in GetTitleSheet()
140 SfxStyleSheetBase* pResult = Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetTitleSheet()
162 SfxStyleSheetBase* pSheet = Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in CreateOutlineSheetList()
181 SfxStyleSheetBase* pSheet = NULL; in CreateLayoutStyleSheets()
209 SfxStyleSheetBase* pParent = NULL; in CreateLayoutStyleSheets()
630 std::vector< std::pair< rtl::Reference< SfxStyleSheetBase >, String > > aNewStyles; in CopySheets()
634 …rtl::Reference< SfxStyleSheetBase > xSheet( rSourcePool.aStyles[sal::static_int_cast<sal_uInt16>(n… in CopySheets()
641 rtl::Reference< SfxStyleSheetBase > xNewSheet( &Make( aName, eFamily ) ); in CopySheets()
648 …aNewStyles.push_back( std::pair< rtl::Reference< SfxStyleSheetBase >, String >( xNewSheet, aParent… in CopySheets()
657 std::vector< std::pair< rtl::Reference< SfxStyleSheetBase >, String > >::iterator aIter; in CopySheets()
681 SfxStyleSheetBase* pSheet = NULL; in CopyLayoutSheets()
694 SfxStyleSheetBase* pSourceSheet = rSourcePool.Find(*pName, SD_STYLE_FAMILY_MASTERPAGE); in CopyLayoutSheets()
699 SfxStyleSheetBase& rNewSheet = Make(*pName, SD_STYLE_FAMILY_MASTERPAGE); in CopyLayoutSheets()
712 SfxStyleSheetBase* pParent = (SfxStyleSheetBase*)pOutlineSheets->First(); in CopyLayoutSheets()
713 pSheet = (SfxStyleSheetBase*)pOutlineSheets->Next(); in CopyLayoutSheets()
720 pSheet = (SfxStyleSheetBase*)pOutlineSheets->Next(); in CopyLayoutSheets()
789 SfxStyleSheetBase* pSheet = aIter.First(); in CreateLayoutSheetList()
809 SfxStyleSheetBase* pSheet = NULL; in CreatePseudosIfNecessary()
810 SfxStyleSheetBase* pParent = NULL; in CreatePseudosIfNecessary()
900 SfxStyleSheetBase* pStyle = aStyles[ n ].get(); in UpdateStdNames()
970 SfxStyleSheetBase* pSheetFound = Find( aNewName, eFam ); in UpdateStdNames()
997 SfxStyleSheetBase* pEraseSheet = ( SfxStyleSheetBase* ) pEraseList->GetObject( i ); in UpdateStdNames()
1009 void SdStyleSheetPool::PutNumBulletItem( SfxStyleSheetBase* pSheet, in PutNumBulletItem()