Lines Matching refs:pEntry

228 CustomAnimationListEntryItem::CustomAnimationListEntryItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags,…  in CustomAnimationListEntryItem()  argument
229 : SvLBoxString( pEntry, nFlags, aDescription ) in CustomAnimationListEntryItem()
244 void CustomAnimationListEntryItem::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataItem… in InitViewData() argument
247 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
257 …omAnimationListEntryItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* pEntry ) in Paint() argument
261 SvViewDataItem* pViewData = mpParent->GetViewDataItem( pEntry, this ); in Paint()
379 CustomAnimationTriggerEntryItem::CustomAnimationTriggerEntryItem( SvLBoxEntry* pEntry, sal_uInt16 n… in CustomAnimationTriggerEntryItem() argument
380 : SvLBoxString( pEntry, nFlags, aDescription ), mpParent( pParent ), maDescription( aDescription ) in CustomAnimationTriggerEntryItem()
399 void CustomAnimationTriggerEntryItem::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataI… in InitViewData() argument
402 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
540 CustomAnimationListEntry* pEntry = static_cast< CustomAnimationListEntry* >(First()); in select() local
541 while( pEntry ) in select()
543 if( pEntry->getEffect() == pEffect ) in select()
545 Select( pEntry, bSelect ); in select()
548 pEntry = static_cast< CustomAnimationListEntry* >(Next( pEntry )); in select()
551 if( !pEntry && bSelect ) in select()
601 CustomAnimationListEntry* pEntry = 0; in update() local
611 pEntry = static_cast<CustomAnimationListEntry*>(FirstVisible()); in update()
612 if( pEntry ) in update()
613 pFirstVisibleEffect = pEntry->getEffect(); in update()
615 pEntry = static_cast<CustomAnimationListEntry*>(First()); in update()
617 while( pEntry ) in update()
619 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in update()
622 if( IsExpanded( pEntry ) ) in update()
625 if( IsSelected( pEntry ) ) in update()
629 pEntry = static_cast<CustomAnimationListEntry*>(Next( pEntry )); in update()
668 pEntry = static_cast<CustomAnimationListEntry*>(First()); in update()
670 while( pEntry ) in update()
672 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in update()
676 Expand( pEntry ); in update()
679 Select( pEntry ); in update()
682 MakeVisible( pEntry ); in update()
685 pEntry = static_cast<CustomAnimationListEntry*>(Next( pEntry )); in update()
741 SvLBoxEntry* pEntry = new CustomAnimationListEntry( pEffect ); in append() local
743 pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0)); in append()
744 pEntry->AddItem( new CustomAnimationListEntryItem( pEntry, 0, aDescription, pEffect, this ) ); in append()
749 Insert( pEntry, pParentEntry ); in append()
754 Insert( pEntry ); in append()
759 mpLastParentEntry = pEntry; in append()
798 CustomAnimationListEntry* pEntry = static_cast< CustomAnimationListEntry* >(pTreeList->First()); in selectShape() local
799 while( pEntry ) in selectShape()
801 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in selectShape()
805 pTreeList->Select( pEntry ); in selectShape()
808 pEntry = static_cast< CustomAnimationListEntry* >(pTreeList->Next( pEntry )); in selectShape()
862 CustomAnimationListEntry* pEntry = static_cast<CustomAnimationListEntry*>(First()); in isExpanded() local
864 while( pEntry ) in isExpanded()
866 if( pEntry->getEffect() == pEffect ) in isExpanded()
869 pEntry = static_cast<CustomAnimationListEntry*>(Next( pEntry )); in isExpanded()
872 if( pEntry ) in isExpanded()
873 pEntry = static_cast<CustomAnimationListEntry*>(GetParent( pEntry )); in isExpanded()
875 return (pEntry == 0) || IsExpanded( pEntry ); in isExpanded()
883 CustomAnimationListEntry* pEntry = dynamic_cast< CustomAnimationListEntry* >(FirstSelected()); in getSelection() local
884 while( pEntry ) in getSelection()
886 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in getSelection()
892 if( !IsExpanded( pEntry ) ) in getSelection()
894 …CustomAnimationListEntry* pChild = dynamic_cast< CustomAnimationListEntry* >( FirstChild( pEntry )… in getSelection()
908 pEntry = static_cast< CustomAnimationListEntry* >(NextSelected( pEntry )); in getSelection()
931 CustomAnimationListEntry* pEntry = static_cast< CustomAnimationListEntry* >(FirstSelected()); in CreateContextMenu() local
932 while( pEntry ) in CreateContextMenu()
935 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in CreateContextMenu()
952 pEntry = static_cast< CustomAnimationListEntry* >(NextSelected( pEntry )); in CreateContextMenu()