Searched refs:bIsAllowAnimatedText (Results 1 – 1 of 1) sorted by relevance
128 sal_Bool bIsAllowAnimatedText ; in impl_checkGetIsAllowAnimatedText() local131 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() local289 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 13 milliseconds