Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx188mpCustomAnimationList = 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()
[all …]
H A DCustomAnimationPane.hxx146 CustomAnimationList* mpCustomAnimationList; member in sd::CustomAnimationPane