Home
last modified time | relevance | path

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

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx164 sal_Bool bIsSystemFont ; in impl_checkGetIsSystemFont() local
167 bIsSystemFont = aAccessibilityOpt.GetIsSystemFont(); in impl_checkGetIsSystemFont()
168 xSet->setPropertyValue( s_sIsSystemFont, css::uno::makeAny(bIsSystemFont ? sal_False:sal_True) ); in impl_checkGetIsSystemFont()
172 if ( bIsSystemFont_ == bIsSystemFont )//old config item will not throw error in impl_checkGetIsSystemFont()
320 sal_Bool bIsSystemFont ; in impl_checkSetIsSystemFont() local
323 xSet->getPropertyValue(s_sIsSystemFont) >>= bIsSystemFont; in impl_checkSetIsSystemFont()
324 aAccessibilityOpt.SetIsSystemFont( bIsSystemFont ? sal_False:sal_True ); in impl_checkSetIsSystemFont()
327 if ( bIsSystemFont_ == bIsSystemFont )//old config item will throw error in impl_checkSetIsSystemFont()

Completed in 33 milliseconds