Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 112) sorted by relevance

12345

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DDynamicAccessibilityModel.java49 AccessibilityNode node = new AccessibilityNode(this); in createWindowNode() local
68 AccessibilityNode node = new DynamicAccessibilityNode(this); in createNode() local
81 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeCollapsed() local
89 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeExpanded() local
101 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeWillCollapse() local
113 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeWillExpand() local
H A DAccessibilityModel.java88 public static void addEventListener(TreeNode node, XAccessibleEventListener listener) { in addEventListener()
95 public static void removeEventListener(TreeNode node, XAccessibleEventListener listener) { in removeEventListener()
106 public AccessibilityNode putNode(XAccessible xAccessible, AccessibilityNode node) { in putNode()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentSerializerImpl.java117 Node node = list.item(0); in serialize() local
142 private void traverseBody(Node node) throws IOException { in traverseBody()
192 private void traverseParagraph(Node node) throws IOException { in traverseParagraph()
210 private void traverseParaContents(Node node) throws IOException { in traverseParaContents()
267 private void traverseParaElem(Node node) throws IOException { in traverseParaElem()
384 private void traverseList(Node node) throws IOException { in traverseList()
429 private void traverseListHeader(Node node) throws IOException { in traverseListHeader()
476 private void traverseListItem(Node node) throws IOException { in traverseListItem()
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java56 public Object[] getPathToRoot(Object node) { in getPathToRoot()
61 private Object[] getPathToRoot(Object node, int i) { in getPathToRoot()
96 public void reload(Object node) { in reload()
108 public void nodeInserted(Object node, Object child) { in nodeInserted()
126 public void nodeRemoved(Object node, Object child, int index) { in nodeRemoved()
136 public void nodeChanged(Object node) { in nodeChanged()
204 public Object getParent(Object node) { in getParent()
212 public boolean isNodeVisible(Object node) { in isNodeVisible()
222 public boolean setNodeVisible(Object node, boolean v) { in setNodeVisible()
248 public boolean isPathToNodeVisible(Object node) { in isPathToNodeVisible()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeTableTemplateLayoutController.java74 …public void initialize(final Object node, final FlowController flowController, final LayoutControl… in initialize()
115 final Node node = nodeArray[i]; in addPBody() local
127 final Node node = nodeArray[i]; in addFromBody() local
148 final Node node = nodeArray[i]; in addFromGroup() local
169 final Node node = nodeArray[i]; in addFromSection() local
H A DOfficeGroupInstanceSectionLayoutController.java60 …public void initialize(final Object node, final FlowController flowController, final LayoutControl… in initialize()
87 final Node node, in processChild()
107 protected boolean isDisplayable(final Node node) throws DataSourceException in isDisplayable()
118 protected boolean _isDisplayable(final Node node) in _isDisplayable()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java157 Node node = list.item(0); in serialize() local
181 private void traverseBody(Node node) throws IOException { in traverseBody()
227 private void traverseParagraph(Node node) throws IOException { in traverseParagraph()
264 private void traverseParaContents(Node node, TextStyle defTextStyle) { in traverseParaContents()
377 private void traverseList(Node node) throws IOException { in traverseList()
422 private void traverseListHeader(Node node) throws IOException { in traverseListHeader()
469 private void traverseListItem(Node node) throws IOException { in traverseListItem()
519 private String findAttribute(Node node, String name) { in findAttribute()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java109 Node node = list.item(0); in serialize() local
178 private void traverseBody(Node node) throws IOException, ConvertException { in traverseBody()
208 private void traverseParagraph(Node node) throws IOException, ConvertException { in traverseParagraph()
243 private void traverseParagraphContents (Node node, TextStyle defTextStyle) in traverseParagraphContents()
363 private void traverseList (Node node) throws IOException, ConvertException { in traverseList()
393 private void traverseListItem (Node node) throws IOException, ConvertException { in traverseListItem()
417 private String getAttribute (Node node, String attribute) { in getAttribute()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java63 public void setState(TreeNode node, int newState) { in setState()
86 public void toggleState(TreeNode node) { in toggleState()
126 public void updateState(TreeNode node) in updateState()
156 public void updateSize(TreeNode node) in updateSize()
184 …private DisplayPackageDescription getInfo(TreeNode node) throws java.lang.IllegalArgumentException… in getInfo()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DTextNodeIterator.java53 public TextNodeIterator(Node node) { in TextNodeIterator()
66 protected boolean nodeSupported(Node node) { in nodeSupported()
H A DRowIterator.java53 public RowIterator(ConverterCapabilities cc, Node node) { in RowIterator()
65 protected boolean nodeSupported(Node node) { in nodeSupported()
H A DParaNodeIterator.java59 public ParaNodeIterator(ConverterCapabilities cc, Node node) { in ParaNodeIterator()
73 protected boolean nodeSupported(Node node) { in nodeSupported()
H A DTextNodeEntry.java49 public TextNodeEntry(int startChar, int endChar, Node node) { in TextNodeEntry()
80 public Node node() { in node() method in TextNodeEntry
H A DCellNodeIterator.java61 public CellNodeIterator(ConverterCapabilities cc, Node node) { in CellNodeIterator()
74 protected boolean nodeSupported(Node node) { in nodeSupported()
H A DCharacterParser.java63 public CharacterParser(Node node) { in CharacterParser()
129 private void addNewNodeEntry(int textLen, Node node) { in addNewNodeEntry()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DSheetMerge.java61 protected void removeNode(Node node) { in removeNode()
72 private void clearRow(Node node) { in clearRow()
/trunk/main/xmlsecurity/tools/uno/
H A DDomToTreeModelAdapter.java64 AdapterNode node = (AdapterNode) aNode; in isLeaf() local
76 AdapterNode node = (AdapterNode) parent; in getChildCount() local
82 AdapterNode node = (AdapterNode) parent; in getChild() local
88 AdapterNode node = (AdapterNode) parent; in getIndexOfChild() local
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java150 public void traverseSettings(Node node) throws IOException { in traverseSettings()
223 protected void traverseBody(Node node) throws IOException { in traverseBody()
280 protected void traverseNamedExpressions(Node node) throws IOException { in traverseNamedExpressions()
312 protected void traverseTable(Node node) throws IOException { in traverseTable()
377 protected void traverseTableRow(Node node) throws IOException { in traverseTableRow()
494 protected void traverseTableColumn(Node node) throws IOException { in traverseTableColumn()
565 protected void traverseCell(Node node) throws IOException { in traverseCell()
798 protected void traverseParagraph(Node node) throws IOException { in traverseParagraph()
923 protected int getDecimalPlaces(Node node) { in getDecimalPlaces()
976 private String getAttribute (Node node, String attribute) { in getAttribute()
H A DColumnStyle.java53 public ColumnStyle(Node node, StyleCatalog sc) { in ColumnStyle()
230 Element node = parentDoc.createElement(name); in createNode() local
265 public void writeAttributes(Element node) { in writeAttributes()
H A DRowStyle.java53 public RowStyle(Node node, StyleCatalog sc) { in RowStyle()
230 Element node = parentDoc.createElement(name); in createNode() local
265 public void writeAttributes(Element node) { in writeAttributes()
/trunk/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx44 std::auto_ptr< ExceptionTreeNode > node(new ExceptionTreeNode(theName)); in add() local
81 ExceptionTreeNode * node = &m_root; in add() local
/trunk/main/forms/qa/org/openoffice/xforms/
H A DInstance.java98 XNode node = _parentElement.appendChild( in createElement() local
128 XNode node = nodes.item(i); in removeNode() local
195 XNode node = _parentElement.appendChild( in createAttribute() local
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java243 XScriptContext ctxt, DefaultMutableTreeNode node) in doDelete()
265 XScriptContext ctxt, DefaultMutableTreeNode node) in doCreate()
289 XScriptContext ctxt, DefaultMutableTreeNode node) in showEditor()
367 DefaultMutableTreeNode node = (DefaultMutableTreeNode) in getSelection() local
428 public void removeNode(DefaultMutableTreeNode node) { in removeNode()
505 DefaultMutableTreeNode node = (DefaultMutableTreeNode)value; in getTreeCellRendererComponent() local
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx36 …void Insert( T *node, sal_uInt32 position ) { contents.insert( contents.begin() + position, node);… in Insert()
37 void Replace( T *node, sal_uInt32 position ) in Replace()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java97 public void add(Node node, String families[], Class classes[], in add()
145 private void callConstructor(Class cls, Node node) { in callConstructor()
343 private Class getClass(Node node, String[] families, Class[] classes, in getClass()
372 private String getFamilyName(Node node) { in getFamilyName()

Completed in 131 milliseconds

12345