Lines Matching refs:aIndexCB
566 aIndexCB ( this, SfxResId( CB_INDEX ) ), in IndexTabPage_Impl()
619 nPos = aIndexCB.InsertEntry( aToken + rtl::OUString( append, tmp ) ); \
621 nPos = aIndexCB.InsertEntry( aToken )
627 aIndexCB.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()
767 aIndexCB.GetDoubleClickHdl().Call( &aIndexCB ); in IMPL_LINK()
797 aPnt = aIndexCB.GetPosPixel(); in Resize()
798 aNewSize = aIndexCB.GetSizePixel(); in Resize()
802 aIndexCB.SetSizePixel( aNewSize ); in Resize()
806 long nMinX = aIndexCB.GetPosPixel().X(); in Resize()
837 aIndexCB.SetDoubleClickHdl( rLink ); in SetDoubleClickHdl()
868 …try_Impl* pEntry = (IndexEntry_Impl*)(sal_uIntPtr)aIndexCB.GetEntryData( aIndexCB.GetEntryPos( aIn… in GetSelectEntry()
880 if ( aIndexCB.GetEntryCount() > 0 ) in SetKeyword()
893 sal_uInt16 nPos = aIndexCB.GetEntryPos( sKeyword ); in HasKeyword()
907 sal_uInt16 nEntries = aIndexCB.GetEntryCount(); in HasKeywordIgnoreCase()
912 sIndexItem = aIndexCB.GetEntry( n ); in HasKeywordIgnoreCase()
930 aIndexCB.SetText( sKeyword ); in OpenKeyword()
931 aIndexCB.GetDoubleClickHdl().Call( NULL ); in OpenKeyword()