Home
last modified time | relevance | path

Searched refs:maNode (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx50 maNode() in PresenterConfigurationAccess()
87 maNode <<= mxRoot; in PresenterConfigurationAccess()
142 Reference<container::XHierarchicalNameAccess> xNode (maNode, UNO_QUERY); in GoToChild()
145 maNode = GetConfigurationNode( in GoToChild()
146 Reference<container::XHierarchicalNameAccess>(maNode, UNO_QUERY), in GoToChild()
148 if (Reference<XInterface>(maNode, UNO_QUERY).is()) in GoToChild()
164 maNode = Find(Reference<container::XNameAccess>(maNode,UNO_QUERY), rPredicate); in GoToChild()
165 if (Reference<XInterface>(maNode, UNO_QUERY).is()) in GoToChild()
179 Reference<beans::XPropertySet> xProperties (maNode, UNO_QUERY); in SetProperty()
H A DPresenterConfigurationAccess.hxx196 css::uno::Any maNode; member in sdext::presenter::PresenterConfigurationAccess
/aoo4110/main/toolkit/test/accessibility/
H A DAccessibilityTree.java305 private AccessibleTreeNode maNode; field in AccessibilityTree.NodeAction
310 maNode = aNode; in NodeAction()
316 maNode.performAction(mnIndex); in actionPerformed()
324 private AccTreeNode maNode; field in AccessibilityTree.ShapeExpandAction
329 maNode = aNode; in ShapeExpandAction()
333 maTree.expandShapes (maNode); in actionPerformed()
341 private AccTreeNode maNode; field in AccessibilityTree.SubtreeExpandAction
346 maNode = aNode; in SubtreeExpandAction()
350 maTree.expandAll (maNode); in actionPerformed()
H A DSelectionDialog.java47 maNode = aNode; in SelectionDialog()
110 mxSelection = maNode.getSelection(); in GetChildrenList()
112 XAccessibleContext xContext = maNode.getContext(); in GetChildrenList()
199 private AccTreeNode maNode; field in SelectionDialog
H A DCanvasShape.java47 maNode = aNode; in CanvasShape()
227 xText = maNode.getText(); in paintText()
299 return new TreePath (maNode.createPath()); in getPath()
324 maNode; field in CanvasShape
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java50 maNode = aNode; in CanvasShape()
80 return getNodePath(maNode); in getNodePath()
90 if (maNode instanceof XAccessible) { in Update()
91 mxContext = ((XAccessible) maNode).getAccessibleContext(); in Update()
382 maNode; field in CanvasShape

Completed in 49 milliseconds