Home
last modified time | relevance | path

Searched refs:parent (Results 51 – 75 of 444) sorted by relevance

12345678910>>...18

/aoo42x/main/rsc/source/rscpp/
H A Dcpp6.c535 file->parent = infile; /* Chain files together */ in getfile()
814 infile = file->parent; /* Unwind file chain */ in get()
830 if ((infile = file->parent) != NULL) { in get()
860 if (file->parent != NULL) { /* Macro or #include */ in get()
862 file->parent->unrecur += popped; in get()
864 recursion -= file->parent->unrecur; in get()
867 file->parent->unrecur = 0; in get()
1087 while ((file = file->parent) != NULL) { /* Print #includes, too */ in domsg()
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleContext.idl97 /** Returns the parent of this object.
109 /** Returns the index of this object in its accessible parent.
111 <p>If you call getAccessibeChild on the object's parent with the
151 parent, although the uniqueness is neither enforced nor used inside
198 If this object does not have a locale, the locale of its parent
199 is returned. If it does not have (yet) a parent it throws the
203 when this object does not (yet) have a parent.
/aoo42x/main/solenv/bin/modules/installer/
H A Dziplist.pm46 my ($productblockref, $parent) = installer::ziplist::getproductblock(
69 while (defined $parent)
72 … ($parentproductblockref, $parent) = installer::ziplist::getproductblock($ziplistref, $parent, 1);
163 my $parent;
173 $parent = $1 if $inheritance;
213 return (\@searchblock, $parent);
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/
H A DClassLoaderFactory.java44 ClassLoader parent = scriptData.getClass().getClassLoader(); in getURLClassLoader() local
51 return getURLClassLoader( parent, classPath ); in getURLClassLoader()
53 public static ClassLoader getURLClassLoader( ClassLoader parent, URL[] classpath) in getURLClassLoader() argument
57 new URLClassLoader( classpath, parent); in getURLClassLoader()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java151 public TextStyle(String name, String family, String parent, in TextStyle() argument
153 super(name, family, parent, sc); in TextStyle()
383 if (parent != null) { in getResolved()
384 parentStyle = (TextStyle)sc.lookup(parent, family, null, in getResolved()
388 + parent + " failed!"); in getResolved()
499 System.out.println(toCSV(name) + toCSV(family) + toCSV(parent) in dumpCSV()
/aoo42x/main/qadevOOo/runner/basicrunner/
H A DBasicHandler.java406 BasicHandler parent = null; field in HandlerContainer
413 parent = par; in HandlerContainer()
457 synchronized (parent) { in insertByName()
458 parent.notify(); in insertByName()
461 parent.methodTested(result.Name, in insertByName()
465 parent.Log(object.toString()); in insertByName()
/aoo42x/main/solenv/bin/modules/par2script/
H A Dwork.pm304 my ( $itemhash, $parent, $order ) = @_;
309 if ( $itemhash->{$item}->{'ParentID'} eq $parent )
336 my $parent;
337 foreach $parent ( @startparents ) { collect_children($itemhash, $parent, \@itemorder); }
/aoo42x/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java59 private UnoDialog parent; field in StatusDialog
194 parent.xWindow.setEnable(true); in taskFinished()
243 this.parent = parent_; in execute()
252 parent.xWindow.setEnable(false); in execute()
253 setVisible(parent); in execute()
/aoo42x/main/offapi/com/sun/star/animations/
H A DXAnimationNode.idl55 … The definition of the implicit syncbase depends upon the element's parent time container.
56 The offset is measured in parent simple time.</li>
90 … The definition of the implicit syncbase depends upon the element's parent time container.
91 The offset is measured in parent simple time.</li>
132 (subject to the constraints of the parent time container).</li>
150 (subject to the constraints of the parent time container).</li>
180 … (and of the fill behavior) are inherited from the <member>FillDefault</member> value of the parent
181 … element. If there is no parent element, the value is <const>AnimationFill::AUTO</const>.</li>
/aoo42x/main/xmerge/source/palmtests/qa-wrapper/bin/
H A Dqa_test_driver.pl160 $parent = getppid;
162 if ( $parent != 1 ) {
163 print "********\nCHILD (pid = $$): Killing process ($parent)\n";
164 kill( $parent );
165 kill( 9, $parent );
/aoo42x/main/desktop/source/migration/
H A Dpages.hxx56 … WelcomePage( svt::OWizardMachine* parent, const ResId& resid, sal_Bool bLicenseNeedsAcceptance );
70 MigrationPage( svt::OWizardMachine* parent, const ResId& resid, Throbber& i_throbber );
93 UserPage( svt::OWizardMachine* parent, const ResId& resid);
106 UpdateCheckPage( svt::OWizardMachine* parent, const ResId& resid);
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleComponent.java455 XAccessibleComponent parent = getParentComponent(); in _getLocationOnScreen() local
461 if (parent != null) { in _getLocationOnScreen()
462 Point parLoc = parent.getLocationOnScreen(); in _getLocationOnScreen()
580 XAccessibleComponent parent = (XAccessibleComponent) UnoRuntime.queryInterface( in getParentComponent() local
584 if (parent == null) { in getParentComponent()
591 return parent; in getParentComponent()
/aoo42x/test/testgui/source/bvt/gui/
H A DFileExport.java120 File parent = file.getParentFile(); in recursionfiles() local
121 if (parent != null && !parent.exists()) { in recursionfiles()
122 parent.mkdirs(); in recursionfiles()
257 File parent = file.getParentFile(); in testSaveAs() local
258 if (parent != null) { in testSaveAs()
259 String pathbegin = parent.getAbsolutePath(); in testSaveAs()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXFrame.idl60 This window will be used as parent for the component window and to support
81 Normally this is used as the parent window of the
98 it means the parent frame of the frame hierarchy.
104 the creator (parent) of this frame
111 /** provides access to the creator (parent) of this frame
169 for the siblings and then for parent frame (if allowed).
176 <tr><td>"_parent"</td><td>address the direct parent frame only</td></tr>
208 a task frame or which does not have a parent. Possible frame searches must
/aoo42x/main/udkapi/com/sun/star/uri/
H A DRelativeUriExcessParentSegments.idl30 details how excess special parent segments (&ldquo;<code>..</code>&rdquo;)
40 causes excess special parent segments to be treated as an error.
45 causes excess special parent segments to be retained, treating them like
51 causes excess special parent segments to be removed.
/aoo42x/main/configmgr/source/
H A Dwritemodfile.cxx337 rtl::Reference< Node > const & parent, rtl::OUString const & name, in writeNode()
406 Type type = dynamic_cast< LocalizedPropertyNode * >(parent.get())-> in writeNode()
452 rtl::Reference< Node > const & parent, rtl::OUString const & nodeName, in writeModifications()
459 OSL_ASSERT(parent.is()); in writeModifications()
465 writeNode(components, handle, parent, nodeName, node); in writeModifications()
467 switch (parent->kind()) { in writeModifications()
481 dynamic_cast< GroupNode * >(parent.get())->isExtensible()); in writeModifications()
/aoo42x/main/toolkit/source/awt/
H A Dvclxtabpage.cxx92 Window *parent = GetWindow()->GetParent(); in allocateArea() local
93 Size parentSize = parent->GetSizePixel(); in allocateArea()
114 parent->SetSizePixel ( Size (requestedSize.Width, requestedSize.Height) ); in allocateArea()
116 if (Window *grand_parent = parent->GetParent ()) in allocateArea()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java503 final String parent = autostyle.getStyleParent(); in deriveAutomaticStyle() local
504 if (parent != null) in deriveAutomaticStyle()
506 copyStyle(styleFamily, parent, commonCollection, commonCollection, in deriveAutomaticStyle()
604 final String parent = style.getStyleParent(); in queryStyle() local
605 if (parent == null) in queryStyle()
609 …return queryStyle(predefCollection, styleFamily, parent, sectionName, propertyNamespace, propertyN… in queryStyle()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityModel.java79 public void addNodeInto(MutableTreeNode newChild, MutableTreeNode parent) { in addNodeInto() argument
80 int index = parent.getChildCount(); in addNodeInto()
81 if (newChild != null && newChild.getParent() == parent) { in addNodeInto()
84 insertNodeInto(newChild, parent, index); in addNodeInto()
/aoo42x/main/qadevOOo/runner/helper/
H A DAPIDescGetter.java267 DescEntry parent, boolean debug) in getSubEntries() argument
321 DescEntry methDesc = createDescEntry(meth_name, ifc_name, parent); in getSubEntries()
364 ifcDesc.longName = parent.entryName + "::" + ifc_name; in getSubEntries()
371 parent.hasErrorMsg = true; in getSubEntries()
372 parent.ErrorMsg = "IOException while reading the description"; in getSubEntries()
434 private static DescEntry createDescEntry(String meth_name, String ifc_name, DescEntry parent) in createDescEntry() argument
467 methDesc.longName = parent.entryName + "::" + withoutHash + "::" + meth_name; in createDescEntry()
/aoo42x/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleContext.java66 private XAccessible parent = null ; field in _XAccessibleContext
151 parent = oObj.getAccessibleParent(); in _getAccessibleParent()
152 return parent != null; in _getAccessibleParent()
174 XAccessibleContext parentAC = parent.getAccessibleContext() ; in _getAccessibleIndexInParent()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java107 TreeNode parent = node.getParent(); in toggleState() local
108 DisplayPackageDescription parentInfo = getInfo(parent); in toggleState()
110 parentInfo.updateState(parent); in toggleState()
112 TreeNode grandpa = parent.getParent(); in toggleState()
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DContainer.java71 java.awt.Container parent = getParent(); in isShowing() local
72 return (parent == null) || parent.isShowing(); in isShowing()
288 javax.accessibility.Accessible parent = (javax.accessibility.Accessible) getParent(); in handleAllChildrenChangedEvent() local
289 if (parent != null) { in handleAllChildrenChangedEvent()
290 javax.accessibility.AccessibleContext parentAC = parent.getAccessibleContext(); in handleAllChildrenChangedEvent()
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl78 /** is used for subreports and contains the names of columns of the parent report.
79 <p> These columns are typically the foreign key fields of the parent report.
81 Each time the parent report changes it's current row, the subreport requires
83 <p>If the report is no sub report (e.g. its parent is not a report itself), this
90 which are related to the master fields of the parent report.
108 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
/aoo42x/main/l10ntools/source/
H A Dhelpmerge.cxx599 XMLParentNode *parent = NULL; local
619 parent = pXMLElement->GetParent();
651 XMLParentNode *parent = NULL; local
676 parent = pXMLElement->GetParent();
700 int pos = parent->GetPosition( pXMLElement->GetId() );
702 parent->AddChild(xmldefault , pos+1 );
703 parent->AddChild(pXMLElement , pos+2 );

Completed in 93 milliseconds

12345678910>>...18