Lines Matching refs:self

71     self = [ super init ];
72 if ( self != nil ) {
73 [ self setDefaults: rxAccessibleContext ];
75 return self;
126 …xBroadcaster->addEventListener( new AquaA11yEventListener( self, rxAccessibleContext -> getAccessi…
188 …Reference < XAccessibleRelationSet > rxAccessibleRelationSet = [ self accessibleContext ] -> getAc…
199 Reference < XAccessible > rFirstMateAccessible = [ self getFirstRadioButtonInGroup ];
200 …essible.is() && rFirstMateAccessible -> getAccessibleContext().get() == [ self accessibleContext ]…
223 return [ AquaA11yRoleHelper getNativeRoleFrom: [ self accessibleContext ] ];
231 …NSString * subRole = [ AquaA11yRoleHelper getNativeSubroleFrom: [ self accessibleContext ] -> getA…
242 return CreateNSString ( [ self accessibleContext ] -> getAccessibleName() );
246 if ( [ self accessibleContext ] -> getAccessibleRole() == AccessibleRole::COMBO_BOX ) {
247 return [ self titleAttribute ];
248 } else if ( [ self accessibleExtendedComponent ] != nil ) {
249 return [ AquaA11yComponentWrapper descriptionAttributeForElement: self ];
251 return CreateNSString ( [ self accessibleContext ] -> getAccessibleDescription() );
256 if ( [ self accessibleContext ] -> getAccessibleStateSet().is() ) {
257 …return [ NSNumber numberWithBool: [ self accessibleContext ] -> getAccessibleStateSet() -> contain…
264 if ( [ self accessibleContext ] -> getAccessibleRole() == AccessibleRole::COMBO_BOX ) {
266 Reference < XAccessible > rxParent = [ self accessibleContext ] -> getAccessibleParent();
274 } else if ( [ self accessibleContext ] -> getAccessibleStateSet().is() ) {
275 …return [ NSNumber numberWithBool: [ self accessibleContext ] -> getAccessibleStateSet() -> contain…
282 …if ( [ self accessibleContext ] -> getAccessibleRole() == AccessibleRole::RADIO_BUTTON && ! mActsA…
283 Reference < XAccessible > rxAccessible = [ self getFirstRadioButtonInGroup ];
293 Reference< XAccessible > xParent( [ self accessibleContext ] -> getAccessibleParent() );
312 …Reference < XAccessibleRelationSet > rxAccessibleRelationSet = [ self accessibleContext ] -> getAc…
328 } else if ( [ self accessibleTable ] != nil )
330 …AquaA11yTableWrapper* pTable = [self isKindOfClass: [AquaA11yTableWrapper class]] ? (AquaA11yTable…
335 Reference< XAccessibleContext > xContext( [ self accessibleContext ] );
377 AquaA11yWrapper * aWrapper = self;
388 return [ self windowAttribute ];
392 if ( [ self accessibleComponent ] != nil ) {
393 return [ AquaA11yComponentWrapper sizeAttributeForElement: self ];
400 if ( [ self accessibleComponent ] != nil ) {
401 return [ AquaA11yComponentWrapper positionAttributeForElement: self ];
408 return CreateNSString ( [ self accessibleContext ] -> getAccessibleDescription() );
414 } else if( [ self accessibleContext ] -> getAccessibleRole() == AccessibleRole::RADIO_BUTTON ) {
417 AquaA11yWrapper * parent = [ self parentAttribute ];
419 // find index of self
424 if ( self == child ) {
444 [ AquaA11yRoleHelper getNativeRoleFrom: [ self accessibleContext ] ]
445 …with: [ AquaA11yRoleHelper getNativeSubroleFrom: [ self accessibleContext ] -> getAccessibleRole()…
450 if ( [ [ self roleAttribute ] isEqualToString: NSAccessibilityMenuItemRole ] ) {
452 } else if ( [ self accessibleText ] != nil ) {
453 return [ AquaA11yTextWrapper valueAttributeForElement: self ];
454 } else if ( [ self accessibleValue ] != nil ) {
455 return [ AquaA11yValueWrapper valueAttributeForElement: self ];
462 if ( [ self accessibleValue ] != nil ) {
463 return [ AquaA11yValueWrapper minValueAttributeForElement: self ];
470 if ( [ self accessibleValue ] != nil ) {
471 return [ AquaA11yValueWrapper maxValueAttributeForElement: self ];
478 return [ self childrenAttribute ];
482 return [ AquaA11ySelectionWrapper selectedChildrenAttributeForElement: self ];
486 if ( [ self accessibleText ] != nil ) {
487 return [ AquaA11yTextWrapper numberOfCharactersAttributeForElement: self ];
494 if ( [ self accessibleText ] != nil ) {
495 return [ AquaA11yTextWrapper selectedTextAttributeForElement: self ];
502 if ( [ self accessibleText ] != nil ) {
503 return [ AquaA11yTextWrapper selectedTextRangeAttributeForElement: self ];
510 if ( [ self accessibleText ] != nil ) {
511 return [ AquaA11yTextWrapper visibleCharacterRangeAttributeForElement: self ];
518 return self; // TODO ???
522 if ( [ self accessibleText ] != nil ) {
523 return [ AquaA11yTextWrapper sharedTextUIElementsAttributeForElement: self ];
530 if ( [ self accessibleText ] != nil ) {
531 return [ AquaA11yTextWrapper sharedCharacterRangeAttributeForElement: self ];
538 …return [ NSNumber numberWithBool: [ self accessibleContext ] -> getAccessibleStateSet() -> contain…
542 …return [ NSNumber numberWithBool: [ self accessibleContext ] -> getAccessibleStateSet() -> contain…
546 if ( [ self accessibleText ] != nil ) {
547 return [ AquaA11yTextWrapper stringForRangeAttributeForElement: self forParameter: range ];
554 if ( [ self accessibleText ] != nil ) {
555 …return [ AquaA11yTextWrapper attributedStringForRangeAttributeForElement: self forParameter: range…
562 if ( [ self accessibleText ] != nil ) {
563 return [ AquaA11yTextWrapper rangeForIndexAttributeForElement: self forParameter: index ];
570 if ( [ self accessibleText ] != nil ) {
571 … return [ AquaA11yTextWrapper rangeForPositionAttributeForElement: self forParameter: point ];
578 if ( [ self accessibleText ] != nil ) {
579 return [ AquaA11yTextWrapper boundsForRangeAttributeForElement: self forParameter: range ];
586 if ( [ self accessibleText ] != nil ) {
587 … return [ AquaA11yTextWrapper styleRangeForIndexAttributeForElement: self forParameter: index ];
594 if ( [ self accessibleText ] != nil ) {
595 return [ AquaA11yTextWrapper rTFForRangeAttributeForElement: self forParameter: range ];
603 …Reference < XAccessibleStateSet > stateSet = [ self accessibleContext ] -> getAccessibleStateSet();
613 if ( [ self accessibleContext ] -> getAccessibleRelationSet().is() ) {
614 NSString * title = [ self titleAttribute ];
617 …AccessibleRelation relationLabeledBy = [ self accessibleContext ] -> getAccessibleRelationSet() ->…
633 if ( [ self accessibleContext ] -> getAccessibleRelationSet().is() ) {
635 …AccessibleRelation relationLabelFor = [ self accessibleContext ] -> getAccessibleRelationSet() -> …
647 if ( [ self accessibleMultiLineText ] != nil ) {
648 return [ AquaA11yTextWrapper lineForIndexAttributeForElement: self forParameter: index ];
655 if ( [ self accessibleMultiLineText ] != nil ) {
656 return [ AquaA11yTextWrapper rangeForLineAttributeForElement: self forParameter: line ];
673 …AquaA11yWrapper * theWrapper = [ AquaA11yFactory wrapperForAccessibleContext: [ self accessibleCon…
676 …SEL methodSelector = [ self selectorForAttribute: attribute asGetter: YES withGetterParameter: NO …
677 if ( [ self respondsToSelector: methodSelector ] ) {
678 value = [ self performSelector: methodSelector ];
682 [ AquaA11yFactory removeFromWrapperRepositoryFor: [ self accessibleContext ] ];
700 sal_Int16 nRole = [ self accessibleContext ] -> getAccessibleRole();
711 …ignored = ! ( [ self accessibleContext ] -> getAccessibleStateSet() -> contains ( AccessibleStateT…
737 …nativeSubrole = (NSString *) [ AquaA11yRoleHelper getNativeSubroleFrom: [ self accessibleContext ]…
738 title = (NSString *) [ self titleAttribute ];
739 …Reference < XAccessibleRelationSet > rxRelationSet = [ self accessibleContext ] -> getAccessibleRe…
746 nAccessibleChildren = [ self accessibleContext ] -> getAccessibleChildCount();
764 if( [self accessibleContext ] -> getAccessibleRole() == AccessibleRole::TABLE )
765 [AquaA11yTableWrapper addAttributeNamesTo: attributeNames object: self];
767 if ( [ self accessibleText ] != nil ) {
770 if ( [ self accessibleComponent ] != nil ) {
773 if ( [ self accessibleSelection ] != nil ) {
776 if ( [ self accessibleValue ] != nil ) {
792 [ AquaA11yFactory removeFromWrapperRepositoryFor: [ self accessibleContext ] ];
799 if ( [ self accessibleText ] != nil ) {
800 isSettable = [ AquaA11yTextWrapper isAttributeSettable: attribute forElement: self ];
802 if ( ! isSettable && [ self accessibleComponent ] != nil ) {
803 isSettable = [ AquaA11yComponentWrapper isAttributeSettable: attribute forElement: self ];
805 if ( ! isSettable && [ self accessibleSelection ] != nil ) {
806 isSettable = [ AquaA11ySelectionWrapper isAttributeSettable: attribute forElement: self ];
808 if ( ! isSettable && [ self accessibleValue ] != nil ) {
809 isSettable = [ AquaA11yValueWrapper isAttributeSettable: attribute forElement: self ];
817 if ( [ self accessibleText ] != nil ) {
824 …SEL methodSelector = [ self selectorForAttribute: attribute asGetter: YES withGetterParameter: YES…
825 if ( [ self respondsToSelector: methodSelector ] ) {
826 return [ self performSelector: methodSelector withObject: parameter ];
839 …SEL methodSelector = [ self selectorForAttribute: attribute asGetter: NO withGetterParameter: NO ];
841 … [ AquaA11yComponentWrapper performSelector: methodSelector withObject: self withObject: value ];
844 [ AquaA11yTextWrapper performSelector: methodSelector withObject: self withObject: value ];
847 … [ AquaA11ySelectionWrapper performSelector: methodSelector withObject: self withObject: value ];
850 [ AquaA11yValueWrapper performSelector: methodSelector withObject: self withObject: value ];
861 // make sure self gets registered in the repository ..
862 [ self accessibleContext ];
867 // Make sure the focused object is a descendant of self
869 // if( self == ancestor )
875 return self;
906 … NSString * role = (NSString *) [ self accessibilityAttributeValue: NSAccessibilityRoleAttribute ];
907 id enabledAttr = [ self enabledAttribute ];
909 … NSView * parent = (NSView *) [ self accessibilityAttributeValue: NSAccessibilityParentAttribute ];
921 } else if ( enabled && [ self accessibleAction ] != nil ) {
922 wrapper = self ;
931 AquaA11yWrapper * actionResponder = [ self actionResponder ];
939 AquaA11yWrapper * actionResponder = [ self actionResponder ];
1018 …NSWindow * window = (NSWindow *) [ self accessibilityAttributeValue: NSAccessibilityWindowAttribut…
1024 …if ( [ element isKindOfClass: [ SalFrameWindow class ] ] && [ self isViewElement: element hitByPoi…
1044 [ self setDefaults: [ self accessibleContext ] ];
1105 return [self window];