Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx453 maLB_SOUND( this, SdResId( LB_SOUND ) ), in SlideTransitionPane()
507 maLB_SOUND.SetSelectHdl( LINK( this, SlideTransitionPane, SoundListBoxSelected )); in SlideTransitionPane()
738 aCtrlSize = maLB_SOUND.GetSizePixel(); in updateLayout()
741 maLB_SOUND.SetPosSizePixel( aUpperLeft, aCtrlSize ); in updateLayout()
742 maLB_SOUND.SetDropDownLineCount( 8 ); in updateLayout()
852 maLB_SOUND.SetNoSelection(); in updateControls()
860 maLB_SOUND.SelectEntryPos( 1 ); in updateControls()
868 maLB_SOUND.SelectEntryPos( (sal_uInt16)nPos + 3 ); in updateControls()
874 maLB_SOUND.SelectEntryPos( 0 ); in updateControls()
911 maLB_SOUND.Enable( mbHasSelection ); in updateControlState()
[all …]
H A DSlideTransitionPane.hxx115 ListBox maLB_SOUND; member in sd::SlideTransitionPane