/trunk/main/sd/source/core/ |
H A D | drawdoc.cxx | 216 rOutliner.SetStyleSheetPool((SfxStyleSheetPool*)GetStyleSheetPool()); in SdDrawDocument() 311 pHitTestOutliner->SetStyleSheetPool( (SfxStyleSheetPool*)GetStyleSheetPool() ); in SdDrawDocument() 656 rDrawOutliner.SetStyleSheetPool((SfxStyleSheetPool*)GetStyleSheetPool()); in NewOrLoadCompleted() 667 pHitTestOutliner->SetStyleSheetPool((SfxStyleSheetPool*)GetStyleSheetPool()); in NewOrLoadCompleted() 671 mpOutliner->SetStyleSheetPool((SfxStyleSheetPool*)GetStyleSheetPool()); in NewOrLoadCompleted() 675 mpInternalOutliner->SetStyleSheetPool((SfxStyleSheetPool*)GetStyleSheetPool()); in NewOrLoadCompleted() 855 mpOutliner->SetStyleSheetPool((SfxStyleSheetPool*)GetStyleSheetPool()); in GetOutliner() 885 mpInternalOutliner->SetStyleSheetPool((SfxStyleSheetPool*)GetStyleSheetPool()); in GetInternalOutliner()
|
H A D | stlfamily.cxx | 66 rtl::Reference< SfxStyleSheetPool > mxPool; 101 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFam… in SdStyleFamily() 110 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMast… in SdStyleFamily()
|
H A D | stlpool.cxx | 92 rtl::Reference< SfxStyleSheetPool > xPool( this ); in SdStyleSheetPool() 1171 rtl::Reference< SfxStyleSheetPool > xPool( this ); in AddStyleFamily()
|
/trunk/main/sc/source/core/data/ |
H A D | stlpool.cxx | 69 : SfxStyleSheetPool( rPoolP ), in ScStyleSheetPool() 116 return SfxStyleSheetPool::Make( aNewName, eFam, mask, nPos ); in Make() 120 return SfxStyleSheetPool::Make( rName, eFam, mask, nPos ); in Make() 155 SfxStyleSheetPool::Remove(pStyle); in Remove()
|
/trunk/main/sd/inc/ |
H A D | stlfamily.hxx | 56 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFamily ); 59 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMasterPage ); 116 rtl::Reference< SfxStyleSheetPool > mxPool;
|
H A D | stlpool.hxx | 51 typedef ::cppu::ImplInheritanceHelper4< SfxStyleSheetPool, 131 using SfxStyleSheetPool::Create;
|
H A D | Outliner.hxx | 42 class SfxStyleSheetPool;
|
/trunk/main/sc/inc/ |
H A D | stlpool.hxx | 33 class ScStyleSheetPool : public SfxStyleSheetPool 68 using SfxStyleSheetPool::Create; // calcwarnings: Create(const SfxStyleSheet&) - ever used?
|
/trunk/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 35 class SfxStyleSheetPool; 348 void SetStyleSheetPool( SfxStyleSheetPool* pSPool ); 349 SfxStyleSheetPool* GetStyleSheetPool();
|
H A D | outliner.hxx | 66 class SfxStyleSheetPool; 937 void SetStyleSheetPool( SfxStyleSheetPool* pSPool ); 938 SfxStyleSheetPool* GetStyleSheetPool();
|
H A D | editobj.hxx | 37 class SfxStyleSheetPool;
|
/trunk/main/svl/inc/svl/ |
H A D | style.hxx | 297 class SVL_DLLPUBLIC SfxStyleSheetPool: public SfxStyleSheetBasePool class 305 SfxStyleSheetPool( SfxItemPool const& );
|
/trunk/main/svl/source/items/ |
H A D | style.cxx | 1308 SfxStyleSheetPool::SfxStyleSheetPool( SfxItemPool const& rSet) in SfxStyleSheetPool() function in SfxStyleSheetPool 1315 SfxStyleSheetBase* SfxStyleSheetPool::Create( const XubString& rName, in Create() 1321 SfxStyleSheetBase* SfxStyleSheetPool::Create( const SfxStyleSheet& r ) in Create()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews5.cxx | 102 SfxStyleSheetPool* pSPool = (SfxStyleSheetPool*) GetDocSh()->GetStyleSheetPool(); in ModelHasChanged()
|
H A D | Outliner.cxx | 85 class SfxStyleSheetPool; 184 SetStyleSheetPool((SfxStyleSheetPool*) mpDrawDocument->GetStyleSheetPool()); in Outliner()
|
/trunk/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 332 void Outliner::SetStyleSheetPool( SfxStyleSheetPool* pSPool ) in SetStyleSheetPool() 338 SfxStyleSheetPool* Outliner::GetStyleSheetPool() in GetStyleSheetPool()
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 676 SfxStyleSheetPool* pPool = (SfxStyleSheetPool*)mpObject->GetModel()->GetStyleSheetPool(); in GetBackgroundTextForwarder()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit.hxx | 423 SfxStyleSheetPool* pStylePool; 872 void SetStyleSheetPool( SfxStyleSheetPool* pSPool ); 873 SfxStyleSheetPool* GetStyleSheetPool() const { return pStylePool; } in GetStyleSheetPool()
|
H A D | editobj2.hxx | 34 class SfxStyleSheetPool;
|
/trunk/main/sd/source/ui/func/ |
H A D | fusumry.cxx | 186 pOutl->SetStyleSheetPool((SfxStyleSheetPool*) mpDoc->GetStyleSheetPool()); in DoExecute()
|
H A D | fuexpand.cxx | 112 pOutl->SetStyleSheetPool((SfxStyleSheetPool*) mpDoc->GetStyleSheetPool()); in DoExecute()
|
/trunk/main/svx/source/table/ |
H A D | cell.cxx | 591 SfxStyleSheetPool* Cell::GetStyleSheetPool() const in GetStyleSheetPool() 594 return dynamic_cast< SfxStyleSheetPool* >( &mpProperties->GetStyleSheet()->GetPool() ); in GetStyleSheetPool()
|
H A D | celleditsource.cxx | 566 SfxStyleSheetPool* pPool = mxCell->GetStyleSheetPool(); in GetBackgroundTextForwarder()
|
H A D | cell.hxx | 83 SfxStyleSheetPool* GetStyleSheetPool() const;
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 2585 SfxStyleSheetPool* pStlPool = aDocument.GetStyleSheetPool(); in ScDocShell() 2621 SfxStyleSheetPool* pStlPool = aDocument.GetStyleSheetPool(); 2638 SfxStyleSheetPool* pStlPool = aDocument.GetStyleSheetPool();
|