Home
last modified time | relevance | path

Searched refs:children (Results 51 – 75 of 243) sorted by relevance

12345678910

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlencryption_nssimpl.cxx170 if (pEncryptedData == pParent->children) in encrypt()
244 pTemplate->setNativeElement(referenceNode->children) ; in encrypt()
297 if (pEncryptedData == pParent->children) in decrypt()
355 (referenceNode->children):(referenceNode->next)); in decrypt()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XFormController.java141 XControl[] children = oObj.getControls() ; in _getCurrentControl() local
144 for(int i = 0; i < children.length; i++) { in _getCurrentControl()
145 if (children[i].equals(cntrl)) { in _getCurrentControl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoTreeControl.java261 String[] children = sfa.getFolderContents(dir, true); in dirlist() local
262 if (children != null){ in dirlist()
263 for (int i=0; i<children.length; i++) { in dirlist()
265 String filename = children[i]; in dirlist()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx49 , children(0) in LocaleNode()
60 err += children[i]->getError(); in getError()
75 children[i]->printR(); in printR()
84 arrN[i] = children[i]; in addChild()
86 free(children); in addChild()
88 children = arrN; in addChild()
90 children[nChildren++] = node; in addChild()
111 const LocaleNode *n=children[i]->findNode(name); in findNode()
120 delete (children[i]); in ~LocaleNode()
240 children[i]->generateCode (of); in generateCode()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yselectionwrapper.mm42 NSMutableArray * children = [ [ NSMutableArray alloc ] init ];
46 …[ children addObject: [ AquaA11yFactory wrapperForAccessible: xAccessibleSelection -> getSelectedA…
49 return children;
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx138 uno::Sequence< uno::Reference< awt::XLayoutConstrains > > children( maChildren.size() ); in getChildren() local
142 children[index] = ( *it )->mxChild; in getChildren()
144 return children; in getChildren()
H A Dflow.cxx95 uno::Sequence< uno::Reference< awt::XLayoutConstrains > > children( maChildren.size() ); in getChildren() local
99 children[i] = (*it)->xChild; in getChildren()
101 return children; in getChildren()
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleShape.idl89 <li>Children: The children of a shape are either other accessible
91 shapes, and OLE shapes may contain other shapes as children.
93 children. See <type scope="::com::sun::star::text"
101 children for details.</li>
110 shape did not remove it from its list of children or that
H A DAccessibleDrawDocumentView.idl44 document in one of the various view modes. With its children it gives
90 visible are direct and indirect children of (an object
125 of the currently visible area and to let the user find children
128 children. See the <type>AccessibleShape</type> service for more
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx458 if (modifications.children.empty()) { in writeModifications()
510 modifications.children.begin()); in writeModifications()
511 i != modifications.children.end(); ++i) in writeModifications()
572 data.modifications.getRoot().children.begin()); in writeModFile()
573 j != data.modifications.getRoot().children.end(); ++j) in writeModFile()
H A Daccess.cxx479 modifications.children.begin()); in initBroadcasterAndChanges()
480 i != modifications.children.end(); ++i) in initBroadcasterAndChanges()
486 if (!i->second.children.empty()) { in initBroadcasterAndChanges()
647 if (i->second.children.empty()) { in initBroadcasterAndChanges()
784 if (i->second.children.empty()) { in initBroadcasterAndChanges()
1104 std::vector< rtl::Reference< ChildAccess > > children(getAllChildren()); in getElementNames() local
1107 children.begin()); in getElementNames()
1108 i != children.end(); ++i) in getElementNames()
1198 std::vector< rtl::Reference< ChildAccess > > children(getAllChildren()); in getProperties() local
1201 children.begin()); in getProperties()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheet.idl65 <li>The children returned by <method scope="::com::sun::star::accessibility"
69 >XAccessible::getAccessibleContext</method> for these children
79 <p>The following rules apply to the children order.</p>
81 <li>All the children are cells. The order of this cells is to
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java71 NodeList children = node.getChildNodes(); in ColumnStyle() local
72 int len = children.getLength(); in ColumnStyle()
74 Node child = children.item(i); in ColumnStyle()
H A DRowStyle.java71 NodeList children = node.getChildNodes(); in RowStyle() local
72 int len = children.getLength(); in RowStyle()
74 Node child = children.item(i); in RowStyle()
/trunk/main/offapi/com/sun/star/ucb/
H A DOpenMode.idl37 /** open a folder, include all children in result set (documents and
43 /** open a folder, include only children, that are folders, in result set.
48 /** open a folder, include only children, that are documents, in result set.
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java71 for (Enumeration e = node.children(); e.hasMoreElements();) { in setState()
132 for (Enumeration e = node.children(); e.hasMoreElements();) { in updateState()
160 for (Enumeration e = node.children(); e.hasMoreElements();) { in updateSize()
/trunk/main/offapi/com/sun/star/table/
H A DAccessibleTableView.idl72 <li>The children returned by
77 >XAccessible::getAccessibleContext</method> for these children
85 <p>The following rules apply to the children order.</p>
87 <li>All the children are cells. The order of this cells is to
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java210 Node[] children = OfficeUtil.parseText(pts.getText(), doc); in buildDocument() local
212 for (int j = 0; j < children.length; j++) { in buildDocument()
213 span.appendChild(children[j]); in buildDocument()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp1026 STDMETHODIMP CAccTable::get_selectedChildren(long, long **children, long *nChildren) in get_selectedChildren() argument
1034 if(children == NULL || nChildren == NULL) in get_selectedChildren()
1049 *children = reinterpret_cast<long*>(CoTaskMemAlloc((childCount) * sizeof(long))); in get_selectedChildren()
1061 (*children)[i] = childIndex; in get_selectedChildren()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java46 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in getPackageNamesContent()
363 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in getLinuxPackageNamesFromRpmquery()
436 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in getLinuxFileInfo()
457 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setFullPackageNameAtUninstall()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java108 NodeList children = node.getChildNodes(); in add() local
109 int len = children.getLength(); in add()
113 Node child = children.item(i); in add()
/trunk/main/scripting/source/provider/
H A DURIHelper.cxx180 uno::Sequence< OUString > children = in initBaseURI() local
183 for ( sal_Int32 i = 0; i < children.getLength(); i++ ) in initBaseURI()
185 OUString child = children[i]; in initBaseURI()
/trunk/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl73 Note: That means all direct children and of course her childrens too.
90 children of it too.
102 Because the direct children of the root node are the root's of the task sub trees, which
/trunk/main/offapi/com/sun/star/awt/
H A DXLayoutContainer.idl59 adding children which you should use. */
64 adding children which you should use.
68 /** Returns a sequence of the children of this container. */
/trunk/main/offapi/com/sun/star/text/
H A DAccessibleParagraphView.idl72 <li>The children returned by
79 children of the paragraph fragment but of the document view
185 /** This interface is for selecting the paragraph's children. Multi
186 selection is supported only for children that are multi selectable

Completed in 115 milliseconds

12345678910