Home
last modified time | relevance | path

Searched refs:OfaMemoryOptionsPage (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cui/source/options/
H A Doptmemory.cxx82 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()
[all …]
H A Doptmemory.hxx36 class OfaMemoryOptionsPage : public SfxTabPage class
75 OfaMemoryOptionsPage( Window* pParent, const SfxItemSet& rSet );
76 ~OfaMemoryOptionsPage();
H A Dtreeopt.cxx349 case OFA_TP_MEMORY: fnCreate = &OfaMemoryOptionsPage::Create; break; in CreateGeneralTabPage()