Lines Matching refs:SfxDocTemplate_Impl

177     const SfxDocTemplate_Impl*  mpParent;
186 const SfxDocTemplate_Impl* GetParent() const { return mpParent; } in GetParent()
189 RegionData_Impl( const SfxDocTemplate_Impl* pParent,
222 class SfxDocTemplate_Impl : public SvRefBase class
243 SfxDocTemplate_Impl();
244 ~SfxDocTemplate_Impl();
281 SfxDocTemplate_Impl& m_aDocTempl;
283 DocTemplLocker_Impl( SfxDocTemplate_Impl& aDocTempl ) in DocTemplLocker_Impl()
299 SV_DECL_REF(SfxDocTemplate_Impl)
302 SV_IMPL_REF(SfxDocTemplate_Impl)
306 SfxDocTemplate_Impl *gpTemplateData = 0;
1777 gpTemplateData = new SfxDocTemplate_Impl; in SfxDocumentTemplates()
2047 RegionData_Impl::RegionData_Impl( const SfxDocTemplate_Impl* pParent, in RegionData_Impl()
2268 SfxDocTemplate_Impl::SfxDocTemplate_Impl() in SfxDocTemplate_Impl() function in SfxDocTemplate_Impl
2275 SfxDocTemplate_Impl::~SfxDocTemplate_Impl() in ~SfxDocTemplate_Impl()
2283 void SfxDocTemplate_Impl::IncrementLock() in IncrementLock()
2290 void SfxDocTemplate_Impl::DecrementLock() in DecrementLock()
2298 RegionData_Impl* SfxDocTemplate_Impl::GetRegion( sal_uIntPtr nIndex ) const in GetRegion()
2304 RegionData_Impl* SfxDocTemplate_Impl::GetRegion( const OUString& rName ) in GetRegion()
2322 void SfxDocTemplate_Impl::DeleteRegion( sal_uIntPtr nIndex ) in DeleteRegion()
2336 void SfxDocTemplate_Impl::AddRegion( const OUString& rTitle, in AddRegion()
2384 void SfxDocTemplate_Impl::CreateFromHierarchy( Content &rTemplRoot ) in CreateFromHierarchy()
2423 sal_Bool SfxDocTemplate_Impl::Construct( ) in Construct()
2475 void SfxDocTemplate_Impl::ReInitFromComponent() in ReInitFromComponent()
2489 void SfxDocTemplate_Impl::GetTemplates( Content& rTargetFolder, in GetTemplates()
2548 long SfxDocTemplate_Impl::GetRegionPos( const OUString& rTitle, in GetRegionPos()
2585 sal_Bool SfxDocTemplate_Impl::InsertRegion( RegionData_Impl *pNew, in InsertRegion()
2609 void SfxDocTemplate_Impl::Rescan() in Rescan()
2635 sal_Bool SfxDocTemplate_Impl::GetTitleFromURL( const OUString& rURL, in GetTitleFromURL()
2679 void SfxDocTemplate_Impl::Clear() in Clear()