Searched refs:s_sIsAllowAnimatedText (Results 1 – 3 of 3) sorted by relevance
132 …xSet->setPropertyValue( s_sIsAllowAnimatedText, css::uno::makeAny(bIsAllowAnimatedText ? sal_False… in impl_checkGetIsAllowAnimatedText()289 xSet->getPropertyValue(s_sIsAllowAnimatedText) >>= bIsAllowAnimatedText; in impl_checkSetIsAllowAnimatedText()291 xSet->getPropertyValue(s_sIsAllowAnimatedText) >>= bIsAllowAnimatedText_; in impl_checkSetIsAllowAnimatedText()
229 xNode->getPropertyValue(s_sIsAllowAnimatedText) >>= bRet; in GetIsAllowAnimatedText()469 if(xNode.is() && xNode->getPropertyValue(s_sIsAllowAnimatedText)!=bSet) in SetIsAllowAnimatedText()471 xNode->setPropertyValue(s_sIsAllowAnimatedText, css::uno::makeAny(bSet)); in SetIsAllowAnimatedText()
40 …static const ::rtl::OUString s_sIsAllowAnimatedText = ::rtl::OUString::createFromAscii… variable
Completed in 15 milliseconds