Home
last modified time | relevance | path

Searched refs:mbAnimationAllowed (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfusldlg.cxx129 …aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_ANIMATION_ALLOWED, rPresentationSettings.mbAnimationAllowed in DoExecute()
215 if ( bValue != rPresentationSettings.mbAnimationAllowed ) in DoExecute()
218 rPresentationSettings.mbAnimationAllowed = bValue; in DoExecute()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx120 mbAnimationAllowed( true ), in PresentationSettings()
140 mbAnimationAllowed( r.mbAnimationAllowed ), in PresentationSettings()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx380 if(rPresSettings.mbAnimationAllowed != bVal) in setPropertyValue()
383 rPresSettings.mbAnimationAllowed = bVal; in setPropertyValue()
617 return Any( rPresSettings.mbAnimationAllowed ); in getPropertyValue()
H A Dslideshowimpl.cxx846 maPresSettings.mbAnimationAllowed = sal_True; in startPreview()
1135 -1, Any( maPresSettings.mbAnimationAllowed != sal_False ), in startShow()
3642 if( rValue >>= mbAnimationAllowed ) in SetPropertyValue()
3647 if( rValue >>= mbAnimationAllowed ) in SetPropertyValue()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx143 sal_Bool mbAnimationAllowed; member
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1399 rPresSettings.mbAnimationAllowed = ( nFlags & 2 ) == 0; in Import()

Completed in 63 milliseconds