Home
last modified time | relevance | path

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

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx128 sal_Bool bIsAllowAnimatedText ; in impl_checkGetIsAllowAnimatedText() local
131 bIsAllowAnimatedText = aAccessibilityOpt.GetIsAllowAnimatedText(); in impl_checkGetIsAllowAnimatedText()
132 …xSet->setPropertyValue( s_sIsAllowAnimatedText, css::uno::makeAny(bIsAllowAnimatedText ? sal_False… in impl_checkGetIsAllowAnimatedText()
136 if ( bIsAllowAnimatedText_ == bIsAllowAnimatedText )//old config item will not throw error in impl_checkGetIsAllowAnimatedText()
286 sal_Bool bIsAllowAnimatedText ; in impl_checkSetIsAllowAnimatedText() local
289 xSet->getPropertyValue(s_sIsAllowAnimatedText) >>= bIsAllowAnimatedText; in impl_checkSetIsAllowAnimatedText()
290 aAccessibilityOpt.SetIsAllowAnimatedText( bIsAllowAnimatedText ? sal_False:sal_True ); in impl_checkSetIsAllowAnimatedText()
293 if ( bIsAllowAnimatedText_ == bIsAllowAnimatedText )//old config item will throw error in impl_checkSetIsAllowAnimatedText()

Completed in 21 milliseconds