Lines Matching refs:nPos

96 	sal_uInt16			InsertCategory( const XubString& rStr, sal_uInt16 nPos = LISTBOX_APPEND );
119 sal_uInt16 CategoryListBox::InsertCategory( const XubString& rStr, sal_uInt16 nPos /* = LISTBOX_APP… in InsertCategory() argument
121 sal_uInt16 n = ListBox::InsertEntry( rStr, nPos ); in InsertCategory()
301 sal_uInt16 nPos = mpLBEffects->InsertEntry( pDescriptor->getLabel() ); in CustomAnimationCreateTabPage() local
302 …mpLBEffects->SetEntryData( nPos, static_cast<void*>( new CustomAnimationPresetPtr( pDescriptor ) )… in CustomAnimationCreateTabPage()
305 nFirstEffect = nPos; in CustomAnimationCreateTabPage()
359 sal_uInt16 nPos = 0xffff; in onSelectEffect() local
362 nPos = 0; in onSelectEffect()
364 nPos = 1; in onSelectEffect()
366 nPos = 2; in onSelectEffect()
368 nPos = 3; in onSelectEffect()
370 nPos = 4; in onSelectEffect()
372 mpCBSpeed->SelectEntryPos( nPos ); in onSelectEffect()
386 sal_uInt16 nPos = mpLBEffects->GetEntryCount(); in clearEffects() local
387 while( nPos-- ) in clearEffects()
388 delete static_cast< CustomAnimationPresetPtr* >( mpLBEffects->GetEntryData( nPos ) ); in clearEffects()
413 const sal_uInt16 nPos = mpLBEffects->GetSelectEntryPos(); in getCreatePathKind() local
414 if( nPos == mnCurvePathPos ) in getCreatePathKind()
418 else if( nPos == mnPolygonPathPos ) in getCreatePathKind()
422 else if( nPos == mnFreeformPathPos ) in getCreatePathKind()
435 sal_uInt16 nPos = mpCBSpeed->GetSelectEntryPos(); in getDuration() local
436 if( (nPos == 0xffff) || !mpCBSpeed->IsEnabled() ) in getDuration()
443 switch( nPos ) in getDuration()
457 sal_uInt16 nPos = 0; in setDuration() local
462 nPos = 4; in setDuration()
466 nPos = 3; in setDuration()
473 nPos = 2; in setDuration()
477 nPos = 1; in setDuration()
481 mpCBSpeed->SelectEntryPos( nPos ); in setDuration()
496 sal_uInt16 nPos = mpLBEffects->GetEntryCount(); in select() local
497 while( nPos-- ) in select()
499 void* pEntryData = mpLBEffects->GetEntryData( nPos ); in select()
505 mpLBEffects->SelectEntryPos( nPos ); in select()