Home
last modified time | relevance | path

Searched refs:aQuickLaunchCB (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/cui/source/options/
H A Doptmemory.cxx143 aQuickLaunchCB ( this, CUI_RES( CB_QUICKLAUNCH ) )//, in OfaMemoryOptionsPage()
146 aQuickLaunchCB.SetText( CUI_RES( STR_QUICKLAUNCH_UNX ) ); in OfaMemoryOptionsPage()
153 aQuickLaunchCB.Hide(); in OfaMemoryOptionsPage()
207 if( aQuickLaunchCB.IsChecked() != aQuickLaunchCB.GetSavedValue()) in FillItemSet()
209 rSet.Put(SfxBoolItem(SID_ATTR_QUICKLAUNCHER, aQuickLaunchCB.IsChecked())); in FillItemSet()
243 aQuickLaunchCB.Check( ( (SfxBoolItem*)pItem )->GetValue() ); in Reset()
248 aQuickLaunchCB.Hide(); in Reset()
251 aQuickLaunchCB.SaveValue(); in Reset()
H A Doptmemory.hxx60 CheckBox aQuickLaunchCB; member in OfaMemoryOptionsPage

Completed in 13 milliseconds