Searched refs:mpLBTrigger (Results 1 – 1 of 1) sorted by relevance
1884 boost::shared_ptr< ListBox > mpLBTrigger; member in sd::CustomAnimationDurationTabPage1902 mpLBTrigger.reset( new ListBox( this, SdResId( LB_TRIGGER ) ) ); in CustomAnimationDurationTabPage()1911 mpLBTrigger->SetSelectHdl( LINK( this, CustomAnimationDurationTabPage, implControlHdl ) ); in CustomAnimationDurationTabPage()2054 sal_uInt16 nPos = mpLBTrigger->InsertEntry( aDescription ); in CustomAnimationDurationTabPage()2056 mpLBTrigger->SetEntryData( nPos, (void*)nShape ); in CustomAnimationDurationTabPage()2058 mpLBTrigger->SelectEntryPos( nPos ); in CustomAnimationDurationTabPage()2069 if( pControl == mpLBTrigger.get() ) in IMPL_LINK()2211 nPos = mpLBTrigger->GetSelectEntryPos(); in update()2214 sal_Int32 nShape = (sal_Int32)(sal_IntPtr)mpLBTrigger->GetEntryData( nPos ); in update()
Completed in 20 milliseconds