Lines Matching refs:mpCustomAnimationList
188 mpCustomAnimationList = new CustomAnimationList( this, SdResId( CT_CUSTOM_ANIMATION_LIST ), this ); in CustomAnimationPane()
278 delete mpCustomAnimationList; in ~CustomAnimationPane()
315 if( mpCustomAnimationList ) in KeyInput()
316 mpCustomAnimationList->KeyInput( rKEvt ); in KeyInput()
379 mpCustomAnimationList->update( mpMainSequence ); in IMPL_LINK()
589 mpCustomAnimationList->SetPosSizePixel( aListPos, aCustomAnimationListSize ); in updateLayout()
719 mpCustomAnimationList->Enable( mxView.is() ); in updateControls()
740 mpCustomAnimationList->clear(); in updateControls()
905 while( (aIter != mpMainSequence->getEnd()) && !(mpCustomAnimationList->isExpanded((*aIter)) ) ); in updateControls()
1047 mpCustomAnimationList->onSelectionChanged( maViewSelection ); in onSelectionChanged()
1875 mpCustomAnimationList->update( mpMainSequence ); in onChangeCurrentPage()
2044 mpCustomAnimationList->SelectAll( sal_False ); in onChange()
2071 mpCustomAnimationList->select( pCreated ); in onChange()
2386 …while( (aInsertPos != rEffectSequence.begin()) && !mpCustomAnimationList->isExpanded(*aInsertPos)) in moveSelection()
2416 … while( (aInsertPos != rEffectSequence.end()) && !mpCustomAnimationList->isExpanded(*aInsertPos)) in moveSelection()
2508 maListSelection = mpCustomAnimationList->getSelection(); in onSelect()