Home
last modified time | relevance | path

Searched refs:child (Results 101 – 125 of 230) sorted by relevance

12345678910

/aoo41x/main/testgraphical/source/
H A Dcwstestresult.pl91 $cws->child($childws);
121 my $childws = $cws->child();
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInstallChangeCtrl.java46 PackageDescription child = (PackageDescription) e.nextElement(); in setUpdatePackage() local
47 setUpdatePackage(child, installData); in setUpdatePackage()
/aoo41x/main/offapi/com/sun/star/mozilla/
H A DXPluginWindowPeer.idl37 /** Allows to notify a plugin from the office side about plugin window's child window creation.
46 /** Notifies the peer of the created child window.
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java76 Node child = children.item(i); in CellStyle() local
77 String name = child.getNodeName(); in CellStyle()
79 NamedNodeMap childAttrNodes = child.getAttributes(); in CellStyle()
/aoo41x/main/vcl/unx/gtk/a11y/
H A Datkwrapper.hxx89 void atk_object_wrapper_add_child(AtkObjectWrapper* wrapper, AtkObject *child, gi…
90 void atk_object_wrapper_remove_child(AtkObjectWrapper* wrapper, AtkObject *child,…
/aoo41x/main/offapi/com/sun/star/awt/
H A DXActivateListener.idl52 <p>A window is avtivated if a child or itself got the focus.</p>
62 <p>A window is deavtivated if a child or itself lost the focus.</p>
H A DXSystemChildFactory.idl40 /** specifies a factory interface for creating system child windows.
46 /** creates a system child window.
H A DAccessibleListBox.idl60 <li>Children: There exists one child.
82 if a child has currently the focus.</li>
H A DAccessibleDropDownListBox.idl64 <li>Children: There exists one child.
86 if a child has currently the focus.</li>
H A DAccessibleList.idl67 Each child is of type <type scope="com::sun::star::awt">AccessibleListItem</type>. </li>
97 if a child has currently the focus.</li>
/aoo41x/main/configmgr/source/
H A Dxcuparser.cxx925 rtl::Reference< Node > child( in handleGroupNode() local
927 if (!child.is()) { in handleGroupNode()
946 child->getFinalized()); in handleGroupNode()
947 child->setFinalized(finalizedLayer); in handleGroupNode()
950 child, in handleGroupNode()
/aoo41x/main/offapi/com/sun/star/ucb/
H A DPackageFolderContent.idl207 a new child of a PCP Folder:
218 Set a title at the new folder / stream. ( Let the new child execute
223 Let the new child ( not the parent! ) execute the command "insert".
/aoo41x/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl104 <p>For each element the parser sends a create child element event to the
119 <p>After processing all its child elements the context gets an end event by a call to
125 by always returning a reference to itself for each create child context event.
H A DXFastContextHandler.idl111 /** receives notification of the beginning of a known child element.
132 /** receives notification of the beginning of a unknown child element .
/aoo41x/main/offapi/com/sun/star/script/browse/
H A DXBrowseNode.idl57 <type scope="::com::sun::star::script::browse">XBrowseNode</type> sequence of child nodes
66 <atom> boolean </atom> true if there are child nodes.
/aoo41x/main/solenv/bin/
H A Dbuild.pl123 my $child = 0;
797 remove_from_dependencies($job_name, \%local_deps_hash) if (!$child);
800 html_store_job_info(\%local_deps_hash, $job_name, $error_code) if (!$child);
807 if ($child) {
1282 if ($child) {
1408 if (!$child) {
1886 $child = 1;
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java175 protected Description describeChild(Runner child) { in describeChild() argument
176 return child.getDescription(); in describeChild()
/aoo41x/main/offapi/com/sun/star/xml/input/
H A DXElement.idl66 /** Called upon each occuring child element.
75 child import context
/aoo41x/main/offapi/com/sun/star/configuration/
H A DSetAccess.idl58 The template name returned by the child from
70 /** is the basic service for accessing child and descendent nodes in a hierarchy.
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DMenu.java115 protected synchronized int indexOf(Object child) { in indexOf() argument
116 return children.indexOf(child); in indexOf()
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx789 excep.Name = m_aFTPURL.child(); in insert()
810 new XInteractionRequestImpl(m_aFTPURL.child()); in insert()
905 m_aFTPURL.child(Title); in setPropertyValues()
/aoo41x/main/forms/qa/integration/forms/
H A DListSelection.java199 XPropertySet child = dbfTools.queryPropertySet( parentForm.getByIndex( i ) ); in impl_assignStarBasicScript() local
200 if ( child.equals( controlModel ) ) in impl_assignStarBasicScript()
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DAccessibleRelationType.idl97 <p>With this relation you can realize an alternative parent-child
100 from the parent window to the child window.</p>
/aoo41x/main/readlicense_oo/docs/readme/
H A Deval.xsl95 <xsl:for-each select="child::*">
102 <xsl:for-each select="child::*">
/aoo41x/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleComponent.java429 XAccessible child = xAccCon.getAccessibleChild(i); in getChildrenComponents() local
430 XAccessibleContext xAccConCh = child.getAccessibleContext(); in getChildrenComponents()

Completed in 130 milliseconds

12345678910