Home
last modified time | relevance | path

Searched refs:parent (Results 76 – 100 of 444) sorted by relevance

12345678910>>...18

/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java61 private PackageDescription parent = null; field in PackageDescription
126 private PackageDescription(XMLPackageDescription descriptionData, PackageDescription parent) { in PackageDescription() argument
128 this.parent = parent; in PackageDescription()
648 return (TreeNode)parent; in getParent()
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleContext.java59 private XAccessible parent = null; field in _XAccessibleContext
189 parent = oObj.getAccessibleParent(); in _getAccessibleParent()
190 tRes.tested("getAccessibleParent()", parent != null); in _getAccessibleParent()
212 XAccessibleContext parentAC = parent.getAccessibleContext(); in _getAccessibleIndexInParent()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java106 public CellStyle(String name, String family, String parent,Format fmt, StyleCatalog sc) { in CellStyle() argument
107 super(name, family, parent, sc); in CellStyle()
286 if (parent != null) { in getResolved()
287 parentStyle = (CellStyle)sc.lookup(parent, family, null, in getResolved()
291 + parent + " failed!"); in getResolved()
/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm114 … Unfortunately this can increase memory consumption drastically until the non transient parent
214 …dio button of the group, except for the role, subrole, role description, parent and children attri…
416 // get parent and its children
417 AquaA11yWrapper * parent = [ self parentAttribute ];
418 NSArray * children = [ parent childrenAttribute ];
909 … NSView * parent = (NSView *) [ self accessibilityAttributeValue: NSAccessibilityParentAttribute ];
911 if ( [ parent isKindOfClass: [ AquaA11yWrapper class ] ] ) {
912 parentAsWrapper = (AquaA11yWrapper *) parent;
914 …NSString * parentRole = (NSString *) [ parent accessibilityAttributeValue: NSAccessibilityRoleAttr…
1028 // we have a valid relation to the parent element
[all …]
/aoo42x/main/sfx2/inc/sfx2/
H A Dlayout.hxx45 …SfxDialog (::Window* parent, char const* xml_file, char const* id, SfxBindings* bindings=0, SfxChi…
54 …SfxTabDialog (::Window *parent, char const* xml_file, char const* id, ResId const& res_id, SfxItem…
65 SfxTabPage (::Window *parent, char const* xml_file, char const* id, SfxItemSet const* set=0);
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datkcomponent.cxx285 AtkObject * parent = atk_object_get_parent( ATK_OBJECT( component ) ); in component_wrapper_get_layer() local
286 if( atk_object_get_role( parent ) != ATK_ROLE_MENU_BAR ) in component_wrapper_get_layer()
293 AtkObject * parent = atk_object_get_parent( ATK_OBJECT( component ) ); in component_wrapper_get_layer() local
294 if( atk_object_get_role( parent ) == ATK_ROLE_COMBO_BOX ) in component_wrapper_get_layer()
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXPresenterHelper.idl55 /** Create a new window as child window of the given parent window.
57 The parent window of the new window.
66 When <TRUE/> the parent window is painted behind its child
70 When <TRUE/> then the parent window is not clipped where its
162 direct or indirect parent window.
H A DAccessibleShape.idl61 actively supported by its parent.</p>
64 parent. That is either the containing draw page or a group shape or a
96 <li>Parent: The parent is either the document view as represented by
153 <li>Locale: The shape returns the locale of its parent.</li>
165 shape's bounding box clipped at its parent's bounding box</p>
/aoo42x/main/configmgr/source/
H A Dmodifications.cxx69 Path parent(path); in remove() local
70 parent.pop_back(); in remove()
71 remove(parent); in remove()
H A Ddata.cxx232 rtl::Reference< Node > parent; in resolvePathRepresentation() local
264 parent = p; in resolvePathRepresentation()
278 switch (parent->kind()) { in resolvePathRepresentation()
290 !dynamic_cast< SetNode * >(parent.get())->isValidTemplate( in resolvePathRepresentation()
/aoo42x/main/offapi/com/sun/star/form/component/
H A DNavigationToolBar.idl109 parent form
115 parent form
121 of the parent form
127 parent form
H A DDataForm.idl144 /** is used for subforms and contains the names of columns of the parent form.
146 <p> These columns are typically the foreign key fields of the parent form.
148 Each time the parent form changes it's current row, the subform requires
151 <p>If the form is no sub form (e.g. its parent is not a form itself), this
158 which are related to the master fields of the parent form.
179 <p>If the form is no sub form (e.g. its parent is not a form itself), this
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl75 <FALSE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
76 <TRUE/> if <var>Node</var> and all of its parent nodes are expanded.
90 <TRUE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
91 <FALSE/> if <var>Node</var> and all of its parent nodes are expanded
100 <p>This includes expanding all parent nodes and scroll the control so this
110 if <var>Node</var>can't be made visible since at least one of the parent nodes are
H A DTreeControl.idl44 A node is visible when all parent nodes are expanded and the node itself is in the display area.
72 …<li>Make sure the parent node returns <TRUE/> for <member>XTreeNode::hasChildrenOnDemand()</member…
80 check the <type>TreeExpansionEvent</type> if the parent node with children on demand is going to
82 collapsing of a parent node by using the <type>ExpandVetoException</type>.
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java106 public void createPartControl(Composite parent) { in createPartControl() argument
115 parent.setLayout(layout); in createPartControl()
117 messageLabel = new Label(parent, SWT.NONE); in createPartControl()
123 viewer = new TableViewer(parent, SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER); in createPartControl()
131 display = parent.getDisplay(); in createPartControl()
/aoo42x/main/offapi/com/sun/star/configuration/
H A DSetElement.idl97 changing the name or parent is not supported (the object can't be removed from
128 If it does, changing the parent has the effect of first removing the object
129 from its old parent (if any) and then inserting it into the new parent
130 (unless that is <NULL/>) under the same name. The new parent must be part of
/aoo42x/main/offapi/com/sun/star/animations/
H A DAnimationFill.idl50 …of the parent element. If there is no parent element, the value is <const>AnimationFill::AUTO</con…
58 …f the simple duration by "freezing" the element state at that point. The parent time container of …
61 …ment is always frozen to extend to the end of the simple duration of the parent time container of …
/aoo42x/main/l10ntools/source/help/
H A DHelpCompiler.cxx150 xmlNodePtr parent = xmlCopyNode(node, 2); in clone() local
178 xmlAddChild(parent, clone(cnl, appl)); in clone()
205 xmlAddChild(parent, clone(cnl, appl)); in clone()
218 xmlAddChild(parent, clone(n, appl)); in clone()
222 return parent; in clone()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java400 if (parent != null) { in getResolved()
401 parentStyle = (ParaStyle)sc.lookup(parent, family, null, in getResolved()
405 + parent + " failed!"); in getResolved()
486 System.out.println(toCSV(name) + toCSV(family) + toCSV(parent) in dumpCSV()
/aoo42x/main/writerfilter/source/doctok/
H A Dxmigen.el111 (defun insert-uml-generalization (parent child)
112 (insert "<UML:Generalization isSpecification=\"false\" xmi.id=\"" child "-" parent "\" >\n")
117 (insert " <UML:Class xmi.idref=\"" parent "\" />\n")
/aoo42x/main/offapi/com/sun/star/embed/
H A DXEmbedPersist.idl62 with an entry in the parent storage that will be used as persistent
69 /** provides object with a parent storage and a name for object's entry.
91 a parent storage the entry should be created in
138 a parent storage the entry should be created inside
188 a parent storage the entry should be created in
/aoo42x/main/udkapi/com/sun/star/container/
H A DXChild.idl41 /** provides access to the parent of the object.
44 exactly one dedicated parent container.</p>
56 /** sets the parent to this object.
/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx360 Reference<css::xml::dom::XNode> const & parent, in readVectorOfPair() argument
368 OSL_ASSERT(parent.is()); in readVectorOfPair()
374 xpathApi->selectNodeList(parent, sExprPairs); in readVectorOfPair()
557 Reference<css::xml::dom::XNode> const & parent, in readList() argument
563 OSL_ASSERT(parent.is()); in readList()
569 xpathApi->selectNodeList(parent, sExprList); in readList()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java826 private String parent; field in OpenOfficeDocFileSystem.ChildrenStrategy
835 parent = (name.length() > 0)? (name + SEPARATOR): ""; in setParent()
848 (entry.getName().startsWith(parent))) in evaluate()
852 if(parent.length() > 0) { in evaluate()
853 child = entry.getName().substring(parent.length()); in evaluate()
/aoo42x/main/autodoc/source/ary/cpp/
H A Dca_ce.cxx290 parent = i_context.CurEnum(); in Store_EnumValue() local
291 csv_assert( parent != 0 ); in Store_EnumValue()
295 parent->CeId(), in Store_EnumValue()
298 parent->Add_Value(ret.CeId()); in Store_EnumValue()

Completed in 141 milliseconds

12345678910>>...18