Lines Matching refs:CustomAnimationTriggerEntryItem
361 class CustomAnimationTriggerEntryItem : public SvLBoxString class
364 …CustomAnimationTriggerEntryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnim…
365 virtual ~CustomAnimationTriggerEntryItem();
379 CustomAnimationTriggerEntryItem::CustomAnimationTriggerEntryItem( SvLBoxEntry* pEntry, sal_uInt16 n… in CustomAnimationTriggerEntryItem() function in sd::CustomAnimationTriggerEntryItem
386 CustomAnimationTriggerEntryItem::~CustomAnimationTriggerEntryItem() in ~CustomAnimationTriggerEntryItem()
392 sal_uInt16 CustomAnimationTriggerEntryItem::IsA() in IsA()
399 void CustomAnimationTriggerEntryItem::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataI… in InitViewData()
418 void CustomAnimationTriggerEntryItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEnt… in Paint()
457 SvLBoxItem* CustomAnimationTriggerEntryItem::Create() const in Create()
464 void CustomAnimationTriggerEntryItem::Clone( SvLBoxItem* ) in Clone()
656 pLBoxEntry->AddItem( new CustomAnimationTriggerEntryItem( pLBoxEntry, 0, aDescription, this ) ); in update()