Searched refs:bIsSystemFont (Results 1 – 1 of 1) sorted by relevance
164 sal_Bool bIsSystemFont ; in impl_checkGetIsSystemFont() local167 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() local323 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 12 milliseconds