Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/inc/
H A Dautocdlg.hxx394 class OfaAutoCompleteTabPage : public SfxTabPage class
400 OfaAutoCompleteTabPage& rPage;
402 AutoCompleteMultiListBox( OfaAutoCompleteTabPage& rPg, in AutoCompleteMultiListBox()
430 OfaAutoCompleteTabPage( Window* pParent,
433 virtual ~OfaAutoCompleteTabPage();
/AOO41X/main/cui/source/tabpages/
H A Dautocdlg.cxx109 AddTabPage(RID_OFAPAGE_AUTOCOMPLETE_OPTIONS, OfaAutoCompleteTabPage::Create, 0); in OfaAutoCorrDlg()
2410 OfaAutoCompleteTabPage::OfaAutoCompleteTabPage( Window* pParent, in OfaAutoCompleteTabPage() function in OfaAutoCompleteTabPage
2450 aPBEntries.SetClickHdl(LINK(this, OfaAutoCompleteTabPage, DeleteHdl)); in OfaAutoCompleteTabPage()
2451 aCBActiv.SetToggleHdl(LINK(this, OfaAutoCompleteTabPage, CheckHdl)); in OfaAutoCompleteTabPage()
2452 aCBCollect.SetToggleHdl(LINK(this, OfaAutoCompleteTabPage, CheckHdl)); in OfaAutoCompleteTabPage()
2456 OfaAutoCompleteTabPage::~OfaAutoCompleteTabPage() in ~OfaAutoCompleteTabPage()
2460 SfxTabPage* OfaAutoCompleteTabPage::Create( Window* pParent, in Create()
2463 return new OfaAutoCompleteTabPage( pParent, rSet ); in Create()
2466 sal_Bool OfaAutoCompleteTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()
2519 void OfaAutoCompleteTabPage::Reset( const SfxItemSet& ) in Reset()
[all …]