Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx742 const int nSelectionCount = maListSelection.size(); in updateControls()
761 CustomAnimationEffectPtr pEffect = maListSelection.front(); in updateControls()
887 if( mpMainSequence->find( maListSelection.front() ) == mpMainSequence->getBegin() ) in updateControls()
890 EffectSequence::iterator aIter( mpMainSequence->find( maListSelection.back() ) ); in updateControls()
912 EffectSequence::iterator aRebuildIter( maListSelection.begin() ); in updateControls()
913 const EffectSequence::iterator aRebuildEnd( maListSelection.end() ); in updateControls()
1334 EffectSequence::iterator aIter( maListSelection.begin() ); in createSelectionSet()
1335 const EffectSequence::iterator aEnd( maListSelection.end() ); in createSelectionSet()
1454 EffectSequence::iterator aIter( maListSelection.begin() ); in changeSelection()
1455 const EffectSequence::iterator aEnd( maListSelection.end() ); in changeSelection()
[all …]
H A DCustomAnimationPane.hxx163 EffectSequence maListSelection; member in sd::CustomAnimationPane