Lines Matching refs:aLbxFound

197                             mpBrowser->aLbxFound.InsertEntry(  in ImplSearch()
307 …nEntries = mpBrowser->bTakeAll ? mpBrowser->aLbxFound.GetEntryCount() : mpBrowser->aLbxFound.GetSe… in run()
317 …aURL = INetURLObject(*mpBrowser->aFoundList.GetObject( nPos = mpBrowser->aLbxFound.GetSelectEntryP… in run()
389 mpBrowser->aLbxFound.SetUpdateMode( sal_False ); in IMPL_LINK()
390 mpBrowser->aLbxFound.SetNoSelection(); in IMPL_LINK()
416 aRemainingVector.push_back( mpBrowser->aLbxFound.GetEntry( (sal_uInt16) i ) ); in IMPL_LINK()
418 mpBrowser->aLbxFound.Clear(); in IMPL_LINK()
421 mpBrowser->aLbxFound.InsertEntry( aRemainingVector[ i ] ); in IMPL_LINK()
425 mpBrowser->aLbxFound.SetUpdateMode( sal_True ); in IMPL_LINK()
757 aLbxFound ( this, CUI_RES(LBX_FOUND ) ), in TPGalleryThemeProperties()
773 aLbxFound.SetAccessibleName(String(SVX_RES(RID_SVXSTR_GALLERY_FILESFOUND))); in TPGalleryThemeProperties()
775 aLbxFound.SetAccessibleRelationLabeledBy(&aLbxFound); in TPGalleryThemeProperties()
792 aLbxFound.SetDoubleClickHdl(LINK(this, TPGalleryThemeProperties, DClickFoundHdl)); in SetXChgData()
793 aLbxFound.SetSelectHdl(LINK(this, TPGalleryThemeProperties, SelectFoundHdl)); in SetXChgData()
794 aLbxFound.InsertEntry(String(CUI_RES(RID_SVXSTR_GALLERY_NOFILES))); in SetXChgData()
795 aLbxFound.Show(); in SetXChgData()
1008 aLbxFound.Clear(); in SearchFiles()
1081 if( aLbxFound.GetSelectEntryCount() || ( bTakeAll && bEntriesFound ) ) in TakeFiles()
1118 String aString( aLbxFound.GetSelectEntry() ); in DoPreview()
1122 INetURLObject _aURL( *aFoundList.GetObject( aLbxFound.GetEntryPos( aString ) ) ); in DoPreview()
1151 if( !aLbxFound.GetSelectEntryCount() || !bEntriesFound ) in IMPL_LINK()
1196 if( aLbxFound.GetSelectEntryCount() == 1 ) in IMPL_LINK()
1225 return (aLbxFound.GetSelectEntryCount() == 1 && bEntriesFound) ? in IMPL_LINK()
1247 aLbxFound.SelectEntryPos( 0 ); in IMPL_LINK()
1254 aLbxFound.InsertEntry( String( CUI_RES( RID_SVXSTR_GALLERY_NOFILES ) ) ); in IMPL_LINK()