Home
last modified time | relevance | path

Searched refs:child (Results 76 – 100 of 230) sorted by relevance

12345678910

/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java74 Node child = children.item(i); in RowStyle() local
75 String name = child.getNodeName(); in RowStyle()
77 NamedNodeMap childAttrNodes = child.getAttributes(); in RowStyle()
/aoo41x/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx758 xmlNodePtr child = pNode->children; in rebuildIDLink() local
759 while (child != NULL) in rebuildIDLink()
761 rebuildIDLink(child); in rebuildIDLink()
762 child = child->next; in rebuildIDLink()
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl121 /** Returns the Accessible child that is rendered under the given point.
130 child. The origin of the coordinate system is the upper left
136 If there is one child which is rendered so that its bounding box
138 returned. If there is more than one child which satisfies that
140 painted on top of the others. If no there is no child which is
H A DXAccessibleContext.idl75 /** Returns the i-th child of this object.
86 If the object has an i-th child the returned value is a
87 reference to that child. Otherwise an empty reference is
90 If no child with the given index exists then an
/aoo41x/main/offapi/com/sun/star/ucb/
H A DContentAction.idl94 folders F that used to have A as a child, but will not
95 have B as a child, i.e., (A in H1(F)) && !(B in H2(F)),
99 used to have A as a child, but will not continue to have
100 A as a child, i.e., (A in H1(F)) && !(A in H2(F)), send
H A DHierarchyFolderContent.idl194 a new child of a HCP Folder:
204 Set a title at the new folder / link. ( Let the new child execute
210 Let the new child ( not the parent! ) execute the command "insert".
H A DWebDAVFolderContent.idl206 a new child of a PCP Folder:
217 Set a title at the new folder / document. ( Let the new child execute
222 Let the new child ( not the parent! ) execute the command "insert".
H A DHierarchyRootFolderContent.idl192 a new child of a HCP Root Folder:
202 Set a title at the new folder / link. ( Let the new child execute
208 Let the new child ( not the parent! ) execute the command "insert".
H A DTransientDocumentsFolderContent.idl203 <p>To create a new child of a TDCP Folder:
214 Set a title for the new folder/stream. (Let the new child execute the
219 Let the new child ( not the parent! ) execute the command "insert".
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11ywrappercombobox.mm63 id child;
64 while ( ( child = [ enumerator nextObject ] ) ) {
65 AquaA11yWrapper * element = ( AquaA11yWrapper * ) child;
/aoo41x/main/offapi/com/sun/star/awt/
H A DXLayoutContainer.idl58 /** Adds a child. Some containers provide an interface for
63 /** Remove a child. Some containers provide an interface for
71 /** Read/modify some child layout properties. XPropertySet provides a
/aoo41x/main/solenv/bin/
H A Dbuild_client.pl72 my $child = 0;
98 $child++;
100 } while (($started_processes < $processes_to_run) && !$child);
H A Dcwstouched.pl88 $cws->child($workst);
91 my $childws = $cws->child();
H A Dcwsattach.pl92 $cws->child($childws);
154 my $childws = $cws->child();
H A Dcwstestresult.pl89 $cws->child($childws);
119 my $childws = $cws->child();
/aoo41x/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl69 <h4>Adding child nodes on demand</h4>
70 <p>If you want to add child nodes to your tree on demand you can do the following.
81 be expanded and in that case add the missing child nodes. You can also veto the expansion or
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java120 public boolean removeChildContainer( ParcelContainer child ) in removeChildContainer() argument
122 return childContainers.remove( child ); in removeChildContainer()
131 public void addChildContainer( ParcelContainer child ) in addChildContainer() argument
133 childContainers.add( child ); in addChildContainer()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java248 Node child = children.item(i); in ParaStyle() local
249 String name = child.getNodeName(); in ParaStyle()
251 NamedNodeMap childAttrNodes = child.getAttributes(); in ParaStyle()
H A DTextStyle.java104 Node child = children.item(i); in TextStyle() local
105 String name = child.getNodeName(); in TextStyle()
107 NamedNodeMap childAttrNodes = child.getAttributes(); in TextStyle()
/aoo41x/main/offapi/com/sun/star/embed/
H A DXStorage2.idl45 /** allows to get access to a child encrypted stream with EncryptionData.
100 /** allows to get readonly copy of a child encrypted stream with encryption
115 This method allows to specify encryption data for the child stream
/aoo41x/main/offapi/com/sun/star/configuration/
H A DConfigurationAccess.idl104 An object that can hold child elements as a <em>set</em> or a <em>group</em>.
177 /** provides interfaces to access child and descendent elements.
206 <li><type>GroupElement</type> if this element is a child of a
248 if this element is a child of a <em>Group</em>.
/aoo41x/main/qadevOOo/tests/java/mod/_cnt/
H A DCntUnoDataContainer.java101 Object child = xMSF.createInstance in createTestEnvironment() local
103 xIC.insertByIndex(0, child) ; in createTestEnvironment()
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpurl.hxx120 void child(const rtl::OUString& title);
123 rtl::OUString child(void) const;
/aoo41x/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl63 the controller. Similarly, retrieving the model of the <code>n</code><sup>th</sup> child of
64 a controller gives you the same object as retrieving the <code>n</code><sup>th</sup> child of
355 /** adds a controller to the list of child controllers
357 … if the given controller is <NULL/>, or cannot rightfully be a child controller. Since controllers
359 child controller must be a child of the controller at which the method is invoked.
/aoo41x/main/udkapi/com/sun/star/container/
H A DNoSuchElementException.idl36 /** is thrown by child access methods of collections, if the addressed child

Completed in 84 milliseconds

12345678910