Searched refs:mpLBEffects (Results 1 – 1 of 1) sorted by relevance
211 CategoryListBox* mpLBEffects; member in sd::CustomAnimationCreateTabPage260 mpLBEffects = new CategoryListBox( this, SdResId( LB_EFFECTS ) ); in CustomAnimationCreateTabPage()273 mpLBEffects->InsertCategory( sMotionPathLabel ); in CustomAnimationCreateTabPage()275 …mnCurvePathPos = nFirstEffect = mpLBEffects->InsertEntry( sdr::GetResourceString(STR_ObjNameSingul… in CustomAnimationCreateTabPage()276 … mnPolygonPathPos = mpLBEffects->InsertEntry( sdr::GetResourceString(STR_ObjNameSingulPOLY) ); in CustomAnimationCreateTabPage()277 … mnFreeformPathPos = mpLBEffects->InsertEntry( sdr::GetResourceString(STR_ObjNameSingulFREELINE) ); in CustomAnimationCreateTabPage()287 mpLBEffects->InsertCategory( pCategory->maLabel ); in CustomAnimationCreateTabPage()301 sal_uInt16 nPos = mpLBEffects->InsertEntry( pDescriptor->getLabel() ); in CustomAnimationCreateTabPage()302 …mpLBEffects->SetEntryData( nPos, static_cast<void*>( new CustomAnimationPresetPtr( pDescriptor ) )… in CustomAnimationCreateTabPage()311 mpLBEffects->SelectEntryPos( nFirstEffect ); in CustomAnimationCreateTabPage()[all …]