Home
last modified time | relevance | path

Searched refs:children (Results 26 – 50 of 243) sorted by relevance

12345678910

/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleStateType.idl81 /** Indicates this object allows progressive disclosure of its children.
117 /** Indicates the most (all) children are transient and it is not
118 necessary to add listener to the children. Only the active descendant
123 longer necessary to iterate over all children to find out whether
126 children to add listener. Only the active descendant should get
144 <p>Indicates this object allows more than one of its children to be
165 children to be selected, and that this child is one of those
166 children that can be selected.</p>
173 children to be selected, and that this child is one of those
174 children that has been selected.</p>
H A DXAccessibleContext.idl66 /** Return the number of children.
68 <p>Returns the number of accessible children of the object.</p>
77 <p>The order in which the children are enumerated is implementation
82 to n-1, with n being the number of children as returned by
150 Names should be unique, at least between children of the same
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm321 [ children addObject: wrapper ];
327 return children;
345 [ children addObject: wrapper ];
359 …[ children replaceObjectAtIndex: [ children indexOfObjectIdenticalTo: element ] withObject: wrappe…
361 [ children removeObject: element ];
366 [ children autorelease ];
416 // get parent and its children
418 NSArray * children = [ parent childrenAttribute ];
421 NSEnumerator * enumerator = [ children objectEnumerator ];
440 [ children release ];
[all …]
/trunk/main/unoxml/source/dom/
H A Dnode.cxx218 lcl_nsexchange(cur->children, oldNs, newNs); in lcl_nsexchange()
246 nscleanup(cur->children, cur); in nscleanup()
338 xmlChar const*const pChildren((cur->children) in appendChild()
339 ? cur->children->content in appendChild()
657 return (m_aNodePtr != NULL && m_aNodePtr->children != NULL); in hasChildNodes()
713 xmlNodePtr cur = m_aNodePtr->children; in insertBefore()
727 if (pNewChild->parent->children == cur) { in insertBefore()
728 pNewChild->parent->children = pNewChild; in insertBefore()
913 xmlNodePtr cur = m_aNodePtr->children; in replaceChild()
927 if(pNew->parent->children == pOld) in replaceChild()
[all …]
H A Dattr.cxx157 if (0 == m_aAttrPtr->children) { in getValue()
160 char const*const pContent((m_aAttrPtr->children) in getValue()
161 ? reinterpret_cast<char const*>(m_aAttrPtr->children->content) in getValue()
190 xmlFreeNodeList(m_aAttrPtr->children); in setValue()
191 m_aAttrPtr->children = in setValue()
193 xmlNodePtr tmp = m_aAttrPtr->children; in setValue()
H A Ddocument.cxx58 xmlNodePtr cur = i_pDocument->children; in lcl_getDocumentType()
73 xmlNodePtr cur = i_pDocument->children; in lcl_getDocumentRootPtr()
284 for (xmlNodePtr pChild = m_aNodePtr->children; in saxify()
296 for (xmlNodePtr pChild = m_aNodePtr->children; in fastSaxify()
671 if (strcmp((char*)a->children->content, (char*)id) == 0) in lcl_search_element_by_id()
678 xmlNodePtr result = lcl_search_element_by_id(cur->children, id); in lcl_search_element_by_id()
1037 nscleanup(pRoot->children, pRoot); in serialize()
1066 nscleanup(pRoot->children, pRoot); in fastSerialize()
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheetDocumentView.idl61 <li>The children returned by <method>getAccessibleChild</method> all
63 <method>getAccessibleContext</method> for these children returns
77 objects are children of the
92 <p>The following rules apply to the children order. General it
103 behind any other children except controls if they are
123 document is not selectable. Only the children are
130 document is not selectable. Only the children are
133 document is not selectable. Only the children are
149 /** This interface is for selecting the document's children like
H A DAccessibleSpreadsheetPageView.idl59 <li>The children returned by
64 >XAccessibleContext::getAccessibleContext</method> for these children returns
87 objects are children of the
98 <p>The following rules apply to the children order. General it
108 <li>Shapes appear before any other children if they are painted
110 <li>Shapes appear behind any other children except controls if
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlencryption_mscryptimpl.cxx122 xmlNodePtr pCipherData = pEncryptedData->children; in encrypt()
132 xmlNodePtr pCipherValue = pCipherData->children; in encrypt()
142 pContent = pCipherValue->children; in encrypt()
156 if (pEncryptedData == pParent->children) in encrypt()
198 pTemplate->setNativeElement(referenceNode->children) ; in encrypt()
262 if (pEncryptedData == pParent->children) in decrypt()
328 (referenceNode->children):(referenceNode->next)); in decrypt()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDumper.java51 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpPackageSettings()
64 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpModuleStates()
108 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in logModuleStatesHelper()
135 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpInstallPackages()
147 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpUninstallPackages()
164 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpAllRpmInfo()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/chart/
H A DChartReadHandler.java53 private final List children; field in ChartReadHandler
59 children = new ArrayList(); in ChartReadHandler()
85 children.add(readHandler); in getHandlerForChild()
89 children.add(erh); in getHandlerForChild()
100 for (Object aChildren : children) in doneParsing()
/trunk/main/offapi/com/sun/star/ucb/
H A DLockDepth.idl38 /** Zero (includes no children).
43 /** One (includes children).
48 /** Ininity (includes children and children's children and ...).
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx153 if (m_pCurrentElement->children != NULL) in getNextSAXEvent()
155 m_pCurrentElement = m_pCurrentElement->children; in getNextSAXEvent()
282 rtl::OUString(RTL_UTF8_USTRINGPARAM( (sal_Char*)(pAttr->children->content)))); in sendStartElement()
560 xmlNodePtr pChild = pNode->children; in recursiveDelete()
723 xmlChar* idValue = xmlNodeListGetString( m_pDocument, idAttr->children, 1 ) ; in buildIDAttr()
758 xmlNodePtr child = pNode->children; in rebuildIDLink()
820 if (m_pCurrentElement->children == NULL) in isCurrentElementEmpty()
860 if (pTargetNode->children != NULL || pTargetNode == m_pCurrentElement) in collapse()
923 bool bHasCurrentElementChild = (m_pCurrentElement->children != NULL); in generateSAXEvents()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java197 File[] children = basedir.listFiles(); in findFiles() local
199 for (int i = 0; i < children.length; i++) { in findFiles()
200 if (children[i].isDirectory()) in findFiles()
201 result.addAll(findFiles(children[i], suffix)); in findFiles()
202 else if (children[i].getName().endsWith(suffix)) in findFiles()
203 result.add(children[i]); in findFiles()
H A DExtensionFinder.java61 File[] children = basedir.listFiles(); in findFiles() local
64 for (int i = 0; i < children.length; i++) { in findFiles()
65 f = children[i]; in findFiles()
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java352 XBrowseNode[] children = parent.getChildNodes(); in initNodes() local
355 if (children != null) { in initNodes()
356 for (int i = 0; i < children.length; i++) { in initNodes()
357 if ( children[i] == null ) in initNodes()
362 new DefaultMutableTreeNode(children[i]) { in initNodes()
368 initNodes(children[i], newNode); in initNodes()
/trunk/main/toolkit/src2xml/source/
H A Dboxer.py65 for dlgnode in self.root.children:
67 newroot.children.append(newdlgnode)
82 for widget in dlgnode.children:
89 if len(vbox.children) > 0:
H A Dglobals.py53 self.children = []
56 self.children.append(childnode)
60 return self.children
98 if len(self.children) == 0:
/trunk/main/offapi/com/sun/star/configuration/
H A DHierarchyAccess.idl80 /** allows access to immediate children of this node.
116 /** provides information about immediate children of this node. [optional]
137 if the node does not support accessing the default state of individual children.
146 their children and recursively to all descendants.
160 if the node does not support accessing the default state of individual children.
169 their children and recursively to all descendants.
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java453 XBrowseNode[] children = parent.getChildNodes(); in initNodes() local
456 if (children != null) { in initNodes()
457 for (int i = 0; i < children.length; i++) { in initNodes()
458 if ( children[i] == null ) in initNodes()
463 new DefaultMutableTreeNode(children[i]) { in initNodes()
469 initNodes(children[i], newNode); in initNodes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DMutableTreeNode.java163 String[] children = sfa.getFolderContents(dir, true); in dirlist() local
164 if (children != null){ in dirlist()
165 for (int i=0; i<children.length; i++) { in dirlist()
167 String filename = children[i]; in dirlist()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java410 String[] children = m_xSFA.getFolderContents( getParcelContainerDir(), true ); in loadParcels() local
411 parcels = new ArrayList(children.length); in loadParcels()
412 for ( int i = 0; i < children.length; i++) in loadParcels()
414 LogUtils.DEBUG("Processing " + children[ i ] ); in loadParcels()
417 loadParcel( children[ i ] ); in loadParcels()
423 …cels caught " + e.getClass().getName() + " exception loading parcel " + children[i] + ": " + e.get… in loadParcels()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DSheetMerge.java73 NodeList children = node.getChildNodes(); in clearRow() local
74 int numOfChildren = children.getLength(); in clearRow()
81 SheetUtil.emptyCell(cc_, children.item(i)); in clearRow()
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx93 css::uno::Sequence< css::uno::Reference < css::awt::XLayoutConstrains > > children; in Clear() local
94 children = mxContainer->getChildren(); in Clear()
95 for (int i = 0; i < children.getLength(); i++) in Clear()
96 mxContainer->removeChild( children[i] ); in Clear()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DFileTools.java142 String[] children = dir.list(); in cleanDir() local
143 for (int i=0; i<children.length; i++) in cleanDir()
145 boolean success = cleanDir(new File(dir, children[i])); in cleanDir()

Completed in 91 milliseconds

12345678910