Home
last modified time | relevance | path

Searched refs:children (Results 1 – 25 of 243) sorted by last modified time

12345678910

/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf19163children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
19198 …8925 128 0 kid 9-03t9‖To find the shortest distance to school for the children in each grade in …
19207 …help par_id3149104 136 0 kid a5zuon‖To find the average weight of all children of the same age i…
19209 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
19219 …ed as a sample of data. That means that the children in the example represent a cross section of a…
19223 …150 0 kid b]7txi‖To find the standard deviation of the weight for all children of the same age i…
19232 …158 0 kid 5baemu‖To find the standard deviation of the weight for all children of the same age a…
19241 …kid fga2xq‖To find the length of the combined distance to school of all children at Joe's birthday…
19243 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
19250 …_id3153701 175 0 kid 8v]24]‖To find the variance of the weight of all children of the same age o…
[all …]
/trunk/extras/l10n/source/en-ZA/
H A Dlocalize.sdf31960children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
31995 …id3148925 128 0 en-ZA To find the shortest distance to school for the children in each grade in …
32004 …hp 0 help par_id3149104 136 0 en-ZA To find the average weight of all children of the same age i…
32006 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
32016 …ed as a sample of data. That means that the children in the example represent a cross section of a…
32020 …9934 150 0 en-ZA To find the standard deviation of the weight for all children of the same age i…
32029 …5431 158 0 en-ZA To find the standard deviation of the weight for all children of the same age a…
32038 … 0 en-ZA To find the length of the combined distance to school of all children at Joe's birthday…
32040 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
32047 …p par_id3153701 175 0 en-ZA To find the variance of the weight of all children of the same age o…
[all …]
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dsigner.cxx164 idValue = xmlNodeListGetString( tarNode->doc, idAttr->children, 1 ) ; in main()
192 uriValue = xmlNodeListGetString( tarNode->doc, uriAttr->children, 1 ) ; in main()
H A Dverifier.cxx150 idValue = xmlNodeListGetString( tarNode->doc, idAttr->children, 1 ) ; in main()
178 uriValue = xmlNodeListGetString( tarNode->doc, uriAttr->children, 1 ) ; in main()
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch5250 cur = xmlSecGetNextElementNode(node->children);
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini949 0x0040=can-have-children
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1656 ::std::vector< WinSalFrame* > children; in ImplSetParentFrame()
1665 children.push_back( pFrame ); in ImplSetParentFrame()
1784 …for( ::std::vector< WinSalFrame* >::iterator iChild = children.begin(); iChild != children.end(); … in ImplSetParentFrame()
1787 children.clear(); in ImplSetParentFrame()
/trunk/extras/l10n/source/uk/
H A Dlocalize.sdf17657children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
17692 …ar_id3148925 128 0 uk To find the shortest distance to school for the children in each grade in …
17701 …1.xhp 0 help par_id3149104 136 0 uk To find the average weight of all children of the same age i…
17703 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
17713 …ed as a sample of data. That means that the children in the example represent a cross section of a…
17717 …3149934 150 0 uk To find the standard deviation of the weight for all children of the same age i…
17726 …3155431 158 0 uk To find the standard deviation of the weight for all children of the same age a…
17735 …166 0 uk To find the length of the combined distance to school of all children at Joe's birthday…
17737 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
17744 …help par_id3153701 175 0 uk To find the variance of the weight of all children of the same age o…
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DAccessibleCheckBox.idl67 <li>Children: There are no children.</li>
H A DAccessibleButton.idl66 <li>Children: There are no children.</li>
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java717 NodeList children; in removeEmptyText() local
/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/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java721 public String[] children(String name) in children() method in OpenOfficeDocFileSystem.ListImpl
723 String[] children = null; in children() local
738 children = childrenStrategy.getChildren(); in children()
740 return children; in children()
827 private Collection children = new HashSet(); field in OpenOfficeDocFileSystem.ChildrenStrategy
836 if(children == null) in setParent()
838 children.clear(); in setParent()
858 return children.add(child); in evaluate()
866 return children.size(); in countChildren()
871 String[] chn = new String[children.size()]; in getChildren()
[all …]
/trunk/extras/l10n/source/lt/
H A Dlocalize.sdf60890children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
60925 …ar_id3148925 128 0 lt To find the shortest distance to school for the children in each grade in …
60934 …1.xhp 0 help par_id3149104 136 0 lt To find the average weight of all children of the same age i…
60936 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
60946 …ed as a sample of data. That means that the children in the example represent a cross section of a…
60950 …3149934 150 0 lt To find the standard deviation of the weight for all children of the same age i…
60959 …3155431 158 0 lt To find the standard deviation of the weight for all children of the same age a…
60968 …166 0 lt To find the length of the combined distance to school of all children at Joe's birthday…
60970 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
60977 …help par_id3153701 175 0 lt To find the variance of the weight of all children of the same age o…
[all …]
/trunk/extras/l10n/source/kab/
H A Dlocalize.sdf60890children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
60925 …r_id3148925 128 0 kab To find the shortest distance to school for the children in each grade in …
60934 ….xhp 0 help par_id3149104 136 0 kab To find the average weight of all children of the same age i…
60936 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
60946 …ed as a sample of data. That means that the children in the example represent a cross section of a…
60950 …149934 150 0 kab To find the standard deviation of the weight for all children of the same age i…
60959 …155431 158 0 kab To find the standard deviation of the weight for all children of the same age a…
60968 …66 0 kab To find the length of the combined distance to school of all children at Joe's birthday…
60970 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
60977 …elp par_id3153701 175 0 kab To find the variance of the weight of all children of the same age o…
[all …]
/trunk/extras/l10n/source/et/
H A Dlocalize.sdf60898 …the example above (scroll up, please), you can search for the number of children whose name starts…
/trunk/extras/l10n/source/ar/
H A Dlocalize.sdf60890children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
60925 …ar_id3148925 128 0 ar To find the shortest distance to school for the children in each grade in …
60934 …1.xhp 0 help par_id3149104 136 0 ar To find the average weight of all children of the same age i…
60936 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
60946 …ed as a sample of data. That means that the children in the example represent a cross section of a…
60950 …3149934 150 0 ar To find the standard deviation of the weight for all children of the same age i…
60959 …3155431 158 0 ar To find the standard deviation of the weight for all children of the same age a…
60968 …166 0 ar To find the length of the combined distance to school of all children at Joe's birthday…
60970 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
60977 …help par_id3153701 175 0 ar To find the variance of the weight of all children of the same age o…
[all …]
/trunk/extras/l10n/source/am/
H A Dlocalize.sdf60890children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
60925 …ar_id3148925 128 0 am To find the shortest distance to school for the children in each grade in …
60934 …1.xhp 0 help par_id3149104 136 0 am To find the average weight of all children of the same age i…
60936 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
60946 …ed as a sample of data. That means that the children in the example represent a cross section of a…
60950 …3149934 150 0 am To find the standard deviation of the weight for all children of the same age i…
60959 …3155431 158 0 am To find the standard deviation of the weight for all children of the same age a…
60968 …166 0 am To find the length of the combined distance to school of all children at Joe's birthday…
60970 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
60977 …help par_id3153701 175 0 am To find the variance of the weight of all children of the same age o…
[all …]
/trunk/main/macOS/soffice.xcodeproj/
H A Dproject.pbxproj34 children = (
/trunk/main/offapi/com/sun/star/frame/
H A DXFrame.idl168 the method is called for all children of the frame. Finally may be called
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/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()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java51 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setModuleSize()
65 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setModuleSize()
114 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setParentDefaultModuleSettings()
208 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setHiddenModuleSettingsInstall()
249 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setHiddenModuleSettingsUninstall()
388 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setDatabaseSettings()
408 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setShowInUserInstallFlags()
420 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setForcedUpdateProductSettings()
440 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setShowInUserInstallOnlyFlags()
452 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setIgnoreNonRelocatablePackages()
[all …]
/trunk/extras/l10n/source/lv/
H A Dlocalize.sdf60890children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
60925 …ar_id3148925 128 0 lv To find the shortest distance to school for the children in each grade in …
60934 …1.xhp 0 help par_id3149104 136 0 lv To find the average weight of all children of the same age i…
60936 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
60946 …ed as a sample of data. That means that the children in the example represent a cross section of a…
60950 …3149934 150 0 lv To find the standard deviation of the weight for all children of the same age i…
60959 …3155431 158 0 lv To find the standard deviation of the weight for all children of the same age a…
60968 …166 0 lv To find the length of the combined distance to school of all children at Joe's birthday…
60970 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
60977 …help par_id3153701 175 0 lv To find the variance of the weight of all children of the same age o…
[all …]
/trunk/extras/l10n/source/ro/
H A Dlocalize.sdf60890children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter \<it…
60925 …ar_id3148925 128 0 ro To find the shortest distance to school for the children in each grade in …
60934 …1.xhp 0 help par_id3149104 136 0 ro To find the average weight of all children of the same age i…
60936 …, 9,\</item\> and so on, one after the other. The average weight of all children of the same age a…
60946 …ed as a sample of data. That means that the children in the example represent a cross section of a…
60950 …3149934 150 0 ro To find the standard deviation of the weight for all children of the same age i…
60959 …3155431 158 0 ro To find the standard deviation of the weight for all children of the same age a…
60968 …166 0 ro To find the length of the combined distance to school of all children at Joe's birthday…
60970 …ow 14 under Grade. The sum (1950) of the distances to school of all the children who are in second…
60977 …help par_id3153701 175 0 ro To find the variance of the weight of all children of the same age o…
[all …]

Completed in 8958 milliseconds

12345678910