Home
last modified time | relevance | path

Searched refs:mxStyleSheetPool (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sd/source/core/
H A Ddrawdoc3.cxx1475 …static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->CreateLayoutSheetList( aLayoutName, aRemo… in RemoveUnnecessaryMasterPages()
1487 static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->Remove((*iter).get()); in RemoveUnnecessaryMasterPages()
1715 …static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->SetSearchMask(SD_STYLE_FAMILY_MASTERPAGE); in SetMasterPage()
1738 …SfxStyleSheet* pMySheet = static_cast<SfxStyleSheet*>( mxStyleSheetPool->Find(aName, SD_STYLE_FAMI… in SetMasterPage()
1760 …pMySheet = static_cast<SfxStyleSheet*>( &mxStyleSheetPool->Make(aName, SD_STYLE_FAMILY_MASTERPAGE,… in SetMasterPage()
1796 SfxStyleSheetBase* pSOld = mxStyleSheetPool->Find(pRData->aName); in SetMasterPage()
1797 SfxStyleSheetBase* pSNew = mxStyleSheetPool->Find(pRData->aNewName); in SetMasterPage()
1825 mxStyleSheetPool->SetSearchMask(SFX_STYLE_FAMILY_ALL); in SetMasterPage()
1999 static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->CreateLayoutStyleSheets(aName); in SetMasterPage()
2001 …static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->CreateLayoutSheetList(aName, aCreatedStyl… in SetMasterPage()
H A Ddrawdoc.cxx596 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()
647 …SetDefaultStyleSheet(static_cast<SfxStyleSheet*>(mxStyleSheetPool->Find(aName, SD_STYLE_FAMILY_GRA… in NewOrLoadCompleted()
650 …SetDefaultStyleSheetForSdrGrafObjAndSdrOle2Obj(static_cast<SfxStyleSheet*>(mxStyleSheetPool->Find(… in NewOrLoadCompleted()
H A Ddrawdoc4.cxx1209 SfxStyleSheetIterator aIter(mxStyleSheetPool.get(), SD_STYLE_FAMILY_MASTERPAGE); in RenameLayoutTemplate()
1349 Font aBulletFont( static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->GetBulletFont() ); in SetTextDefaults()
/aoo4110/main/svx/inc/svx/
H A Dsvdmodel.hxx198 rtl::Reference< SfxStyleSheetBasePool > mxStyleSheetPool; member in SdrModel
666 SfxStyleSheetBasePool* GetStyleSheetPool() const { return mxStyleSheetPool.get(); } in GetStyleSheetPool()
667 void SetStyleSheetPool(SfxStyleSheetBasePool* pPool) { mxStyleSheetPool=pPool; } in SetStyleSheetPool()
/aoo4110/main/svx/source/svdraw/
H A Dsvdmodel.cxx299 if( mxStyleSheetPool.is() ) in ~SdrModel()
301 …Reference< XComponent > xComponent( dynamic_cast< cppu::OWeakObject* >( mxStyleSheetPool.get() ), … in ~SdrModel()
309 mxStyleSheetPool.clear(); in ~SdrModel()

Completed in 119 milliseconds