Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx327 class CustomAnimationListEntry : public SvLBoxEntry class
330 CustomAnimationListEntry();
331 CustomAnimationListEntry( CustomAnimationEffectPtr pEffect );
332 virtual ~CustomAnimationListEntry();
342 CustomAnimationListEntry::CustomAnimationListEntry() in CustomAnimationListEntry() function in sd::CustomAnimationListEntry
348 CustomAnimationListEntry::CustomAnimationListEntry( CustomAnimationEffectPtr pEffect ) in CustomAnimationListEntry() function in sd::CustomAnimationListEntry
355 CustomAnimationListEntry::~CustomAnimationListEntry() in ~CustomAnimationListEntry()
540 CustomAnimationListEntry* pEntry = static_cast< CustomAnimationListEntry* >(First()); in select()
548 pEntry = static_cast< CustomAnimationListEntry* >(Next( pEntry )); in select()
601 CustomAnimationListEntry* pEntry = 0; in update()
[all …]