Searched refs:s_sIsAllowAnimatedGraphics (Results 1 – 3 of 3) sorted by relevance
114 …xSet->setPropertyValue( s_sIsAllowAnimatedGraphics, css::uno::makeAny(bIsAllowAnimatedGraphics ? s… in impl_checkGetIsAllowAnimatedGraphics()272 xSet->getPropertyValue(s_sIsAllowAnimatedGraphics) >>= bIsAllowAnimatedGraphics; in impl_checkSetIsAllowAnimatedGraphics()274 xSet->getPropertyValue(s_sIsAllowAnimatedGraphics) >>= bIsAllowAnimatedGraphics_; in impl_checkSetIsAllowAnimatedGraphics()
211 xNode->getPropertyValue(s_sIsAllowAnimatedGraphics) >>= bRet; in GetIsAllowAnimatedGraphics()449 if(xNode.is() && xNode->getPropertyValue(s_sIsAllowAnimatedGraphics)!=bSet) in SetIsAllowAnimatedGraphics()451 xNode->setPropertyValue(s_sIsAllowAnimatedGraphics, css::uno::makeAny(bSet)); in SetIsAllowAnimatedGraphics()
39 …static const ::rtl::OUString s_sIsAllowAnimatedGraphics = ::rtl::OUString::createFromAscii… variable
Completed in 18 milliseconds