Home
last modified time | relevance | path

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

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx110 sal_Bool bIsAllowAnimatedGraphics ; in impl_checkGetIsAllowAnimatedGraphics() local
113 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() local
272 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 30 milliseconds