Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx213 …6 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, CustomAnimationList* pParent );
221 CustomAnimationList* mpParent;
228 …16 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, CustomAnimationList* pParent ) in CustomAnimationListEntryItem()
364 …rEntryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnimationList* pParent );
373 CustomAnimationList* mpParent;
379 …tem( SvLBoxEntry* pEntry, sal_uInt16 nFlags, OUString aDescription, CustomAnimationList* pParent ) in CustomAnimationTriggerEntryItem()
470 CustomAnimationList::CustomAnimationList( ::Window* pParent, const ResId& rResId, ICustomAnimationL… in CustomAnimationList() function in sd::CustomAnimationList
486 const Image& CustomAnimationList::getImage( sal_uInt16 nId, bool bHighContrast ) in getImage()
504 CustomAnimationList::~CustomAnimationList() in ~CustomAnimationList()
514 void CustomAnimationList::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
[all …]
H A DCustomAnimationList.hxx47 class CustomAnimationList : public SvTreeListBox, public ISequenceListener class
53CustomAnimationList( ::Window* pParent, const ResId& rResId, ICustomAnimationListController* pCont…
54 virtual ~CustomAnimationList();
H A DCustomAnimationPane.hxx146 CustomAnimationList* mpCustomAnimationList;
H A DCustomAnimationPane.cxx186 …mpCustomAnimationList = new CustomAnimationList( this, SdResId( CT_CUSTOM_ANIMATION_LIST ), this ); in CustomAnimationPane()
/trunk/main/sd/
H A DLibrary_sd.mk267 sd/source/ui/animations/CustomAnimationList \