Home
last modified time | relevance | path

Searched refs:parent (Results 176 – 200 of 444) sorted by relevance

12345678910>>...18

/aoo42x/main/offapi/com/sun/star/form/control/
H A DSubmitButton.idl57 <li>If there is no external submission, the parent object of the model is examined
61 …Since the parent object of a submit button can only be a <type scope="com::sun::star::form::compon…
/aoo42x/main/odk/source/unowinreg/win/
H A Dunowinreg.cxx108 JNIEnv *env, jclass, jlong parent, jstring name, jlongArray hkresult) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenKeyEx() argument
113 if (RegOpenKeyEx((HKEY)parent, namestr, 0, KEY_READ, phkey) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenKeyEx()
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleList.java152 XAccessibleContext parent = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment() local
160 oObj = parent.getAccessibleChild(0); in createTestEnvironment()
/aoo42x/main/toolkit/source/layout/vcl/
H A Dwfield.cxx327 Window *parent; member in layout::ComboBoxImpl
490 IMPL_CONSTRUCTORS_BODY( ComboBox, Edit, "combobox", getImpl()->parent = parent; );
/aoo42x/main/offapi/com/sun/star/resource/
H A DXResourceBundle.idl110 (more specific) to parent-level (less specific):
202 /** contains the parent bundle of this bundle.
204 <p>The parent bundle is searched by the method
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXTreeDataModelListener.idl64 Use <member>TreeDataModelEvent::ParentNode</member> to get the parent of the new node(s).
74 …Use <member>TreeDataModelEvent::ParentNode</member> to get the former parent of the deleted node(s…
/aoo42x/main/offapi/com/sun/star/awt/
H A DXControl.idl86 <p>If the parent is NULL, then the desktop window of the toolkit
87 is the parent.</p>
H A DAccessibleWindow.idl77 <li>Parent: The parent of a window is the parent window.</li>
/aoo42x/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl60 /** allows search on the parent frames
88 Normally it's interpreted as search on the direct childs of the parent
/aoo42x/main/offapi/com/sun/star/sdb/
H A DDatasourceAdministrationDialog.idl64 /** parent window to use for the administration dialog
105 describing the parent window to use for the dialog.
/aoo42x/main/i18npool/source/localedata/
H A DLocaleNode.hxx107 LocaleNode * parent; member in LocaleNode
130 const LocaleNode* getParent() const { return parent; }; in getParent()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx89 CDIBPreview::CDIBPreview(HINSTANCE instance,HWND parent,sal_Bool bShowWindow) : in CDIBPreview() argument
105 parent, in CDIBPreview()
/aoo42x/main/solenv/bin/modules/installer/
H A Dscriptitems.pm723 my $parent = "";
724 if ( ${$allitems}[$i]->{'ParentID'} ) { $parent = ${$allitems}[$i]->{'ParentID'}; }
726 if ( $parent eq $startparent )
729 my $parent = $gid;
730 get_children($allitems, $parent, $newitemorder); # recursive!
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java218 public static XDataSource findDataSource(Object parent) { in findDataSource() argument
219 …tabaseDocument databaseDocument = UnoRuntime.queryInterface(XOfficeDatabaseDocument.class, parent); in findDataSource()
225 dataSource = UnoRuntime.queryInterface(XDataSource.class, parent); in findDataSource()
228 XChild child = UnoRuntime.queryInterface(XChild.class, parent); in findDataSource()
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java733 public void setVisible(UnoDialog parent) throws com.sun.star.uno.Exception in setVisible() argument
735 calculateDialogPosition(parent.xWindow.getPosSize()); in setVisible()
751 public short executeDialog(UnoDialog parent) in executeDialog() argument
754 return executeDialog(parent.xWindow.getPosSize()); in executeDialog()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java78 XMLPackageDescription parent = (XMLPackageDescription) stack.peek(); in startElement() local
86 parent.add(entity); in startElement()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx707 OString parent(buffer.makeStringAndClear()); in generateClassDefinition() local
709 << parent << "::acquire(); }\n"; in generateClassDefinition()
711 << parent << "::release(); }\n\n"; in generateClassDefinition()
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx832 AtkObject* parent ) in atk_object_wrapper_new() argument
858 atk_obj->accessible_parent = parent; in atk_object_wrapper_new()
862 if( parent ) in atk_object_wrapper_new()
/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlencryption_mscryptimpl.cxx153 xmlNodePtr pParent = pEncryptedData->parent; in encrypt()
259 xmlNodePtr pParent = pEncryptedData->parent; in decrypt()
/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlencryption_nssimpl.cxx167 xmlNodePtr pParent = pEncryptedData->parent; in encrypt()
294 xmlNodePtr pParent = pEncryptedData->parent; in decrypt()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx56 #define ModalDialog( parent, id ) Dialog( parent, "insert-sheet.xml", id ) argument
/aoo42x/main/offapi/com/sun/star/embed/
H A DXLinkageSupport.idl56 /** breaks the link and provides the object with a parent storage and a
80 a parent storage the entry should be created\opened in
/aoo42x/main/offapi/com/sun/star/i18n/
H A DCalendarFieldIndex.idl102 from the parent ZONE_OFFSET field.
116 from the parent DST_OFFSET field.
/aoo42x/main/avmedia/source/viewer/
H A Dmediawindow.cxx49 MediaWindow::MediaWindow( Window* parent, bool bInternalMediaControl ) : in MediaWindow() argument
50 mpImpl( new priv::MediaWindowImpl( parent, this, bInternalMediaControl ) ) in MediaWindow()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java310 File parent = file.getParentFile(); in isSymbolicLink() local
312 File toTest = parent != null ? new File(parent.getCanonicalPath(), name) : new File(name); in isSymbolicLink()

Completed in 129 milliseconds

12345678910>>...18