Searched refs:maNode (Results 1 – 6 of 6) sorted by relevance
50 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()
196 css::uno::Any maNode; member in sdext::presenter::PresenterConfigurationAccess
305 private AccessibleTreeNode maNode; field in AccessibilityTree.NodeAction310 maNode = aNode; in NodeAction()316 maNode.performAction(mnIndex); in actionPerformed()324 private AccTreeNode maNode; field in AccessibilityTree.ShapeExpandAction329 maNode = aNode; in ShapeExpandAction()333 maTree.expandShapes (maNode); in actionPerformed()341 private AccTreeNode maNode; field in AccessibilityTree.SubtreeExpandAction346 maNode = aNode; in SubtreeExpandAction()350 maTree.expandAll (maNode); in actionPerformed()
47 maNode = aNode; in SelectionDialog()110 mxSelection = maNode.getSelection(); in GetChildrenList()112 XAccessibleContext xContext = maNode.getContext(); in GetChildrenList()199 private AccTreeNode maNode; field in SelectionDialog
47 maNode = aNode; in CanvasShape()227 xText = maNode.getText(); in paintText()299 return new TreePath (maNode.createPath()); in getPath()324 maNode; field in CanvasShape
50 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 45 milliseconds