Home
last modified time | relevance | path

Searched refs:child (Results 1 – 25 of 246) sorted by relevance

12345678910

/trunk/main/toolkit/source/layout/core/
H A Dtable.cxx143 child->mnRightCol = SAL_MIN( col + child->mnColSpan, mnColsLen ); in getMinimumSize()
145 child->mnBottomRow = row + child->mnRowSpan; in getMinimumSize()
149 unsigned int start = child->mnLeftCol +( child->mnTopRow*mnColsLen ); in getMinimumSize()
175 const int nFirstAttach = g == 0 ? child->mnLeftCol : child->mnTopRow; in getMinimumSize()
176 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
180 child->maRequisition = child->mxChild->getMinimumSize(); in getMinimumSize()
198 const int nFirstAttach = g == 0 ? child->mnLeftCol : child->mnTopRow; in getMinimumSize()
199 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
203 child->maRequisition = child->mxChild->getMinimumSize(); in getMinimumSize()
278 const int nFirstAttach = g == 0 ? child->mnLeftCol : child->mnTopRow; in allocateArea()
[all …]
H A Dbox.cxx100 if ( !child->isVisible() ) in calculateSize()
106 awt::Size aChildSize = child->maRequisition = child->mxChild->getMinimumSize(); in calculateSize()
142 if ( !child->isVisible() ) in calculateSize()
193 if ( child->isVisible() ) in allocateArea()
196 if ( child->mbExpand ) in allocateArea()
230 if ( !child->isVisible() ) in allocateArea()
246 nBoxPrimSize += child->mnPadding; in allocateArea()
247 if ( child->mbExpand ) in allocateArea()
251 nChildPrimPoint = nStartPoint + child->mnPadding; in allocateArea()
255 if ( child->mbFill ) in allocateArea()
[all …]
H A Dvcl.cxx31 Window* child = dialog->GetWindow (WINDOW_FIRSTCHILD); in get_button() local
32 while (child) in get_button()
34 if (child->GetType () == type) in get_button()
35 return static_cast <PushButton*> (child); in get_button()
36 child = child->GetWindow (WINDOW_NEXT); in get_button()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java54 if ( child.isHidden() ) { in setModuleSize()
56 size = size + child.getSize(); in setModuleSize()
67 setModuleSize(child); in setModuleSize()
116 setParentDefaultModuleSettings(child); in setParentDefaultModuleSettings()
143 if ( ! child.isHidden() ) { in setParentDefaultModuleSettings()
410 setShowInUserInstallFlags(child); in setShowInUserInstallFlags()
515 setDontUninstallFlags(child); in setDontUninstallFlags()
676 saveTypicalSelectionStates(child); in saveTypicalSelectionStates()
685 saveCustomSelectionStates(child); in saveCustomSelectionStates()
694 saveStartSelectionStates(child); in saveStartSelectionStates()
[all …]
H A DDumper.java52 PackageDescription child = (PackageDescription) e.nextElement(); in dumpPackageSettings() local
53 dumpPackageSettings(child); in dumpPackageSettings()
65 PackageDescription child = (PackageDescription) e.nextElement(); in dumpModuleStates() local
66 dumpModuleStates(child); in dumpModuleStates()
109 PackageDescription child = (PackageDescription) e.nextElement(); in logModuleStatesHelper() local
110 logModuleStatesHelper(child); in logModuleStatesHelper()
136 PackageDescription child = (PackageDescription) e.nextElement(); in dumpInstallPackages() local
137 dumpInstallPackages(child); in dumpInstallPackages()
148 PackageDescription child = (PackageDescription) e.nextElement(); in dumpUninstallPackages() local
149 dumpUninstallPackages(child); in dumpUninstallPackages()
[all …]
/trunk/main/configmgr/source/
H A Daccess.cxx136 OSL_ASSERT(child.is() && child->getParentAccess() == this); in markChildAsModified()
137 modifiedChildren_[child->getNameInternal()] = ModifiedChild(child, true); in markChildAsModified()
1091 if (!child.is()) { in getByName()
1131 if (!child.is()) { in getByHierarchicalName()
1215 if (!child.is()) { in getPropertyByName()
1399 if (!child.is()) { in getPropertyValue()
1683 if (!child.is()) { in getHierarchicalPropertyValue()
1771 if (!child.is()) { in getPropertyByHierarchicalName()
1894 if (!child.is() || child->isFinalized() || in removeByName()
1988 return child; in getUnmodifiedChild()
[all …]
H A Dchildaccess.cxx240 if (child.is()) { in setProperty()
285 rtl::Reference< ChildAccess > child; in asValue() local
287 child = getChild(locale); in asValue()
300 if (!child.is()) { in asValue()
301 child = getChild( in asValue()
303 if (!child.is()) { in asValue()
304 child = getChild( in asValue()
306 if (!child.is()) { in asValue()
308 if (!child.is()) { in asValue()
312 child = all.front(); in asValue()
[all …]
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentSerializerImpl.java153 Node child = nodeList.item(i); in traverseBody() local
161 traverseParagraph(child); in traverseBody()
165 traverseList(child); in traverseBody()
169 traverseList(child); in traverseBody()
219 Node child = nodeList.item(i); in traverseParaContents() local
240 traverseParaElem(child); in traverseParaContents()
395 Node child = nodeList.item(i); in traverseList() local
440 Node child = nodeList.item(i); in traverseListHeader() local
487 Node child = nodeList.item(i); in traverseListItem() local
499 traverseList(child); in traverseListItem()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java156 Node child = nodeList.item(i); in traverseSettings() local
163 traverseSettings(child); in traverseSettings()
251 Node child = nodeList.item(i); in traverseBody() local
258 traverseTable(child); in traverseBody()
292 Node child = nodeList.item(i); in traverseNamedExpressions() local
336 Node child = nodeList.item(i); in traverseTable() local
450 Node child = nodeList.item(i); in traverseTableRow() local
457 traverseCell(child); in traverseTableRow()
764 Node child = childList.item(i); in traverseCell() local
766 String childName = child.getNodeName(); in traverseCell()
[all …]
H A DBookSettings.java182 Node child = nodeList.item(i); in readNode() local
184 if (child.getNodeType() == Node.ELEMENT_NODE) { in readNode()
185 String nodeName = child.getNodeName(); in readNode()
189 NamedNodeMap cellAtt = child.getAttributes(); in readNode()
195 NodeList nodeList2 = child.getChildNodes(); in readNode()
208 readNode(child); in readNode()
212 SheetSettings s = new SheetSettings(child); in readNode()
217 Debug.log(Debug.TRACE, "<OTHERS " + XmlUtil.getNodeInfo(child) + " />"); in readNode()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java190 Node child = nodeList.item(i); in traverseBody() local
198 traverseParagraph(child); in traverseBody()
202 traverseList(child); in traverseBody()
206 traverseList(child); in traverseBody()
275 Node child = nodeList.item(i); in traverseParaContents() local
388 Node child = nodeList.item(i); in traverseList() local
396 traverseListItem(child); in traverseList()
433 Node child = nodeList.item(i); in traverseListHeader() local
480 Node child = nodeList.item(i); in traverseListItem() local
492 traverseList(child); in traverseListItem()
[all …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java185 Node child = nList.item(i); in traverseBody() local
188 String nodeName = child.getNodeName(); in traverseBody()
192 traverseParagraph(child); in traverseBody()
197 traverseList(child); in traverseBody()
261 Node child = nList.item(i); in traverseParagraphContents() local
262 short nodeType = child.getNodeType(); in traverseParagraphContents()
266 String s = child.getNodeValue(); in traverseParagraphContents()
371 Node child = nList.item(i); in traverseList() local
377 traverseListItem(child); in traverseList()
399 Node child = nList.item(i); in traverseListItem() local
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DTree.java170 child = activeDescendant; in getAccessibleChild()
178 return child; in getAccessibleChild()
195 child = activeDescendant; in getAccessibleAt()
202 return child; in getAccessibleAt()
218 child = activeDescendant; in getAccessibleSelection()
226 return child; in getAccessibleSelection()
242 child = activeDescendant; in getAccessibleAt()
250 return child; in getAccessibleAt()
599 child = activeDescendant; in getAccessibleChild()
606 return child; in getAccessibleChild()
[all …]
H A DTable.java153 javax.accessibility.Accessible child = null; in getAccessibleChild() local
160 child = activeDescendant; in getAccessibleChild()
168 return child; in getAccessibleChild()
185 child = activeDescendant; in getAccessibleAt()
192 return child; in getAccessibleAt()
208 child = activeDescendant; in getAccessibleSelection()
216 return child; in getAccessibleSelection()
232 child = activeDescendant; in getAccessibleAt()
240 return child; in getAccessibleAt()
585 child = activeDescendant; in getAccessibleChild()
[all …]
H A DList.java157 javax.accessibility.Accessible child = null; in getAccessibleChild() local
164 child = activeDescendant; in getAccessibleChild()
172 return child; in getAccessibleChild()
181 javax.accessibility.Accessible child = null; in getAccessibleAt() local
188 child = activeDescendant; in getAccessibleAt()
193 return child; in getAccessibleAt()
205 javax.accessibility.Accessible child = null; in getAccessibleSelection() local
212 child = activeDescendant; in getAccessibleSelection()
225 return child; in getAccessibleSelection()
360 child = activeDescendant; in getAccessibleChild()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java61 public void add(String name, Object child) in add() argument
63 childrenMap.put(name, child); in add()
66 int i = ((Indexable) child).getIndex(); in add()
72 childrenList.set(i, child); in add()
81 childrenList.add(child); in add()
127 ConfigNode child = (ConfigNode) getElement(names[i]); in writeConfiguration() local
129 child.writeConfiguration(childView, param); in writeConfiguration()
155 ConfigNode child = (ConfigNode) createChild(); in readConfiguration() local
156 child.setRoot(root); in readConfiguration()
158 add(names[i], child); in readConfiguration()
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleSelection.idl55 /** Selects the specified <type>Accessible</type> child of the
58 <p>Depending on the implementing class the child is added to the
60 selected child is deselected first (single selection).</p>
73 /** Determines if the specified child of this object is selected.
97 <p>Causes every child of the object to be selected if the object
99 supported then the first child, if it exists, is selected and all
114 no child is selected.
118 /** Returns the specified selected Accessible child.
130 corresponding <type>XAccessible</type> child is returned.
140 /** Removes the specified child from the set of this object's
[all …]
H A DXAccessibleTable.idl47 into child indices and vice versa with the methods
321 /** Returns the child index of the accessible object that spans the
329 Row index of the accessible object for which to return the child
343 /** Translate the given child index into the corresponding row
347 Index of the child of the table for which to return the row
351 Returns the row index of the cell of the specified child or the
352 index of the first row if the child spans multiple rows.
360 /** Translate the given child index into the corresponding column
364 Index of the child of the table for which to return the column
368 Returns the column index of the cell of the specified child or
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java108 public void nodeInserted(Object node, Object child) { in nodeInserted() argument
109 nodeInserted(node, child, -1); in nodeInserted()
113 public void nodeInserted(Object node, Object child, int index) { in nodeInserted() argument
115 index = getIndexOfChild(node, child); in nodeInserted()
117 if(node != null && child != null && index >= 0) { in nodeInserted()
120 Object[] ac = { child }; in nodeInserted()
126 public void nodeRemoved(Object node, Object child, int index) { in nodeRemoved() argument
127 if(node != null && child != null && index >= 0) { in nodeRemoved()
130 Object[] ac = { child }; in nodeRemoved()
299 public int getIndexOfChild(Object parent, Object child) { in getIndexOfChild() argument
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java143 XMLPackageDescription child = (XMLPackageDescription) e.nextElement(); in getElement() local
144 if (child.key.equals(key)) { in getElement()
146 return child; in getElement()
147 } else if (attrValue.equals(child.getAttribute(attrKey))) { in getElement()
148 return child; in getElement()
167 XMLPackageDescription child = (XMLPackageDescription) e.nextElement(); in findPackage() local
168 if (child.getAttribute("parent") != null) { in findPackage()
169 found = child.findPackage(name); in findPackage()
187 String childParentName = child.getAttribute("parent"); in adjust()
190 child.adjust(root); in adjust()
[all …]
H A DDisplayPackageDescription.java72 TreeNode child = (TreeNode)e.nextElement(); in setState() local
73 DisplayPackageDescription childInfo = getInfo(child); in setState()
75 childInfo.setState(child, newState); in setState()
78 size += childInfo.getSize(child); in setState()
133 TreeNode child = (TreeNode) e.nextElement(); in updateState() local
134 DisplayPackageDescription childInfo = getInfo(child); in updateState()
148 size += childInfo.getSize(child); in updateState()
161 TreeNode child = (TreeNode) e.nextElement(); in updateSize() local
162 DisplayPackageDescription childInfo = getInfo(child); in updateSize()
164 size += childInfo.getSize(child); in updateSize()
H A DSetupDataProvider.java75 PackageDescription child = (PackageDescription) e.nextElement(); in createTree() local
79 if (( installData.isUserInstallation() ) && ( ! child.showInUserInstall() )) { in createTree()
80 child.setIsHidden(true); in createTree()
81 child.setSelectionState(PackageDescription.IGNORE); in createTree()
85 if (!child.isHidden()) { in createTree()
86 node.add(createTree(child, installData)); in createTree()
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationEndSync.idl37 active end of all the child elements. This does not refer to the lexical
38 first child, or to the first child to start, but rather refers to the first
39 child to end its (first) active duration.
44 end of the child elements. This does not refer to the lexical last child, or
45 to the last child to start, but rather refers to the last active end of all
48 immediately. If child elements have multiple begin times, or otherwise
49 restart, the child elements must complete all instances of active durations
56 child elements have ended their respective active durations. Elements with
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx346 …for (::std::list<NSControl*>::iterator child = m_aActiveControls.begin(); child != m_aActiveContro… in createUserPane()
349 NSControl* pControl = *child; in createUserPane()
366 else if (child != m_aActiveControls.begin()){ in createUserPane()
417 if (child != m_aActiveControls.begin()){ in createUserPane()
830 …for (::std::list<NSControl*>::iterator child = m_aActiveControls.begin(); child != m_aActiveContro… in layoutControls()
831 NSControl* pControl = *child; in layoutControls()
861 …for (::std::list<NSControl*>::iterator child = m_aActiveControls.begin(); child != m_aActiveContro… in layoutControls()
862 NSControl* pControl = *child; in layoutControls()
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt138 + Add into toplevel & child ...
167 layout container - start child 'combobox'
226 + how will child widget properties work ?
229 - offsetting child positions
232 + propose new syntax: [ with child properties a-la glade ]:
235 <child padding="0" expand="false" fill="false">
237 </child>
241 + if 'child' element omitted - default properties used ...
242 + if multiple elements in same 'child' set: all have the same props.

Completed in 180 milliseconds

12345678910