Home
last modified time | relevance | path

Searched refs:children (Results 76 – 100 of 243) sorted by relevance

12345678910

/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java111 String children[] = Configuration.getChildrenNames(configView); in writeConfiguration() local
112 for (int i = 0; i < children.length; i++) in writeConfiguration()
116 Configuration.removeNode(configView, children[i]); in writeConfiguration()
/aoo42x/main/offapi/com/sun/star/awt/
H A DAccessibleList.idl66 <li>Children: There exists children.
111 The children are transient.</li>
126 /** This interface gives access to the selectable children of a
H A DAccessibleTabBarPageList.idl60 <li>Children: The children of a tabbar page list are tabbar pages,
95 /** This interface gives access to the selectable children of a
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl41 …A leaf node is a node without any children and that returns <FALSE/> when calling <member>XTreeNod…
42 …An expanded node is a non-leaf node that will displays its children when all its ancestors are exp…
80 check the <type>TreeExpansionEvent</type> if the parent node with children on demand is going to
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java240 NodeList children = node.getChildNodes(); in ParaStyle() local
241 int len = children.getLength(); in ParaStyle()
243 Node child = children.item(i); in ParaStyle()
H A DTextStyle.java101 NodeList children = node.getChildNodes(); in TextStyle() local
102 int len = children.getLength(); in TextStyle()
104 Node child = children.item(i); in TextStyle()
/aoo42x/main/scripting/source/provider/
H A DMasterScriptProvider.cxx473 Sequence< Reference< browse::XBrowseNode > > children( size ); in getChildNodes() local
477children[ provIndex ] = Reference< browse::XBrowseNode >( providers[ provIndex ], UNO_QUERY ); in getChildNodes()
482 children[ provIndex ] = Reference< browse::XBrowseNode >( pkgProv, UNO_QUERY ); in getChildNodes()
486 return children; in getChildNodes()
/aoo42x/main/configmgr/source/
H A Dpartial.hxx56 void clear() { startInclude=false; children.clear(); } in clear()
58 Children children; member
/aoo42x/main/unoxml/source/dom/
H A Dchildlist.cxx53 cur = cur->children; in getLength()
76 cur = cur->children; in item()
H A Delement.cxx95 for (xmlNodePtr pChild = m_aNodePtr->children; in saxify()
177 for (xmlNodePtr pChild = m_aNodePtr->children; in fastSaxify()
562 (pAttr->children) ? pAttr->children->content : 0); in setAttributeNode_Impl_Lock()
H A Delementlist.cxx102 if (pNode->children != NULL) buildlist(pNode->children, sal_False); in buildlist()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DAccessiblePageHeaderFooterAreasView.idl58 <li>The children returned by
65 >XAccessible::getAccessibleContext</method> for these children
74 <p>The following rules apply to the children order.</p>
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java73 NodeList children = node.getChildNodes(); in CellStyle() local
74 int len = children.getLength(); in CellStyle()
76 Node child = children.item(i); in CellStyle()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DDynamicAccessibilityModel.java93 for (java.util.Enumeration e = node.children(); e.hasMoreElements(); ) { in treeExpanded()
105 for (java.util.Enumeration e = node.children(); e.hasMoreElements(); ) { in treeWillCollapse()
/aoo42x/main/offapi/com/sun/star/document/
H A DXLinkTargetSupplier.idl42 children that can be the target of a link inside a document.
50 the names of possible links to children of this object inside a
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DPackageCollector.java83 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in collectInstallPackages()
103 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in collectUninstallPackages()
H A DInfoCtrl.java95 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setReadyToInstallInfoText()
129 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setReadyToUninstallInfoText()
/aoo42x/main/offapi/com/sun/star/script/browse/
H A DXBrowseNode.idl54 Get the children of this node
63 Indicates if this node contains any children
/aoo42x/main/offapi/com/sun/star/drawing/
H A DAccessibleGraphControl.idl45 <p>The children of graph controls are shapes that define contrours.</p>
66 /** Inform listeners about new or removed children and about changes of
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java207 java.util.Enumeration aChildList = aNode.children(); in AddAllChildren()
218 java.util.Enumeration aChildList = aNode.children(); in RemoveAllChildren()
/aoo42x/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx290 uno::Sequence< uno::Reference < awt::XLayoutConstrains > > children = xCont->getChildren(); in setChildrenVisible() local
291 for ( int i = 0; i < children.getLength(); i++ ) in setChildrenVisible()
293 setChildrenVisible( children[i], visible ); in setChildrenVisible()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DHierarchyContentProvider.idl56 A HCP Link has no children.
65 All other HCP contents are children of this folder. The HCP Root
/aoo42x/main/offapi/com/sun/star/text/
H A DAccessibleTextDocumentPageView.idl58 <li>The children returned by
63 >XAccessible::getAccessibleContext</type> for these children
/aoo42x/main/offapi/com/sun/star/animations/
H A DAnimationEndSync.idl46 children that have a resolved, definite begin time. If the time container
47 has no children with a resolved begin time, the time container ends
/aoo42x/main/xmlsecurity/tools/standalone/csfit/
H A Dverifier.cxx150 idValue = xmlNodeListGetString( tarNode->doc, idAttr->children, 1 ) ; in main()
178 uriValue = xmlNodeListGetString( tarNode->doc, uriAttr->children, 1 ) ; in main()

Completed in 70 milliseconds

12345678910