Home
last modified time | relevance | path

Searched refs:parent (Results 126 – 150 of 444) sorted by relevance

12345678910>>...18

/aoo42x/main/wizards/com/sun/star/wizards/web/data/
H A DCGGeneralInfo.java40 public Node createDOM(Node parent) in createDOM() argument
42 return XMLHelper.addElement(parent, "general-info", in createDOM()
H A DCGSession.java46 public Node createDOM(Node parent) in createDOM() argument
48 Node root = XMLHelper.addElement(parent, "session", in createDOM()
H A DCGDesign.java51 public Node createDOM(Node parent) in createDOM() argument
53 return XMLHelper.addElement(parent, "design", new String[0], in createDOM()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_dependencydialog.cxx49 Window * parent, std::vector< rtl::OUString > const & dependencies): in DependencyDialog() argument
50 ModalDialog(parent, DpGuiResId(RID_DLG_DEPENDENCIES) ), in DependencyDialog()
/aoo42x/main/sw/source/ui/dialog/
H A Dwordcountdialog.cxx41 #define SfxModalDialog( parent, id ) Dialog( parent, "wordcount.xml", id ) argument
/aoo42x/main/toolkit/workben/layout/
H A Dwordcountdialog.cxx47 #define SfxModalDialog( parent, id ) Dialog( parent, "wordcount.xml", id ) argument
H A Drecover.cxx54 #define SfxModalDialog( parent, id ) Dialog( parent, "recover.xml", id ) argument
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetFilterableEx.java53 Object parent = tEnv.getTestObject(); in _createFilterDescriptorByObject() local
55 XSheetFilterable.class, parent); in _createFilterDescriptorByObject()
/aoo42x/main/xmloff/source/text/
H A Dtxtlists.cxx405 const size_t parent( std::min(static_cast<size_t>(io_rLevel), in EnsureNumberedParagraph() local
408 io_rLevel > 0 ? rNPList[parent].second : 0, in EnsureNumberedParagraph()
409 io_rLevel > 0 ? rNPList[parent].first : none, in EnsureNumberedParagraph()
/aoo42x/main/offapi/com/sun/star/embed/
H A DXEmbedObjectCreator.idl78 a parent storage the entry should be created/opened in
117 a parent storage the entry should be opened in
164 a parent storage the entry should be created/opened in
H A DStorage.idl71 of a parent storage.
132 this storage or to a one of storages in parent
183 this storage or to a one of storages in parent
261 it's parent storage. This is recursive process, so the last committed
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java80 java.awt.Container parent = getParent(); in isShowing() local
81 return (parent == null) || parent.isShowing(); in isShowing()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeDetailLayoutController.java76 final LayoutController parent) in initialize() argument
80 super.initialize(node, flowController, parent); in initialize()
/aoo42x/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl94 the previous parent of the node being inserted is readonly.</p>
171 The parent of this node.
204 parent of the node being inserted is readonly.
243 <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node or the parent of the
/aoo42x/main/xmlhelp/source/treeview/
H A Dtvread.cxx59 parent( arent ), in TVDom()
80 if( parent ) in getParent()
81 return parent; in getParent()
138 for ( const TVDom* p = this;; p = p->parent ) in getTargetURL()
165 TVDom *parent; member in treeview::TVDom
/aoo42x/main/vcl/os2/
H A Dhowto.txt24 Window coordinates are parent relative, with exception of maState fields, they
27 Every window has a parent window, usually the client area of an existing window,
/aoo42x/main/offapi/com/sun/star/deployment/ui/
H A DUpdateRequiredDialog.idl39 /** Create a GUI using the specific parent window and focus on the
43 parent window
H A DLicenseDialog.idl39 /** Create a GUI using the specific parent window and focus on the
43 parent window
/aoo42x/main/toolkit/src2xml/source/
H A Dglobals.py57 childnode.parent = self
81 self.parent = None
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelContentsFolder.java79 public static void createEmptyScript(DataFolder parent, String language) {
99 result = dObj.createFromTemplate(parent);
/aoo42x/main/offapi/com/sun/star/awt/
H A DInvalidateStyle.idl63 /** The parent window is invalidated, too.
69 /** The parent window is not invalidated.
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl106 elements parent context by calling
110 <br>The parent context for the root element is the <type>XFastDocumentHandler</type>
113 <p>If the parent context returns an empty reference, no further events for
/aoo42x/main/offapi/com/sun/star/style/
H A DXStyle.idl61 the name of the parent style, probably empty.
67 /** sets the name of the parent style.
/aoo42x/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java70 public UnoClassLoader(URL base, URL[] classPath, ClassLoader parent) in UnoClassLoader() argument
73 super(createUrls(base, classPath), parent); in UnoClassLoader() local
/aoo42x/main/configmgr/source/
H A Dchildaccess.hxx66 rtl::Reference< Access > const & parent, rtl::OUString const & name,
110 rtl::Reference< Access > const & parent, rtl::OUString const & name)

Completed in 79 milliseconds

12345678910>>...18