Home
last modified time | relevance | path

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

/aoo4110/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx168 xSet->setPropertyValue( s_sIsSystemFont, css::uno::makeAny(bIsSystemFont ? sal_False:sal_True) ); in impl_checkGetIsSystemFont()
323 xSet->getPropertyValue(s_sIsSystemFont) >>= bIsSystemFont; in impl_checkSetIsSystemFont()
325 xSet->getPropertyValue(s_sIsSystemFont) >>= bIsSystemFont_; in impl_checkSetIsSystemFont()
/aoo4110/main/svtools/source/config/
H A Daccessibilityoptions.cxx265 xNode->getPropertyValue(s_sIsSystemFont) >>= bRet; in GetIsSystemFont()
509 if(xNode.is() && xNode->getPropertyValue(s_sIsSystemFont)!=bSet) in SetIsSystemFont()
511 xNode->setPropertyValue(s_sIsSystemFont, css::uno::makeAny(bSet)); in SetIsSystemFont()
/aoo4110/main/svtools/source/inc/configitems/
H A Daccessibilityoptions_const.hxx42 …static const ::rtl::OUString s_sIsSystemFont = ::rtl::OUString::createFromAscii… variable

Completed in 27 milliseconds