Home
last modified time | relevance | path

Searched refs:SdStyleSheetPool (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/sd/source/core/
H A Dstlpool.cxx85 SdStyleSheetPool::SdStyleSheetPool(SfxItemPool const& _rPool, SdDrawDocument* pDocument) in SdStyleSheetPool() function in SdStyleSheetPool
114 SdStyleSheetPool::~SdStyleSheetPool() in ~SdStyleSheetPool()
557 void SdStyleSheetPool::CopyGraphicSheets(SdStyleSheetPool& rSourcePool) in CopyGraphicSheets()
562 void SdStyleSheetPool::CopyCellSheets(SdStyleSheetPool& rSourcePool) in CopyCellSheets()
567 void SdStyleSheetPool::CopyTableStyles(SdStyleSheetPool& rSourcePool) in CopyTableStyles()
624 void SdStyleSheetPool::CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily ) in CopySheets()
679 void SdStyleSheetPool::CopyLayoutSheets(const String& rLayoutName, SdStyleSheetPool& rSourcePool, S… in CopyLayoutSheets()
805 void SdStyleSheetPool::CreatePseudosIfNecessary() in CreatePseudosIfNecessary()
892 void SdStyleSheetPool::UpdateStdNames() in UpdateStdNames()
1150 Font SdStyleSheetPool::GetBulletFont() const in GetBulletFont()
[all …]
H A Ddrawdoc.cxx210 FmFormModel::SetStyleSheetPool( new SdStyleSheetPool( GetPool(), this ) ); in SdDrawDocument()
488 SdStyleSheetPool* pOldStylePool = (SdStyleSheetPool*) GetStyleSheetPool(); in AllocModel()
489 SdStyleSheetPool* pNewStylePool = (SdStyleSheetPool*) pNewModel->GetStyleSheetPool(); in AllocModel()
596 static_cast< SdStyleSheetPool* >( mxStyleSheetPool.get() )->CreatePseudosIfNecessary(); in NewOrLoadCompleted()
639 static_cast<SdStyleSheetPool*>(mxStyleSheetPool.get())->UpdateStdNames(); in NewOrLoadCompleted()
642 static_cast<SdStyleSheetPool*>(mxStyleSheetPool.get())->CreatePseudosIfNecessary(); in NewOrLoadCompleted()
682 SdStyleSheetPool* pSPool = (SdStyleSheetPool*) GetStyleSheetPool(); in NewOrLoadCompleted()
750 void SdDrawDocument::NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool ) in NewOrLoadCompleted()
H A Ddrawdoc3.cxx554 SdStyleSheetPool* pBookmarkStyleSheetPool = in InsertBookmarkAsPage()
555 (SdStyleSheetPool*) pBookmarkDoc->GetStyleSheetPool(); in InsertBookmarkAsPage()
567 …((SdStyleSheetPool*)GetStyleSheetPool())->CopyLayoutSheets(*pLayout, *pBookmarkStyleSheetPool,aCre… in InsertBookmarkAsPage()
1475 …static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->CreateLayoutSheetList( aLayoutName, aRemo… in RemoveUnnecessaryMasterPages()
1487 static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->Remove((*iter).get()); in RemoveUnnecessaryMasterPages()
1713 SdStyleSheetPool* pSourceStyleSheetPool = (SdStyleSheetPool*) pSourceDoc->GetStyleSheetPool(); in SetMasterPage()
1715 …static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->SetSearchMask(SD_STYLE_FAMILY_MASTERPAGE); in SetMasterPage()
1999 static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->CreateLayoutStyleSheets(aName); in SetMasterPage()
2001 …static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->CreateLayoutSheetList(aName, aCreatedStyl… in SetMasterPage()
2143 SdStyleSheetPool* pStylePool = (SdStyleSheetPool*) GetStyleSheetPool(); in Merge()
H A Ddrawdoc4.cxx140 SdStyleSheetPool* pSSPool = (SdStyleSheetPool*)GetStyleSheetPool(); in CreateLayoutTemplates()
541 static Any implMakeSolidCellStyle( SdStyleSheetPool* pSSPool, const OUString& rName, const OUString… in implMakeSolidCellStyle()
579 SdStyleSheetPool* pSSPool = static_cast< SdStyleSheetPool* >(GetStyleSheetPool()); in CreateDefaultCellStyles()
1349 Font aBulletFont( static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->GetBulletFont() ); in SetTextDefaults()
1485 SdStyleSheetPool* SdDrawDocument::GetSdStyleSheetPool() const in GetSdStyleSheetPool()
1487 return dynamic_cast< SdStyleSheetPool* >( GetStyleSheetPool() ); in GetSdStyleSheetPool()
H A Ddrawdoc2.cxx488 SdStyleSheetPool* pStylePool = (SdStyleSheetPool*) GetStyleSheetPool(); in InsertMasterPage()
500 SdStyleSheetPool* pStylePool = (SdStyleSheetPool*) GetStyleSheetPool(); in RemoveMasterPage()
H A Dsdpage2.cxx277 SdStyleSheetPool* pSPool = (SdStyleSheetPool*)pModel->GetStyleSheetPool(); in EndListenOutlineText()
H A Dstlsheet.cxx410 SdDrawDocument* pDoc = ((SdStyleSheetPool&) rPool).GetDoc(); in GetRealStyleSheet()
1145 SdStyleSheetPool::PutNumBulletItem( this, aBulletFont ); in setPropertyValue()
/aoo4110/main/sd/inc/
H A Dstlpool.hxx57 class SdStyleSheetPool : public SdStyleSheetPoolBase, public SfxListener class
61 SdStyleSheetPool(SfxItemPool const& rPool, SdDrawDocument* pDocument);
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 );
132 virtual ~SdStyleSheetPool();
H A Ddrawdoc.hxx88 class SdStyleSheetPool;
432 void NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool );
592 SD_DLLPUBLIC SdStyleSheetPool* GetSdStyleSheetPool() const;
/aoo4110/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx273 SdStyleSheetPool* pSourceStyleSheetPool = in ProvideStyles()
274 static_cast<SdStyleSheetPool*>(rSourceDocument.GetStyleSheetPool()); in ProvideStyles()
275 SdStyleSheetPool* pTargetStyleSheetPool = in ProvideStyles()
276 static_cast<SdStyleSheetPool*>(rTargetDocument.GetStyleSheetPool()); in ProvideStyles()
/aoo4110/main/sd/source/ui/app/
H A Dsdxfer.cxx321 SdStyleSheetPool* pOldStylePool = (SdStyleSheetPool*) pOldModel->GetStyleSheetPool(); in CreateData()
322 SdStyleSheetPool* pNewStylePool = (SdStyleSheetPool*) mpSdDrawDocumentIntern->GetStyleSheetPool(); in CreateData()
/aoo4110/main/sd/source/ui/func/
H A Dunmovss.cxx44 maListOfChildLists[i++] = SdStyleSheetPool::CreateChildList( (*iter).get() ); in SdMoveStyleSheetsUndoAction()
H A Dfusel.cxx801 SdStyleSheetPool* pPool = static_cast<SdStyleSheetPool*>( in MouseButtonUp()
H A Dfutempl.cxx283 ( (SdStyleSheetPool*) pSSPool )->SetActualStyleSheet( pStyleSheet ); in DoExecute()
/aoo4110/main/sd/source/ui/inc/
H A DDrawDocShell.hxx39 class SdStyleSheetPool;
/aoo4110/main/sd/source/filter/ppt/
H A Dpptin.cxx145 SdStyleSheetPool* pStyleSheetPool = pDocument->GetSdStyleSheetPool(); in SdPPTImport()
639 … ( (SdStyleSheetPool*)mpDoc->GetStyleSheetPool() )->CreateLayoutStyleSheets( aLayoutName ); in Import()
/aoo4110/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2723 ((SdStyleSheetPool*)mpDoc->GetStyleSheetPool())->CreateLayoutStyleSheets( aPrefix ); in insertNewByIndex()

Completed in 953 milliseconds