Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx186mpCustomAnimationList = new CustomAnimationList( this, SdResId( CT_CUSTOM_ANIMATION_LIST ), this ); in CustomAnimationPane()
276 delete mpCustomAnimationList; in ~CustomAnimationPane()
313 if( mpCustomAnimationList ) in KeyInput()
314 mpCustomAnimationList->KeyInput( rKEvt ); in KeyInput()
377 mpCustomAnimationList->update( mpMainSequence ); in IMPL_LINK()
587 mpCustomAnimationList->SetPosSizePixel( aListPos, aCustomAnimationListSize ); in updateLayout()
717 mpCustomAnimationList->Enable( mxView.is() ); in updateControls()
738 mpCustomAnimationList->clear(); in updateControls()
901 … while( (aIter != mpMainSequence->getEnd()) && !(mpCustomAnimationList->isExpanded((*aIter)) ) ); in updateControls()
1043 mpCustomAnimationList->onSelectionChanged( maViewSelection ); in onSelectionChanged()
[all …]
H A DCustomAnimationPane.hxx146 CustomAnimationList* mpCustomAnimationList; member in sd::CustomAnimationPane