Lines Matching refs:SvtCacheOptions_Impl

74 class SvtCacheOptions_Impl : public ConfigItem  class
82 SvtCacheOptions_Impl();
83 ~SvtCacheOptions_Impl();
136 SvtCacheOptions_Impl::SvtCacheOptions_Impl() : in SvtCacheOptions_Impl() function in SvtCacheOptions_Impl
201 SvtCacheOptions_Impl::~SvtCacheOptions_Impl() in ~SvtCacheOptions_Impl()
210 void SvtCacheOptions_Impl::Commit() in Commit()
244 void SvtCacheOptions_Impl::Notify( const Sequence< rtl::OUString >& ) in Notify()
251 sal_Int32 SvtCacheOptions_Impl::GetWriterOLE_Objects() const in GetWriterOLE_Objects()
259 sal_Int32 SvtCacheOptions_Impl::GetDrawingEngineOLE_Objects() const in GetDrawingEngineOLE_Objects()
267 sal_Int32 SvtCacheOptions_Impl::GetGraphicManagerTotalCacheSize() const in GetGraphicManagerTotalCacheSize()
275 sal_Int32 SvtCacheOptions_Impl::GetGraphicManagerObjectCacheSize() const in GetGraphicManagerObjectCacheSize()
283 sal_Int32 SvtCacheOptions_Impl::GetGraphicManagerObjectReleaseTime() const in GetGraphicManagerObjectReleaseTime()
291 void SvtCacheOptions_Impl::SetWriterOLE_Objects( sal_Int32 nWriterOLE ) in SetWriterOLE_Objects()
300 void SvtCacheOptions_Impl::SetDrawingEngineOLE_Objects( sal_Int32 nDrawingOLE ) in SetDrawingEngineOLE_Objects()
309 void SvtCacheOptions_Impl::SetGraphicManagerTotalCacheSize( sal_Int32 nGrfMgrTotalSize ) in SetGraphicManagerTotalCacheSize()
318 void SvtCacheOptions_Impl::SetGraphicManagerObjectCacheSize( sal_Int32 nGrfMgrObjectSize ) in SetGraphicManagerObjectCacheSize()
327 void SvtCacheOptions_Impl::SetGraphicManagerObjectReleaseTime( sal_Int32 nGrfMgrObjectReleaseTime ) in SetGraphicManagerObjectReleaseTime()
336 Sequence< OUString > SvtCacheOptions_Impl::impl_GetPropertyNames() in impl_GetPropertyNames()
358 SvtCacheOptions_Impl* SvtCacheOptions::m_pDataContainer = NULL;
373 m_pDataContainer = new SvtCacheOptions_Impl(); in SvtCacheOptions()