Lines Matching refs:aLbBitmaps

97 	aLbBitmaps			( this, CUI_RES( LB_BITMAPS ) ),  in SvxBitmapTabPage()
141 aLbBitmaps.SetSelectHdl( in SvxBitmapTabPage()
152 aLbBitmaps.SetAccessibleRelationLabeledBy(&aLbBitmaps); in SvxBitmapTabPage()
169 aLbBitmaps.Fill( maBitmapList ); in Construct()
238 aLbBitmaps.SelectEntryPos( *pPos ); in ActivatePage()
270 const sal_uInt16 nPos(aLbBitmaps.GetSelectEntryPos()); in FillItemSet()
277 const String aString(aLbBitmaps.GetSelectEntry()); in FillItemSet()
341 int nPos(aLbBitmaps.GetSelectEntryPos()); in IMPL_LINK()
363 aLbBitmaps.SelectEntryPos(0); in IMPL_LINK()
364 nPos = aLbBitmaps.GetSelectEntryPos(); in IMPL_LINK()
469 sal_uInt16 nPos = aLbBitmaps.GetSelectEntryPos(); in CheckChanges_Impl()
472 String aString = aLbBitmaps.GetSelectEntry(); in CheckChanges_Impl()
503 nPos = aLbBitmaps.GetSelectEntryPos(); in CheckChanges_Impl()
515 nPos = aLbBitmaps.GetSelectEntryPos(); in CheckChanges_Impl()
608 aLbBitmaps.Append(rStyleSettings.GetListBoxPreviewDefaultPixelSize(), *pEntry ); in IMPL_LINK()
609 aLbBitmaps.SelectEntryPos( aLbBitmaps.GetEntryCount() - 1 ); in IMPL_LINK()
706 aLbBitmaps.Append(rStyleSettings.GetListBoxPreviewDefaultPixelSize(), *pEntry ); in IMPL_LINK()
707 aLbBitmaps.SelectEntryPos( aLbBitmaps.GetEntryCount() - 1 ); in IMPL_LINK()
733 sal_uInt16 nPos = aLbBitmaps.GetSelectEntryPos(); in IMPL_LINK()
775 aLbBitmaps.Modify( rStyleSettings.GetListBoxPreviewDefaultPixelSize(), *pEntry, nPos ); in IMPL_LINK()
776 aLbBitmaps.SelectEntryPos( nPos ); in IMPL_LINK()
799 sal_uInt16 nPos = aLbBitmaps.GetSelectEntryPos(); in IMPL_LINK()
809 aLbBitmaps.RemoveEntry( nPos ); in IMPL_LINK()
810 aLbBitmaps.SelectEntryPos( 0 ); in IMPL_LINK()
876 aLbBitmaps.Clear(); in IMPL_LINK()
877 aLbBitmaps.Fill( maBitmapList ); in IMPL_LINK()
1049 if (pLabeled == &aLbBitmaps) in GetParentLabeledBy()