Home
last modified time | relevance | path

Searched refs:root (Results 26 – 50 of 266) sorted by relevance

1234567891011

/aoo41x/main/sysui/desktop/slackware/
H A Dmakefile.mk91 @tar -C $(MISC)/$(TARGET)/empty --owner=root --group=root --same-owner -cf $@ .
103 …@tar -C $(MISC)/$(@:b) --owner=root --group=root --same-owner --exclude application.flag -rf $@.tm…
/aoo41x/main/offapi/com/sun/star/configuration/
H A DUpdateRootElement.idl40 and information about the hierarchy as a whole as well as its root.
46 <p>An implementation represents the root of a partial hierarchy. [See the
52 <p>Elements of the hierarchy, such as descendants of this root element,
56 descendants of this root element.
72 /** provides (read-only) access to information about the root element of
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DEmbeddedXMLObject.java251 Node root = manifestDoc.getDocumentElement(); in writeManifestData() local
260 root.appendChild(contentNode); in writeManifestData()
270 root.appendChild(settingsNode); in writeManifestData()
288 root.appendChild(objectNode); in writeManifestData()
/aoo41x/main/vcl/unx/generic/app/
H A Di18n_im.cxx93 window = 0; root = 0; in init()
115 window = rEvent.window; root = rEvent.root; in operator =()
140 && root == rEvent.root in match()
H A Drandrwrapper.cxx105 int XRRRootToScreen( Display *dpy, XLIB_Window root ) in XRRRootToScreen() argument
107 return m_bValid ? m_pXRRRootToScreen( dpy, root ) : -1; in XRRRootToScreen()
245 int XRRRootToScreen( Display *dpy, XLIB_Window root )
247 return m_bValid ? ::XRRRootToScreen( dpy, root ) : -1;
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DDeployedUnoPackagesDB.java80 Element root = null; in getDeployedPackages() local
93 root = e; in getDeployedPackages()
98 if ( root != null ) in getDeployedPackages()
102 if ((packages = root.getElementsByTagName("package")) != null && in getDeployedPackages()
/aoo41x/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx203 ::rtl::Reference< ProxyRoot > const & root,
303 ::rtl::Reference< ProxyRoot > const & root, in binuno_Proxy()
307 m_root( root ), in binuno_Proxy()
370 UnoInterfaceReference root; in queryAggregation() local
372 reinterpret_cast< void ** >( &root.m_pUnoI ), in queryAggregation()
/aoo41x/main/toolkit/doc/layout/
H A DChangeLog159 source/layout/proplist.cxx, source/layout/root.cxx,
207 source/layout/root.cxx, source/layout/root.hxx,
349 source/core/root.cxx, source/core/root.hxx, workben/zoom-1.xml,
383 * TODO, source/core/makefile.mk, source/core/root.cxx,
595 source/core/import.hxx, source/core/root.cxx, source/core/root.hxx,
605 source/core/import.hxx, source/core/root.cxx,
624 source/core/import.hxx, source/core/root.cxx,
792 source/core/makefile.mk, source/core/root.cxx,
793 source/core/root.hxx, source/wrapper/makefile.mk,
849 * source/core/root.cxx, source/core/root.hxx,
[all …]
/aoo41x/main/offapi/com/sun/star/embed/
H A DStorage.idl69 A root storage should be retrieved by using <type>StorageFactory</type>
89 A root storage is created by <type>StorageFactory</type>
93 a root storage is disposed explicitly since in garbage
262 storage should be the root one. For the package based storages commit
263 of a root storage also means flashing to the related medium. If
276 /** allows to set password to a root storage.
322 /** allows to detect whether the storage is a root one.
/aoo41x/main/udkapi/com/sun/star/script/
H A DXEngine.idl50 /** sets an interface to an object as a scripting root.
52 <p>If the root object implements the XInvocation interface,
60 /** gets an interface to the object which is the scripting root.
70 /** compiles a script module in the scope of the root object.
/aoo41x/main/setup_native/tests/opensolaris/bundledextensions/
H A Dsend_ooo46 pkgsend -s http://localhost:80 add file installed mode=644 owner=root group=bin path=${EXTENSIONP…
47 pkgsend -s http://localhost:80 add file svc-ooo_bundled_extensions mode=744 owner=root group=bin pa…
48 pkgsend -s http://localhost:80 add file ooo_bundled_extensions.xml mode=644 owner=root group=bin pa…
/aoo41x/main/scripting/examples/java/selector/
H A DScriptSelector.java74 XBrowseNode root = getRootNode(ctxt); in showOrganizer() local
78 XScriptProvider.class, root); in showOrganizer()
82 selectorPanel = new ScriptSelectorPanel(root); in showOrganizer()
360 public ScriptSelectorPanel(XBrowseNode root) in ScriptSelectorPanel() argument
362 this.myrootnode = root; in ScriptSelectorPanel()
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java132 …Object root = Configuration.getConfigurationRoot(xMSF, "/org.openoffice.Office.Writer/Wizards/Agen… in startWizard() local
133 agenda.readConfiguration(root,"cp_"); in startWizard()
492 …Object root = Configuration.getConfigurationRoot(xMSF, "/org.openoffice.Office.Writer/Wizards/Agen… in finishWizard() local
493 agenda.writeConfiguration(root,"cp_"); in finishWizard()
494 Configuration.commit(root); in finishWizard()
/aoo41x/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch58 + <!-- root drive for input files-->
59 + <property name="root" value="."/>
61 + <!-- root drive for generated files-->
65 + <property name="development-j.dir" value="${root}/MyJava/saxon8.x"/>
68 + <property name="subversion-j.dir" value="${root}"/>
74 + <property name="drivers-j.dir" value="${root}/MyJava/test"/>
83 + <property name="userdoc.dir" value="${root}/MyJava/doc/saxon8"/>
86 + <property name="dotnetdoc.dir" value="${root}/MyDotNet/dotnetdoc"/>
89 + <property name="usercases.dir" value="${root}/MyJava/use-cases"/>
90 + <property name="samples.dir" value="${root}/MyJava/samples"/>
[all …]
/aoo41x/main/configmgr/source/
H A Dcomponents.cxx265 rtl::Reference< RootAccess > root; in initGlobalBroadcaster() local
267 root.set(*i); // must not throw in initGlobalBroadcaster()
270 if (root.is()) { in initGlobalBroadcaster()
271 if (root != exclude) { in initGlobalBroadcaster()
272 Path path(root->getAbsolutePath()); in initGlobalBroadcaster()
287 root->initBroadcaster(*mods, broadcaster); in initGlobalBroadcaster()
H A Dchildaccess.hxx65 Components & components, rtl::Reference< RootAccess > const & root,
70 Components & components, rtl::Reference< RootAccess > const & root,
109 rtl::Reference< RootAccess > const & root,
/aoo41x/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm318 my $root = $2;
326 $helphash{'Root'} = $root;
674 my $root = "";
675 …if ( exists($registryhash->{$regitem}->{'Root'}) ) { $root = $registryhash->{$regitem}->{'Root'}; }
686 …my $oneline = $regitem . "\t" . $root . "\t" . $localkey . "\t" . $name . "\t" . $value . "\t" . $…
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java34 public Object root; field in ConfigGroup
139 child.setRoot(root); in readField()
173 root = newRoot; in setRoot()
/aoo41x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java81 XBrowseNode root = getRootNode(ctxt); in show() local
93 selectorPanel = new ScriptSelectorPanel(root); in show()
259 public ScriptSelectorPanel(XBrowseNode root) in ScriptSelectorPanel() argument
261 this.myrootnode = root; in ScriptSelectorPanel()
/aoo41x/main/x11_extensions/inc/
H A Drandrproto.h109 Window root B32;
154 Window root; member
183 Window root B32; /* root window */
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties22 # {0} - root path
25 # {0} - root path
27 # {0} - root path
/aoo41x/main/offapi/com/sun/star/security/
H A DCertificateValidity.idl106 * The root certificate is unknown.
111 * The root certificate is untrusted.
116 * The root certificate is invalid.
/aoo41x/main/offapi/com/sun/star/script/
H A DXPersistentLibraryContainer.idl50 for example - below the root location.</p>
59 /** denotes the root location associated with the container.
66 the root location, the so-called container location, whose
/aoo41x/main/solenv/bin/modules/installer/patch/
H A DReleasesList.pm175 my $root = {};
177 'current_node' => $root,
190 return $root;
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java57 private Node root; field in NodeIterator
70 root = node; in NodeIterator()
146 markTree(root); in refresh()

Completed in 98 milliseconds

1234567891011