Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm44 @implementation AquaA11yTextAttributesWrapper : NSObject implementation
159 int style = [ AquaA11yTextAttributesWrapper convertUnderlineStyle: property ];
166 fonttraits |= [ AquaA11yTextAttributesWrapper convertBoldStyle: property ];
168 fonttraits |= [ AquaA11yTextAttributesWrapper convertItalicStyle: property ];
172 if ( [ AquaA11yTextAttributesWrapper isStrikethrough: property ] ) {
176 if ( [ AquaA11yTextAttributesWrapper convertBoolean: property ] ) {
182 underlineHasColor = [ AquaA11yTextAttributesWrapper convertBoolean: property ];
191 NSNumber * number = [ AquaA11yTextAttributesWrapper convertShort: property ];
200 …[ AquaA11yTextAttributesWrapper addColor: underlineColor forAttribute: NSAccessibilityUnderlineCol…
207 [ AquaA11yTextAttributesWrapper addFont: font toString: string forRange: range ];
[all …]
H A Daqua11ytextattributeswrapper.h29 @interface AquaA11yTextAttributesWrapper : NSObject interface
H A Daqua11ytextwrapper.mm195 …return [ AquaA11yTextAttributesWrapper createAttributedStringForElement: wrapper inOrigRange: rang…

Completed in 22 milliseconds