Home
last modified time | relevance | path

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

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx114 …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()
/trunk/main/svtools/source/config/
H A Daccessibilityoptions.cxx211 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()
/trunk/main/svtools/source/inc/configitems/
H A Daccessibilityoptions_const.hxx39 …static const ::rtl::OUString s_sIsAllowAnimatedGraphics = ::rtl::OUString::createFromAscii… variable

Completed in 32 milliseconds