Home
last modified time | relevance | path

Searched defs:aNode (Results 1 – 25 of 60) sorted by relevance

123

/aoo4110/main/toolkit/test/accessibility/
H A DNodeHandler.java98 public boolean removeChild (AccessibleTreeNode aNode, int nIndex) in removeChild()
116 public int indexOf (AccessibleTreeNode aNode) in indexOf()
136 public boolean isChildEditable (AccessibleTreeNode aNode, int nIndex) in isChildEditable()
146 public String[] getActions (AccessibleTreeNode aNode) in getActions()
152 public void performAction (AccessibleTreeNode aNode, int nIndex) in performAction()
158 public void update (AccessibleTreeNode aNode) in update()
H A DNodeMap.java28 public abstract void Apply (AccTreeNode aNode); in Apply()
52 public boolean InsertNode (XAccessibleContext xContext, AccessibleTreeNode aNode) in InsertNode()
60 protected void RemoveNode (AccessibleTreeNode aNode) in RemoveNode()
112 XAccessibleContext GetAccessible (AccessibleTreeNode aNode) in GetAccessible()
125 boolean ValueIsMember (AccessibleTreeNode aNode) in ValueIsMember()
H A DAccessibilityTree.java121 protected void expandTree (AccessibleTreeNode aNode, Expander aExpander) in expandTree()
171 AccessibleTreeNode aNode = (AccessibleTreeNode)aObj; in expandTree() local
200 public void expandShapes (AccessibleTreeNode aNode) in expandShapes()
210 public void expandAll (AccessibleTreeNode aNode) in expandAll()
260 AccTreeNode aNode = (AccTreeNode)aObject; in popupTrigger() local
276 AccessibleTreeNode aNode = (AccessibleTreeNode)aObject; in popupTrigger() local
307 public NodeAction( String aName, AccessibleTreeNode aNode, int nIndex ) in NodeAction()
325 public ShapeExpandAction (AccessibilityTree aTree, AccTreeNode aNode) in ShapeExpandAction()
342 public SubtreeExpandAction (AccessibilityTree aTree, AccTreeNode aNode) in SubtreeExpandAction()
374 AccTreeNode aNode = (AccTreeNode)aObject; in expand() local
H A DAccessibleUNOHandler.java56 private XServiceInfo GetServiceInfo (AccessibleTreeNode aNode) in GetServiceInfo()
64 private XTypeProvider GetTypeProvider (AccessibleTreeNode aNode) in GetTypeProvider()
115 VectorNode aNode = new VectorNode ("Supported Services", aParent); in CreateServiceTree() local
128 VectorNode aNode = new VectorNode ("Supported Interfaces", aParent); in CreateInterfaceTree() local
H A DAccessibilityTreeModel.java94 public void FireTreeStructureChanged (AccessibleTreeNode aNode) in FireTreeStructureChanged()
159 protected boolean removeChild (AccessibleTreeNode aNode) in removeChild()
200 AccessibleTreeNode aNode = maNodeMap.GetNode (xNode); in removeNode() local
271 protected boolean addNode (AccessibleTreeNode aNode) in addNode()
306 protected Object[] createPath (AccessibleTreeNode aNode) in createPath()
407 protected TreeModelEvent createChangeEvent (AccTreeNode aNode, Vector aChildIndices) in createChangeEvent()
502 AccTreeNode aNode = null; in updateNode() local
H A DAccessibleTextHandler.java183 VectorNode aNode = new VectorNode (sName, aParent); in textAtIndexNode() local
387 public String[] getActions (AccessibleTreeNode aNode) in getActions()
396 public void performAction (AccessibleTreeNode aNode, int nIndex) in performAction()
487 AccTreeNode aNode; field in TextActionDialog
596 boolean action( JTextComponent aText, AccTreeNode aNode ) in action()
606 public TextEditDialog( AccTreeNode aNode, in TextEditDialog()
623 boolean action( JTextComponent aText, AccTreeNode aNode ) in action()
696 AccTreeNode aNode ) in TextAttributeDialog()
778 boolean action( JTextComponent aText, AccTreeNode aNode ) in action()
H A DAccessibleSelectionHandler.java133 public String[] getActions (AccessibleTreeNode aNode) in getActions()
147 public void performAction (AccessibleTreeNode aNode, int nIndex) in performAction()
H A DNodeFactory.java63 private void addDefaultHandlers (AccTreeNode aNode, XAccessibleContext xContext) in addDefaultHandlers()
140 AccTreeNode aNode = new AccTreeNode (xAccessible, xContext, sDisplay, aParent); in createDefaultNode() local
H A DCanvas.java86 public void addNode (AccTreeNode aNode) in addNode()
110 public void removeNode (AccTreeNode aNode) in removeNode()
123 public void updateNode (AccTreeNode aNode) in updateNode()
134 public void updateNodeGeometry (AccTreeNode aNode) in updateNodeGeometry()
H A DAccessibleEditableTextHandler.java51 protected static XAccessibleEditableText getEText (AccTreeNode aNode) in getEText()
H A DAccessibleHypertextHandler.java51 protected static XAccessibleHypertext getHypertext (AccTreeNode aNode) in getHypertext()
H A DAccessibleImageHandler.java51 protected static XAccessibleImage getImage (AccTreeNode aNode) in getImage()
H A DGeometryEventHandler.java44 AccTreeNode aNode = maTreeModel.updateNode (mxEventSource, in Process() local
H A DAccessibleExtendedComponentHandler.java51 private static XAccessibleExtendedComponent getComponent (AccTreeNode aNode) in getComponent()
H A DVectorNode.java62 public int indexOf (AccessibleTreeNode aNode) in indexOf()
H A DAccessibleComponentHandler.java116 public void update (AccessibleTreeNode aNode) in update()
H A DAccessibleTreeHandler.java124 public void update (AccessibleTreeNode aNode) in update()
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java80 public synchronized boolean AddNode (TreeNode aNode) in AddNode()
109 public synchronized boolean RemoveNode (TreeNode aNode) in RemoveNode()
145 public CanvasShape Get (TreeNode aNode) in Get()
180 TreeNode aNode = (TreeNode)aEvent.getTreePath().getLastPathComponent(); in treeStructureChanged() local
192 TreeNode aNode = (TreeNode)aEvent.getPath().getLastPathComponent(); in treeWillCollapse() local
198 TreeNode aNode = (TreeNode)aEvent.getPath().getLastPathComponent(); in treeExpanded() local
206 private void AddAllChildren (TreeNode aNode) { in AddAllChildren()
217 private void RemoveAllChildren (TreeNode aNode) { in RemoveAllChildren()
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTreeModel.java69 AccessibilityNode aNode = (AccessibilityNode)aObject; in isLeaf() local
102 AccessibilityNode aNode = (AccessibilityNode)aObject; in getChildCount() local
176 public synchronized void AddTopLevelNode (AccessibilityNode aNode) in AddTopLevelNode()
203 public synchronized void RemoveTopLevelNode (AccessibilityNode aNode) in RemoveTopLevelNode()
/aoo4110/main/unoxml/source/dom/
H A Dattributesmap.cxx70 Reference< XNode > aNode; in getNamedItem() local
102 Reference< XNode > aNode; in getNamedItemNS() local
137 Reference< XNode > aNode; in item() local
H A Dsaxbuilder.cxx155 Reference< XNode > aNode = m_aNodeStack.top(); in endDocumentFragment() local
189 Reference< XNode > aNode = m_aNodeStack.top(); in endDocument() local
309 Reference< XNode > aNode(m_aNodeStack.top()); in endElement() local
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java325 DefaultMutableTreeNode aNode = new DefaultMutableTreeNode (sTitle); in CreateNode() local
338 DefaultMutableTreeNode aNode = new DefaultMutableTreeNode (sTitle); in CreateSegmentNode() local
413 DefaultMutableTreeNode aNode, in AddAttributeNodes()
/aoo4110/main/l10ntools/source/filter/utils/
H A DXMLHelper.java121 public static java.util.HashMap convertNodeToPropSet(org.w3c.dom.Node aNode) in convertNodeToPropSet()
636 public static java.lang.String extractNodeAttribByName(org.w3c.dom.Node aNode , in extractNodeAttribByName()
689 public static java.util.Vector extractChildNodesByTagName(org.w3c.dom.Node aNode, in extractChildNodesByTagName()
727 public static java.util.Vector extractChildNodesByType(org.w3c.dom.Node aNode, in extractChildNodesByType()
/aoo4110/main/store/source/
H A Dstorpage.cxx230 OStoreBTreeNodeObject aNode (m_aRoot.get()); in remove_Impl() local
417 OStoreBTreeNodeObject aNode; in iterate() local
445 OStoreBTreeNodeObject aNode; in load_dirpage_Impl() local
466 node aNode; in save_dirpage_Impl() local
527 OStoreBTreeNodeObject aNode; in attrib() local
1011 OStoreBTreeNodeObject aNode; in rebuild() local
/aoo4110/main/linguistic/source/
H A Dlngsvcmgr.cxx208 String aNode( String::CreateFromAscii( pEntryName ) ); in SetAvailableCfgServiceLists() local
663 OUString aNode( aSpellCheckerList ); in Notify() local
688 OUString aNode( aGrammarCheckerList ); in Notify() local
716 OUString aNode( aHyphenatorList ); in Notify() local
741 OUString aNode( aThesaurusList ); in Notify() local
1123 String aNode( String::CreateFromAscii( "ServiceManager/SpellCheckerList" ) ); in SetCfgServiceLists() local
1166 String aNode( String::CreateFromAscii( "ServiceManager/GrammarCheckerList" ) ); in SetCfgServiceLists() local
1213 String aNode( String::CreateFromAscii( "ServiceManager/HyphenatorList" ) ); in SetCfgServiceLists() local
1260 String aNode( String::CreateFromAscii( "ServiceManager/ThesaurusList" ) ); in SetCfgServiceLists() local
1834 OUString aNode( OUString::createFromAscii( "ServiceManager/HyphenatorList" )); in getConfiguredServices() local
[all …]

Completed in 72 milliseconds

123