Lines Matching refs:CUI_RES

123 	SfxTabPage( pParent, CUI_RES( OFA_TP_MEMORY ), rSet ),  in OfaMemoryOptionsPage()
125 aUndoBox ( this, CUI_RES( GB_UNDO ) ), in OfaMemoryOptionsPage()
126 aUndoText ( this, CUI_RES( FT_UNDO ) ), in OfaMemoryOptionsPage()
127 aUndoEdit ( this, CUI_RES( ED_UNDO ) ), in OfaMemoryOptionsPage()
128 aGbGraphicCache ( this, CUI_RES( GB_GRAPHICCACHE ) ), in OfaMemoryOptionsPage()
129 aFtGraphicCache ( this, CUI_RES( FT_GRAPHICCACHE ) ), in OfaMemoryOptionsPage()
130 aNfGraphicCache ( this, CUI_RES( NF_GRAPHICCACHE ) ), in OfaMemoryOptionsPage()
131 aFtGraphicCacheUnit ( this, CUI_RES( FT_GRAPHICCACHE_UNIT ) ), in OfaMemoryOptionsPage()
132 aFtGraphicObjectCache ( this, CUI_RES( FT_GRAPHICOBJECTCACHE ) ), in OfaMemoryOptionsPage()
133 aNfGraphicObjectCache ( this, CUI_RES( NF_GRAPHICOBJECTCACHE ) ), in OfaMemoryOptionsPage()
134 aFtGraphicObjectCacheUnit(this, CUI_RES( FT_GRAPHICOBJECTCACHE_UNIT ) ), in OfaMemoryOptionsPage()
135 aFtGraphicObjectTime ( this, CUI_RES( FT_GRAPHICOBJECTTIME ) ), in OfaMemoryOptionsPage()
136 aTfGraphicObjectTime ( this, CUI_RES( TF_GRAPHICOBJECTTIME ) ), in OfaMemoryOptionsPage()
137 aFtGraphicObjectTimeUnit( this, CUI_RES( FT_GRAPHICOBJECTTIME_UNIT ) ), in OfaMemoryOptionsPage()
139 aGbOLECache ( this, CUI_RES( GB_OLECACHE ) ), in OfaMemoryOptionsPage()
140 aFtOLECache ( this, CUI_RES( FT_OLECACHE ) ), in OfaMemoryOptionsPage()
141 aNfOLECache ( this, CUI_RES( NF_OLECACHE ) ), in OfaMemoryOptionsPage()
142 aQuickLaunchFL ( this, CUI_RES( FL_QUICKLAUNCH ) ), in OfaMemoryOptionsPage()
143 aQuickLaunchCB ( this, CUI_RES( CB_QUICKLAUNCH ) )//, in OfaMemoryOptionsPage()
146 aQuickLaunchCB.SetText( CUI_RES( STR_QUICKLAUNCH_UNX ) ); in OfaMemoryOptionsPage()