/trunk/main/svl/source/items/ |
H A D | style.cxx | 173 static SfxStyleSheetBasePool* pSheetPool = 0; in implGetStaticPool() 571 void SfxStyleSheetBasePool::Replace( in Replace() 593 SfxStyleSheetBasePool::SfxStyleSheetBasePool( SfxItemPool& r ) in SfxStyleSheetBasePool() function in SfxStyleSheetBasePool 606 SfxStyleSheetBasePool::SfxStyleSheetBasePool( const SfxStyleSheetBasePool& r ) in SfxStyleSheetBasePool() function in SfxStyleSheetBasePool 622 SfxStyleSheetBasePool::~SfxStyleSheetBasePool() in ~SfxStyleSheetBasePool() 659 String SfxStyleSheetBasePool::GetStreamName() in GetStreamName() 736 SfxStyleSheetBasePool& SfxStyleSheetBasePool::operator=( const SfxStyleSheetBasePool& r ) in operator =() 746 SfxStyleSheetBasePool& SfxStyleSheetBasePool::operator+=( const SfxStyleSheetBasePool& r ) in operator +=() 761 sal_uInt16 SfxStyleSheetBasePool::Count() in Count() 842 void SfxStyleSheetBasePool::Clear() in Clear() [all …]
|
/trunk/main/svl/inc/svl/ |
H A D | style.hxx | 43 class SfxStyleSheetBasePool; 83 friend class SfxStyleSheetBasePool; 165 SfxStyleSheetIterator(SfxStyleSheetBasePool *pBase, 178 SfxStyleSheetBasePool* pBasePool; 193 friend class SfxStyleSheetBasePool; 223 ~SfxStyleSheetBasePool(); 226 SfxStyleSheetBasePool( SfxItemPool& ); 227 SfxStyleSheetBasePool( const SfxStyleSheetBasePool& ); 253 SfxStyleSheetBasePool& operator=( const SfxStyleSheetBasePool& ); 254 SfxStyleSheetBasePool& operator+=( const SfxStyleSheetBasePool& ); [all …]
|
/trunk/main/sfx2/source/doc/ |
H A D | objcont.cxx | 314 SfxStyleSheetBasePool* SfxObjectShell::GetStyleSheetPool() in GetStyleSheetPool() 320 SfxStyleSheetBasePool* pStylePool) const in SetOrganizerSearchMask() 339 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in GetContentCount() 364 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in TriggerHelpPI() 470 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in GetContent() 554 SfxStyleSheetBasePool* pHisPool = rSource.GetStyleSheetPool(); in Insert() 555 SfxStyleSheetBasePool* pMyPool = GetStyleSheetPool(); in Insert() 704 SfxStyleSheetBasePool* pMyPool = GetStyleSheetPool(); in Remove() 760 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in Print() 905 SfxStyleSheetBasePool *pSourcePool = rSource.GetStyleSheetPool(); in LoadStyles() [all …]
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | newstyle.hxx | 37 class SfxStyleSheetBasePool; 48 SfxStyleSheetBasePool& rPool; 56 SfxNewStyleDlg( Window* pParent, SfxStyleSheetBasePool& );
|
H A D | objsh.hxx | 72 class SfxStyleSheetBasePool; 202 SfxStyleSheetBasePool* pStyleSheetPool; // StyleSheets 518 virtual SfxStyleSheetBasePool* GetStyleSheetPool(); 519 void SetStyleSheetPool( SfxStyleSheetBasePool *pBasePool ) { in SetStyleSheetPool() 543 SfxStyleSheetBasePool* ) const;
|
/trunk/main/sw/inc/ |
H A D | unostyle.hxx | 124 SfxStyleSheetBasePool* pBasePool; 187 SfxStyleSheetBasePool* pBasePool; 199 const SfxStyleSheetBasePool* GetBasePool() const {return pBasePool;} in GetBasePool() 200 SfxStyleSheetBasePool* GetBasePool() {return pBasePool;} in GetBasePool() 213 SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam, 279 void SetDoc(SwDoc* pDc, SfxStyleSheetBasePool* pPool) in SetDoc() 294 SwXFrameStyle(SfxStyleSheetBasePool& rPool, in SwXFrameStyle() 323 SwXPageStyle(SfxStyleSheetBasePool& rPool, SwDocShell* pDocSh, SfxStyleFamily eFam,
|
H A D | docsh.hxx | 41 class SfxStyleSheetBasePool; 69 rtl::Reference< SfxStyleSheetBasePool > mxBasePool; // Durchreiche fuer Formate 218 virtual SfxStyleSheetBasePool* GetStyleSheetPool();
|
H A D | docstyle.hxx | 192 class SwDocStyleSheetPool : public SfxStyleSheetBasePool 202 using SfxStyleSheetBasePool::Find;
|
/trunk/main/sd/source/ui/inc/ |
H A D | DrawDocShell.hxx | 37 class SfxStyleSheetBasePool; 104 virtual SfxStyleSheetBasePool* GetStyleSheetPool(); 105 virtual void SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const;
|
H A D | prltempl.hxx | 39 class SfxStyleSheetBasePool; 83 …Id DlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool );
|
/trunk/main/sd/inc/ |
H A D | stlsheet.hxx | 58 …SdStyleSheet( const rtl::OUString& rDisplayName, SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam… 80 static SdStyleSheet* CreateEmptyUserStyle( SfxStyleSheetBasePool& rPool, SfxStyleFamily eFamily ); 140 rtl::Reference< SfxStyleSheetBasePool > mxPool;
|
H A D | sdabstdlg.hxx | 57 class SfxStyleSheetBasePool; 200 …Id DlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool )…
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 228 SfxStyleSheetBasePool* __EXPORT ScDocShell::GetStyleSheetPool() in GetStyleSheetPool() 230 return (SfxStyleSheetBasePool*)aDocument.GetStyleSheetPool(); in GetStyleSheetPool() 238 void lcl_AdjustPool( SfxStyleSheetBasePool* pStylePool ) in lcl_AdjustPool()
|
/trunk/main/svx/inc/svx/ |
H A D | svdmodel.hxx | 198 rtl::Reference< SfxStyleSheetBasePool > mxStyleSheetPool; 666 SfxStyleSheetBasePool* GetStyleSheetPool() const { return mxStyleSheetPool.get(); } in GetStyleSheetPool() 667 void SetStyleSheetPool(SfxStyleSheetBasePool* pPool) { mxStyleSheetPool=pPool; } in SetStyleSheetPool()
|
H A D | tbcontrl.hxx | 167 class SfxStyleSheetBasePool; 208 SfxStyleSheetBasePool* pStyleSheetPool;
|
H A D | srchdlg.hxx | 51 class SfxStyleSheetBasePool; 270 void TemplatesChanged_Impl( SfxStyleSheetBasePool& rPool );
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoevent.cxx | 282 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in setMacroItem() 303 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in getMacroItem()
|
/trunk/main/sw/source/ui/chrdlg/ |
H A D | swuiccoll.cxx | 210 SfxStyleSheetBasePool* pPool = rSh.GetView().GetDocShell()->GetStyleSheetPool(); in Reset() 321 SfxStyleSheetBasePool* pPool = rSh.GetView().GetDocShell()->GetStyleSheetPool(); in IMPL_LINK()
|
/trunk/main/sfx2/source/inc/ |
H A D | templdgi.hxx | 54 class SfxStyleSheetBasePool; 154 SfxStyleSheetBasePool* pStyleSheetPool;
|
/trunk/main/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 344 SfxStyleSheetBasePool* pOldPool = pOldModel->GetStyleSheetPool(); in SetModel() 345 SfxStyleSheetBasePool* pNewPool = pNewModel->GetStyleSheetPool(); in SetModel()
|
H A D | textproperties.cxx | 283 SfxStyleSheetBasePool* pStylePool = (pModel != NULL) ? pModel->GetStyleSheetPool() : 0L; in SetStyleSheet() 599 else if(HAS_BASE(SfxStyleSheetBasePool, &rBC)) in Notify()
|
/trunk/main/sw/source/ui/misc/ |
H A D | docfnote.cxx | 235 SfxStyleSheetBasePool* pStyleSheetPool = pSh->GetView().GetDocShell()->GetStyleSheetPool(); in Reset() 423 SfxStyleSheetBasePool* pPool = pSh->GetView().GetDocShell()->GetStyleSheetPool(); in IMPL_LINK_INLINE_END()
|
/trunk/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 44 class SfxStyleSheetBasePool; 346 virtual SfxStyleSheetBasePool* GetStyleSheetPool();
|
/trunk/main/sd/source/ui/view/ |
H A D | drawview.cxx | 146 SfxStyleSheetBasePool* pSSPool = mpDoc->GetStyleSheetPool(); in ModelHasChanged() 169 SfxStyleSheetBasePool* pStShPool = mpDoc->GetStyleSheetPool(); in SetAttributes()
|
/trunk/main/sd/source/core/ |
H A D | stlsheet.cxx | 137 SdStyleSheet::SdStyleSheet(const OUString& rDisplayName, SfxStyleSheetBasePool& _rPool, SfxStyleFam… in SdStyleSheet() 141 , mxPool( const_cast< SfxStyleSheetBasePool* >(&_rPool) ) in SdStyleSheet() 753 SdStyleSheet* SdStyleSheet::CreateEmptyUserStyle( SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam… in CreateEmptyUserStyle()
|