Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/appl/
H A Dnewhelp.cxx566 aIndexCB ( this, SfxResId( CB_INDEX ) ), in IndexTabPage_Impl()
619 … nPos = aIndexCB.InsertEntry( aToken + rtl::OUString( append, tmp ) ); \
621 nPos = aIndexCB.InsertEntry( aToken )
627aIndexCB.SetEntryData( nPos, NEW_ENTRY( aData.makeStringAndClear(), insert ) ); \
630 aIndexCB.SetEntryData( nPos, NEW_ENTRY( aRefList[j], insert ) );
644 aIndexCB.SetUpdateMode( sal_False ); in InitializeIndex()
744 aIndexCB.SetUpdateMode( sal_True ); in InitializeIndex()
757 sal_uInt16 nCount = aIndexCB.GetEntryCount(); in ClearIndex()
759 delete (IndexEntry_Impl*)(sal_uIntPtr)aIndexCB.GetEntryData(i); in ClearIndex()
760 aIndexCB.Clear(); in ClearIndex()
[all …]
H A Dnewhelp.hxx150 IndexBox_Impl aIndexCB; member in IndexTabPage_Impl
181 inline void SetFocusOnBox() { aIndexCB.GrabFocus(); } in SetFocusOnBox()
182 inline sal_Bool HasFocusOnEdit() const { return aIndexCB.HasChildPathFocus(); } in HasFocusOnEdit()
190 inline void SelectExecutableEntry() { aIndexCB.SelectExecutableEntry(); } in SelectExecutableEntry()