Home
last modified time | relevance | path

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

/AOO41X/main/vcl/inc/vcl/
H A Dgraph.hxx179 sal_uLong GetAnimationLoopCount() const;
/AOO41X/main/vcl/source/gdi/
H A Dgraph.cxx630 sal_uLong Graphic::GetAnimationLoopCount() const in GetAnimationLoopCount() function in Graphic
/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx213 mnAnimationLoopCount = ( mbAnimated ? maGraphic.GetAnimationLoopCount() : 0 ); in ImplAssignGraphicData()