Home
last modified time | relevance | path

Searched refs:aNode (Results 1 – 25 of 65) sorted by relevance

123

/aoo41x/main/toolkit/test/accessibility/
H A DNodeFactory.java69 aNode.addHandler (maTextHandler.createHandler (xContext)); in addDefaultHandlers()
74 aNode.addHandler (maImageHandler.createHandler (xContext)); in addDefaultHandlers()
76 aNode.addHandler (maCellHandler.createHandler (xContext)); in addDefaultHandlers()
81 aNode.addHandler (maUNOHandler.createHandler (xContext)); in addDefaultHandlers()
82 aNode.addHandler (maTreeHandler.createHandler (xContext)); in addDefaultHandlers()
93 aNode.addHandler (aHandler); in addDefaultHandlers()
101 aNode.addHandler (aHandler); in addDefaultHandlers()
110 aNode.addHandler (maUNOHandler.createHandler (xContext)); in addDefaultHandlers()
141 addDefaultHandlers (aNode, xContext); in createDefaultNode()
143 if (aNode == null) in createDefaultNode()
[all …]
H A DAccessibilityTreeModel.java163 if( aNode == null ) in removeChild()
183 maNodeMap.RemoveNode (aNode); in removeChild()
189 + aNode + " : " + e); in removeChild()
203 removeChild (aNode); in removeNode()
205 System.out.println (aNode); in removeNode()
294 + aNode + ": " + e); in addNode()
309 aNode.createPath (aPath); in createPath()
421 createPath(aNode), in createChangeEvent()
502 AccTreeNode aNode = null; in updateNode() local
507 aNode = (AccTreeNode) aTreeNode; in updateNode()
[all …]
H A DAccessibilityTree.java172 int nLength = aNode.getChildCount(); in expandTree()
200 public void expandShapes (AccessibleTreeNode aNode) in expandShapes() argument
202 expandTree (aNode, new ShapeExpander()); in expandShapes()
210 public void expandAll (AccessibleTreeNode aNode) in expandAll() argument
212 expandTree (aNode, new AllExpander()); in expandAll()
266 aNode.getActions(aActions); in popupTrigger()
271 aNode, i ) ); in popupTrigger()
284 aNode, in popupTrigger()
310 maNode = aNode; in NodeAction()
329 maNode = aNode; in ShapeExpandAction()
[all …]
H A DAccessibleTextHandler.java218 if (aNode.getChildCount() > 50) in textAtIndexNode()
230 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode()
234 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode()
238 return aNode; in textAtIndexNode()
390 if (aNode instanceof AccTreeNode) in getActions()
398 if ( ! (aNode instanceof AccTreeNode)) in performAction()
401 AccTreeNode aATNode = (AccTreeNode)aNode; in performAction()
487 AccTreeNode aNode; field in TextActionDialog
498 aNode = aNd; in TextActionDialog()
606 public TextEditDialog( AccTreeNode aNode, in TextEditDialog() argument
[all …]
H A DNodeMap.java28 public abstract void Apply (AccTreeNode aNode); in Apply() argument
56 aNode); in InsertNode()
57 return aPreviousNode != aNode; in InsertNode()
60 protected void RemoveNode (AccessibleTreeNode aNode) in RemoveNode() argument
64 if ((aNode != null) && (aNode instanceof AccTreeNode)) in RemoveNode()
72 + aNode + " : " + e); in RemoveNode()
112 XAccessibleContext GetAccessible (AccessibleTreeNode aNode) in GetAccessible() argument
114 if ((aNode != null) && (aNode instanceof AccTreeNode)) in GetAccessible()
115 return ((AccTreeNode)aNode).getContext(); in GetAccessible()
125 boolean ValueIsMember (AccessibleTreeNode aNode) in ValueIsMember() argument
[all …]
H A DAccessibleUNOHandler.java56 private XServiceInfo GetServiceInfo (AccessibleTreeNode aNode) in GetServiceInfo() argument
59 if (aNode instanceof AccTreeNode) in GetServiceInfo()
61 XServiceInfo.class, ((AccTreeNode)aNode).getContext()); in GetServiceInfo()
64 private XTypeProvider GetTypeProvider (AccessibleTreeNode aNode) in GetTypeProvider() argument
67 if (aNode instanceof AccTreeNode) in GetTypeProvider()
69 XTypeProvider.class, ((AccTreeNode)aNode).getContext()); in GetTypeProvider()
115 VectorNode aNode = new VectorNode ("Supported Services", aParent); in CreateServiceTree() local
119 aNode.addChild (new StringNode (aServiceNames[i], aParent)); in CreateServiceTree()
121 return aNode; in CreateServiceTree()
128 VectorNode aNode = new VectorNode ("Supported Interfaces", aParent); in CreateInterfaceTree() local
[all …]
H A DCanvas.java86 public void addNode (AccTreeNode aNode) in addNode() argument
88 if (maNodes.indexOf (aNode) == -1) in addNode()
90 maNodes.add (aNode); in addNode()
95 aObject = new CanvasShape (aNode); in addNode()
102 maObjects.put (aNode, aObject); in addNode()
110 public void removeNode (AccTreeNode aNode) in removeNode() argument
112 int i = maNodes.indexOf (aNode); in removeNode()
115 Object aObject = maObjects.get(aNode); in removeNode()
118 maNodes.remove (aNode); in removeNode()
123 public void updateNode (AccTreeNode aNode) in updateNode() argument
[all …]
H A DNodeHandler.java98 public boolean removeChild (AccessibleTreeNode aNode, int nIndex) in removeChild() argument
116 public int indexOf (AccessibleTreeNode aNode) in indexOf() argument
120 return maChildList.indexOf (aNode); in indexOf()
136 public boolean isChildEditable (AccessibleTreeNode aNode, int nIndex) in isChildEditable() argument
146 public String[] getActions (AccessibleTreeNode aNode) in getActions() argument
152 public void performAction (AccessibleTreeNode aNode, int nIndex) in performAction() argument
158 public void update (AccessibleTreeNode aNode) in update() argument
H A DAccessibleSelectionHandler.java133 public String[] getActions (AccessibleTreeNode aNode) in getActions() argument
135 if( aNode instanceof AccTreeNode ) in getActions()
138 ((AccTreeNode)aNode).getSelection(); in getActions()
147 public void performAction (AccessibleTreeNode aNode, int nIndex) in performAction() argument
149 new SelectionDialog( (AccTreeNode)aNode ).show(); in performAction()
H A DAccTreeNode.java249 public int indexOf (AccessibleTreeNode aNode) in indexOf() argument
252 if (aNode != null) in indexOf()
257 int nIndex = aDescriptor.maHandler.indexOf (aNode); in indexOf()
331 AccessibleTreeNode aNode = aHandler.addAccessibleChild (this, xChild); in addAccessibleChild() local
333 return aNode; in addAccessibleChild()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java85 aShape = new CanvasShape (aNode, maCanvas); in AddNode()
96 maShapeList.put (aNode, aShape); in AddNode()
117 maShapeList.remove (aNode); in RemoveNode()
145 public CanvasShape Get (TreeNode aNode) in Get() argument
147 if (aNode != null) { in Get()
148 return (CanvasShape)maShapeList.get (aNode); in Get()
181 RemoveAllChildren(aNode); in treeStructureChanged()
182 AddAllChildren(aNode); in treeStructureChanged()
193 RemoveAllChildren (aNode); in treeWillCollapse()
199 AddAllChildren (aNode); in treeExpanded()
[all …]
/aoo41x/main/store/source/
H A Dstorpage.cxx166 OStoreBTreeNodeObject aNode;
203 aNode.remove (nIndex, rEntry, *this);
287 return aNode.remove (i, rEntry, *this); in remove_Impl()
417 OStoreBTreeNodeObject aNode; in iterate() local
445 OStoreBTreeNodeObject aNode; in load_dirpage_Impl() local
466 node aNode; in save_dirpage_Impl() local
493 return saveObjectAt (aNode, aNode.location()); in save_dirpage_Impl()
506 return saveObjectAt (aNode, aNode.location()); in save_dirpage_Impl()
527 OStoreBTreeNodeObject aNode; in attrib() local
554 eErrCode = saveObjectAt (aNode, aNode.location()); in attrib()
[all …]
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTreeModel.java69 AccessibilityNode aNode = (AccessibilityNode)aObject; in isLeaf() local
72 bIsLeaf = aNode.isLeaf(); in isLeaf()
102 AccessibilityNode aNode = (AccessibilityNode)aObject; in getChildCount() local
103 return aNode.getChildCount(); in getChildCount()
176 public synchronized void AddTopLevelNode (AccessibilityNode aNode) in AddTopLevelNode() argument
178 if (aNode != null) in AddTopLevelNode()
192 aNode.SetParent (aRoot); in AddTopLevelNode()
193 aRoot.Append (aNode); in AddTopLevelNode()
194 nodesWereInserted (aRoot, new int[]{aRoot.getIndex (aNode)}); in AddTopLevelNode()
208 int nIndex = aRoot.getIndex (aNode); in RemoveTopLevelNode()
[all …]
/aoo41x/main/linguistic/source/
H A Dlngsvcmgr.cxx221 OUString aPropName( aNode ); in SetAvailableCfgServiceLists()
663 OUString aNode( aSpellCheckerList ); in Notify() local
666 OUString aPropName( aNode ); in Notify()
716 OUString aNode( aHyphenatorList ); in Notify() local
719 OUString aPropName( aNode ); in Notify()
741 OUString aNode( aThesaurusList ); in Notify() local
744 OUString aPropName( aNode ); in Notify()
1129 String aPrefix( aNode ); in SetCfgServiceLists()
1172 String aPrefix( aNode ); in SetCfgServiceLists()
1219 String aPrefix( aNode ); in SetCfgServiceLists()
[all …]
/aoo41x/main/unoxml/source/dom/
H A Dattributesmap.cxx70 Reference< XNode > aNode; in getNamedItem() local
81 aNode = Reference< XNode >( in getNamedItem()
89 return aNode; in getNamedItem()
102 Reference< XNode > aNode; in getNamedItemNS() local
118 aNode = Reference< XNode >( in getNamedItemNS()
126 return aNode; in getNamedItemNS()
137 Reference< XNode > aNode; in item() local
147 aNode = Reference< XNode >( in item()
156 return aNode; in item()
H A Dsaxbuilder.cxx155 Reference< XNode > aNode = m_aNodeStack.top(); in endDocumentFragment() local
156 if ( aNode->getNodeType() != NodeType_DOCUMENT_FRAGMENT_NODE) in endDocumentFragment()
189 Reference< XNode > aNode = m_aNodeStack.top(); in endDocument() local
190 if ( aNode->getNodeType() != NodeType_DOCUMENT_NODE) in endDocument()
309 Reference< XNode > aNode(m_aNodeStack.top()); in endElement() local
310 if (aNode->getNodeType() != NodeType_ELEMENT_NODE) in endElement()
313 Reference< XElement > aElement(aNode, UNO_QUERY); in endElement()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java325 DefaultMutableTreeNode aNode = new DefaultMutableTreeNode (sTitle); in CreateNode() local
327 aNode.add (CreateSegmentNode ("Before", nTextType, BEFORE)); in CreateNode()
328 aNode.add (CreateSegmentNode ("At", nTextType, AT)); in CreateNode()
329 aNode.add (CreateSegmentNode ("Behind", nTextType, BEHIND)); in CreateNode()
331 return aNode; in CreateNode()
338 DefaultMutableTreeNode aNode = new DefaultMutableTreeNode (sTitle); in CreateSegmentNode() local
348 aNode.add (aSegmentNode); in CreateSegmentNode()
357 return aNode; in CreateSegmentNode()
413 DefaultMutableTreeNode aNode, in AddAttributeNodes() argument
421 aNode.add (new DefaultMutableTreeNode ( in AddAttributeNodes()
[all …]
/aoo41x/main/unotools/source/config/
H A Dconfigitem.cxx536 if (!(aNode >>= xNode) || !xNode.is()) in GetReadOnlyStates()
689 aNode >>= xNodeAcc; in PutProperties()
876 Any aNode = xHierarchyAccess->getByHierarchicalName(rNode); in GetNodeNames() local
877 aNode >>= xCont; in GetNodeNames()
907 Any aNode = xHierarchyAccess->getByHierarchicalName(rNode); in ClearNodeSet() local
908 aNode >>= xCont; in ClearNodeSet()
948 Any aNode = xHierarchyAccess->getByHierarchicalName(rNode); in ClearNodeElements() local
949 aNode >>= xCont; in ClearNodeElements()
1024 aNode >>= xCont;
1125 aNode >>= xCont;
[all …]
/aoo41x/main/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.cxx119 Reference<css::xml::dom::XNode> aNode = getKeyElement(url); in getEntry() local
120 if (aNode.is()) in getEntry()
122 bool bJava = readSimpleElement(OUSTR("java-type-library"), aNode) in getEntry()
128 aNode, in getEntry()
134 aNode, in getEntry()
/aoo41x/main/l10ntools/source/filter/utils/
H A DXMLHelper.java121 public static java.util.HashMap convertNodeToPropSet(org.w3c.dom.Node aNode) in convertNodeToPropSet() argument
127 … java.util.Vector lChildNodes = XMLHelper.extractChildNodesByTagName(aNode, XMLTAG_PROP); in convertNodeToPropSet()
636 public static java.lang.String extractNodeAttribByName(org.w3c.dom.Node aNode , in extractNodeAttribByName() argument
641 if (aNode.getNodeType() != org.w3c.dom.Node.ELEMENT_NODE) in extractNodeAttribByName()
648 org.w3c.dom.NamedNodeMap lAttribs = aNode.getAttributes(); in extractNodeAttribByName()
689 public static java.util.Vector extractChildNodesByTagName(org.w3c.dom.Node aNode, in extractChildNodesByTagName() argument
694 …java.util.Vector lChilds = XMLHelper.extractChildNodesByType(aNode,org.w3c.dom.Node.ELEME… in extractChildNodesByTagName()
727 public static java.util.Vector extractChildNodesByType(org.w3c.dom.Node aNode, in extractChildNodesByType() argument
732 org.w3c.dom.NodeList lChilds = aNode.getChildNodes(); in extractChildNodesByType()
/aoo41x/main/basegfx/source/inc/
H A DPolygonPoint.hxx365 LocalSimplePointEntry aNode(rPoint); in insert() local
368 maPoints.insert(aIndex, nCount, aNode); in insert()
374 LocalSimpleBezierEntry aNode; in insert() local
377 mpVectors->insert(aIndex, nCount, aNode); in insert()
425 LocalSimpleBezierEntry aNode; in insert() local
428 mpVectors->insert(aIndex, nCount, aNode); in insert()
H A Dpolygontemplate.hxx365 LocalImplSimplePointEntry aNode(rPoint); in insert() local
368 maPoints.insert(aIndex, nCount, aNode); in insert()
374 LocalImplSimpleBezierEntry aNode; in insert() local
377 mpVectors->insert(aIndex, nCount, aNode); in insert()
425 LocalImplSimpleBezierEntry aNode; in insert() local
428 mpVectors->insert(aIndex, nCount, aNode); in insert()
/aoo41x/main/sal/qa/rtl/uuid/
H A Drtl_Uuid.cxx89 sal_uInt8 aNode[TEST_UUID][16]; in createUuid_001() local
93 rtl_createUuid( aNode[i], 0, sal_False ); in createUuid_001()
100 if ( rtl_compareUuid( aNode[i] , aNode[i2] ) == 0 ) in createUuid_001()
/aoo41x/main/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.cxx112 Reference<css::xml::dom::XNode> aNode = getKeyElement(url); in getEntry() local
113 if (aNode.is()) in getEntry()
115 retData.dataUrl = readSimpleElement(OUSTR("data-url"), aNode); in getEntry()
116 retData.iniEntry = readSimpleElement(OUSTR("ini-entry"), aNode); in getEntry()
/aoo41x/main/forms/source/xforms/submission/
H A Dserialization_urlencoded.cxx119 void CSerializationURLEncoded::serialize_node(const Reference< XNode >& aNode) in serialize_node() argument
126 Reference< XNodeList > aChildList = aNode->getChildNodes(); in serialize_node()
129 if (aNode->getNodeType() == NodeType_ELEMENT_NODE) in serialize_node()
131 ::rtl::OUString aName = aNode->getNodeName(); in serialize_node()

Completed in 129 milliseconds

123