Lines Matching refs:OfaMemoryOptionsPage

82 inline long OfaMemoryOptionsPage::GetNfGraphicCacheVal( void ) const  in GetNfGraphicCacheVal()
87 inline void OfaMemoryOptionsPage::SetNfGraphicCacheVal( long nSizeInBytes ) in SetNfGraphicCacheVal()
92 long OfaMemoryOptionsPage::GetNfGraphicObjectCacheVal( void ) const in GetNfGraphicObjectCacheVal()
97 void OfaMemoryOptionsPage::SetNfGraphicObjectCacheVal( long nSizeInBytes ) in SetNfGraphicObjectCacheVal()
102 inline void OfaMemoryOptionsPage::SetNfGraphicObjectCacheMax( long nSizeInBytes ) in SetNfGraphicObjectCacheMax()
107 inline void OfaMemoryOptionsPage::SetNfGraphicObjectCacheLast( long nSizeInBytes ) in SetNfGraphicObjectCacheLast()
112 int OfaMemoryOptionsPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage()
121 OfaMemoryOptionsPage::OfaMemoryOptionsPage(Window* pParent, const SfxItemSet& rSet ) : in OfaMemoryOptionsPage() function in OfaMemoryOptionsPage
160 aNfGraphicCache.SetModifyHdl( LINK( this, OfaMemoryOptionsPage, GraphicCacheConfigHdl ) ); in OfaMemoryOptionsPage()
165 OfaMemoryOptionsPage::~OfaMemoryOptionsPage() in ~OfaMemoryOptionsPage()
171 SfxTabPage* OfaMemoryOptionsPage::Create( Window* pParent, const SfxItemSet& rAttrSet ) in Create()
173 return new OfaMemoryOptionsPage( pParent, rAttrSet ); in Create()
178 sal_Bool OfaMemoryOptionsPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet()
218 void OfaMemoryOptionsPage::Reset( const SfxItemSet& rSet ) in Reset()
256 IMPL_LINK( OfaMemoryOptionsPage, GraphicCacheConfigHdl, NumericField*, EMPTYARG ) in IMPL_LINK() argument