/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibleCellHandler.java | 92 aChild = new StringNode ("# table row: " + nRow, aParent); in createChild() 100 aChild = new StringNode ("# table column: " + nCol, aParent); in createChild() 110 aChild = new StringNode ("# table row extend: " + nExt, aParent); in createChild() 120 aChild = new StringNode ("# table column extend: " + nExt, aParent); in createChild() 131 …aChild = new StringNode ("# cell name retrieved from table: " + xChild.getAccessibleContext().getA… in createChild() 142 aChild = new StringNode ("cell is selected: " + bSelected, aParent); in createChild() 152 aChild = new StringNode ("table row is selected: " + bSelected, aParent); in createChild() 162 aChild = new StringNode ("table column is selected: " + bSelected, aParent); in createChild() 166 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
|
H A D | AccessibleTextHandler.java | 93 aChild = new StringNode (xText.getText(), aParent); in createChild() 99 aChild = new StringNode (characters( xText ), aParent); in createChild() 102 aChild = new StringNode ("selection: " in createChild() 146 aChild = new StringNode (bounds( xText ), aParent); in createChild() 152 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild() 208 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode() 224 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode() 230 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode() 234 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode() 362 new StringNode( aValues[i].Name + ": " + aValues[i].Value, in getAttributes() [all …]
|
H A D | AccessibleComponentHandler.java | 69 aChild = new StringNode ( in createChild() 75 aChild = new StringNode ( in createChild() 81 aChild = new StringNode ( in createChild() 87 aChild = new StringNode ( in createChild() 94 aChild = new StringNode ("Foreground color: R" in createChild() 103 aChild = new StringNode ("Background color: R" in createChild()
|
H A D | AccessibleTableHandler.java | 70 … aChild = new StringNode ("# table rows: " + xTable.getAccessibleRowCount(), aParent); in createChild() 73 … aChild = new StringNode ("# table columns: " + xTable.getAccessibleColumnCount(), aParent); in createChild() 84 aChild = new StringNode (sText, aParent); in createChild() 96 aChild = new StringNode (sText, aParent); in createChild() 100 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
|
H A D | AccessibleSelectionHandler.java | 73 aChild = new StringNode( in createChild() 98 aVNode.addChild( new StringNode( in createChild() 108 aVNode.addChild( new StringNode( in createChild() 117 aChild = new StringNode( "IndexOutOfBounds", in createChild() 123 aChild = new StringNode( "ERROR", aParent ); in createChild()
|
H A D | AccessibleUNOHandler.java | 82 aChild = new StringNode ("Implementation name: " + in createChild() 90 aChild = new StringNode ( in createChild() 99 aChild = new StringNode ( in createChild() 119 aNode.addChild (new StringNode (aServiceNames[i], aParent)); in CreateServiceTree() 132 aNode.addChild (new StringNode (aTypes[i].getTypeName(), aParent)); in CreateInterfaceTree()
|
H A D | AccessibleTreeHandler.java | 70 aChild = new StringNode ("Child count: " + mxContext.getAccessibleChildCount(), in createChild() 84 aChild = new StringNode ("ERROR: no child with index " + nIndex, aParent); in createChild() 89 aChild = new StringNode ("XAccessibleContext interface not supported", aParent); in createChild()
|
H A D | StringNode.java | 27 class StringNode class 30 public StringNode (String aDisplayObject, AccessibleTreeNode aParent) in StringNode() method in StringNode
|
H A D | AccessibleExtendedComponentHandler.java | 73 aChild = new StringNode ("Depricated Foreground color: R" in createChild() 82 aChild = new StringNode ("Depricated Background color: R" in createChild()
|
H A D | AccessibleActionHandler.java | 70 … aChild = new StringNode ("Number of actions: " + xAction.getAccessibleActionCount(), in createChild() 85 aChild = new StringNode ("ERROR", aParent); in createChild()
|
H A D | AccessibleRelationHandler.java | 104 aVNode.addChild( new StringNode( aBuffer.toString(), in createChild() 112 aChild = new StringNode( "IndexOutOfBounds", aParent ); in createChild()
|
H A D | AccessibleActionNode.java | 29 extends StringNode
|
H A D | VectorNode.java | 29 extends StringNode
|
H A D | AccessibleEditableTextHandler.java | 59 return new StringNode ("XAccessibleEditableText is supported", aParent); in createChild()
|
H A D | AccessibleHyperlinkHandler.java | 61 return new StringNode ("interface XAccessibleHyperlink is supported", aParent); in getChild()
|
H A D | AccessibleHypertextHandler.java | 61 return new StringNode ("interface XAccessibleHypertext is supported", aParent); in getChild()
|
/aoo42x/main/rsc/source/tools/ |
H A D | rsctree.cxx | 506 StringNode * StringNode::Search( const char * pSearch ) const{ in Search() 507 return (StringNode *)NameNode::Search( (const void *)pSearch ); in Search() 519 COMPARE StringNode::Compare( const NameNode * pSearch ) const in Compare() 522 ((const StringNode *)pSearch)->aName.GetBuffer() ); in Compare() 531 COMPARE StringNode::Compare( const void * pSearch ) const in Compare()
|
H A D | rscdef.cxx | 261 : StringNode( rDefName ) in RscDefine() 271 : StringNode( rDefName ) in RscDefine() 380 return (RscDefine *)StringNode::Search( pStr ); in Search()
|
/aoo42x/main/rsc/inc/ |
H A D | rsctree.hxx | 96 class StringNode : public NameNode class 107 StringNode(){}; in StringNode() function in StringNode 108 StringNode( const ByteString & rStr ) { aName = rStr; } in StringNode() function in StringNode 110 StringNode* Search( const char * ) const;
|
H A D | rscdef.hxx | 117 class RscDefine : public StringNode 143 using StringNode::Search;
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | UnionNode.java | 63 else if (aType instanceof StringNode) in AddNode() 70 if (aChild instanceof StringNode) in AddNode() 73 final ISimpleTypeNode aNewChild = ((StringNode)aChild).Join((StringNode)aType); in AddNode()
|
H A D | StringNode.java | 35 public class StringNode class 38 public StringNode ( in StringNode() method in StringNode 169 public ISimpleTypeNode Join (final StringNode aType) in Join()
|
H A D | ISimpleTypeNodeVisitor.java | 29 void Visit (final StringNode aType); in Visit()
|
H A D | SimpleTypeNodeVisitorAdapter.java | 46 public void Visit(StringNode aType) in Visit()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
H A D | ParserTablesGenerator.java | 53 import org.apache.openoffice.ooxml.schema.simple.StringNode; 358 @Override public void Visit(StringNode aType) in WriteSimpleTypes() 399 final StringNode aType) in AppendStringDescription()
|