Searched refs:SdStyleSheetPool (Results 1 – 17 of 17) sorted by relevance
/aoo4110/main/sd/source/core/ |
H A D | stlpool.cxx | 85 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 D | drawdoc.cxx | 210 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 D | drawdoc3.cxx | 554 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 D | drawdoc4.cxx | 140 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 D | drawdoc2.cxx | 488 SdStyleSheetPool* pStylePool = (SdStyleSheetPool*) GetStyleSheetPool(); in InsertMasterPage() 500 SdStyleSheetPool* pStylePool = (SdStyleSheetPool*) GetStyleSheetPool(); in RemoveMasterPage()
|
H A D | sdpage2.cxx | 277 SdStyleSheetPool* pSPool = (SdStyleSheetPool*)pModel->GetStyleSheetPool(); in EndListenOutlineText()
|
H A D | stlsheet.cxx | 410 SdDrawDocument* pDoc = ((SdStyleSheetPool&) rPool).GetDoc(); in GetRealStyleSheet() 1145 SdStyleSheetPool::PutNumBulletItem( this, aBulletFont ); in setPropertyValue()
|
/aoo4110/main/sd/inc/ |
H A D | stlpool.hxx | 57 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 D | drawdoc.hxx | 88 class SdStyleSheetPool; 432 void NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool ); 592 SD_DLLPUBLIC SdStyleSheetPool* GetSdStyleSheetPool() const;
|
/aoo4110/main/sd/source/ui/sidebar/ |
H A D | DocumentHelper.cxx | 273 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 D | sdxfer.cxx | 321 SdStyleSheetPool* pOldStylePool = (SdStyleSheetPool*) pOldModel->GetStyleSheetPool(); in CreateData() 322 SdStyleSheetPool* pNewStylePool = (SdStyleSheetPool*) mpSdDrawDocumentIntern->GetStyleSheetPool(); in CreateData()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | unmovss.cxx | 44 maListOfChildLists[i++] = SdStyleSheetPool::CreateChildList( (*iter).get() ); in SdMoveStyleSheetsUndoAction()
|
H A D | fusel.cxx | 801 SdStyleSheetPool* pPool = static_cast<SdStyleSheetPool*>( in MouseButtonUp()
|
H A D | futempl.cxx | 283 ( (SdStyleSheetPool*) pSSPool )->SetActualStyleSheet( pStyleSheet ); in DoExecute()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | DrawDocShell.hxx | 39 class SdStyleSheetPool;
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 145 SdStyleSheetPool* pStyleSheetPool = pDocument->GetSdStyleSheetPool(); in SdPPTImport() 639 … ( (SdStyleSheetPool*)mpDoc->GetStyleSheetPool() )->CreateLayoutStyleSheets( aLayoutName ); in Import()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 2723 ((SdStyleSheetPool*)mpDoc->GetStyleSheetPool())->CreateLayoutStyleSheets( aPrefix ); in insertNewByIndex()
|
Completed in 935 milliseconds