Searched refs:bIsAllowAnimatedGraphics (Results 1 – 1 of 1) sorted by relevance
110 sal_Bool bIsAllowAnimatedGraphics ; in impl_checkGetIsAllowAnimatedGraphics() local113 bIsAllowAnimatedGraphics = aAccessibilityOpt.GetIsAllowAnimatedGraphics(); in impl_checkGetIsAllowAnimatedGraphics()114 …xSet->setPropertyValue( s_sIsAllowAnimatedGraphics, css::uno::makeAny(bIsAllowAnimatedGraphics ? s… in impl_checkGetIsAllowAnimatedGraphics()118 if ( bIsAllowAnimatedGraphics_ == bIsAllowAnimatedGraphics )//old config item will not throw error in impl_checkGetIsAllowAnimatedGraphics()269 sal_Bool bIsAllowAnimatedGraphics ; in impl_checkSetIsAllowAnimatedGraphics() local272 xSet->getPropertyValue(s_sIsAllowAnimatedGraphics) >>= bIsAllowAnimatedGraphics; in impl_checkSetIsAllowAnimatedGraphics()273 aAccessibilityOpt.SetIsAllowAnimatedGraphics( bIsAllowAnimatedGraphics ? sal_False:sal_True ); in impl_checkSetIsAllowAnimatedGraphics()276 if ( bIsAllowAnimatedGraphics_ == bIsAllowAnimatedGraphics )//old config item will throw error in impl_checkSetIsAllowAnimatedGraphics()
Completed in 16 milliseconds