Home
last modified time | relevance | path

Searched refs:root (Results 51 – 75 of 266) sorted by relevance

1234567891011

/aoo41x/main/offapi/com/sun/star/ucb/
H A DPackageContentProvider.idl105 ( The root folder of the package located at file:///e:/my.xsw )
109 ( The folder/stream named "Content" that is contained in the root
114 ( The folder/stream named "Content A" that is contained in the root
/aoo41x/main/offapi/com/sun/star/awt/tree/
H A DXTreeDataModelListener.idl57 To indicate the root has changed, <member>TreeDataModelEvent::Nodes</member> will contain
58 the root node and <member>TreeDataModelEvent::ParentNode</member> will be empty.
71 this method may only be invoked once for the root of the removed subtree,
H A DTreeControlModel.idl63 /** Specifies if the root node of the tree is displayed.
64 <p>If <var>RootDisplayed</var> is set to <FALSE/>, the root node of a model is no longer
77 /** Specifies whether the node handles should also be displayed at root level.
/aoo41x/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl101 But it can be used at the root of the frame tree to search on direct childrens of it only.
102 Because the direct children of the root node are the root's of the task sub trees, which
/aoo41x/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java467 …Object root = Configuration.getConfigurationRoot(xMSF, "/org.openoffice.Office.Writer/Wizards/Fax"… in initConfiguration() local
468 myConfig.readConfiguration(root, "cp_"); in initConfiguration()
524 …Object root = Configuration.getConfigurationRoot(xMSF, "/org.openoffice.Office.Writer/Wizards/Fax"… in saveConfiguration() local
525 myConfig.writeConfiguration(root, "cp_"); in saveConfiguration()
526 Configuration.commit(root); in saveConfiguration()
/aoo41x/main/toolkit/doc/layout/
H A DTODO16 *** root.hxx:
19 proxy interface (just make it return the root widget).
21 *** root.cxx:
25 // at least of its children... Or should root?
26 *** root.cxx:
/aoo41x/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME17 pkgsend -s url_to_pkg_server add file installed mode=644 owner=root group=bin path=${EXTENSIONPAT…
18 pkgsend -s url_to_pkg_server add file svc-ooo_bundled_extensions mode=744 owner=root group=bin path…
19 pkgsend -s url_to_pkg_server add file ooo_bundled_extensions.xml mode=644 owner=root group=bin path…
/aoo41x/main/configmgr/source/
H A Dconfigurationprovider.cxx275 rtl::Reference< RootAccess > root( in createInstanceWithArguments() local
277 if (root->isValue()) { in createInstanceWithArguments()
286 components.addRootAccess(root); in createInstanceWithArguments()
287 return static_cast< cppu::OWeakObject * >(root.get()); in createInstanceWithArguments()
/aoo41x/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java37 private Object root = null; field in HideableTreeModel
47 return this.root; in getRoot()
52 this.root = r; in setRoot()
/aoo41x/main/solenv/bin/modules/
H A DCwsConfig.pm425 my $root = shift;
428 if ( !defined($root) ) {
432 my ($dummy, $method, $id_at_host, $repository) = split(/:/, $root);
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java43 public Object root; field in ConfigSet
156 child.setRoot(root); in readConfiguration()
279 root = newRoot; in setRoot()
/aoo41x/main/wizards/com/sun/star/wizards/web/data/
H A DCGPublish.java64 this.cp_URL = ((CGSettings) this.root).getFileAccess().getURL(path); in setURL()
77 return ((CGSettings) this.root).getFileAccess().getPath(cp_URL, null); in getURL()
/aoo41x/main/qadevOOo/runner/util/
H A DRegistryTools.java252 public static void printRegistryInfo(XRegistryKey root, PrintWriter out) { in printRegistryInfo() argument
253 if (root == null) { in printRegistryInfo()
260 printTreeInfo(root, out, " ") ; in printRegistryInfo()
/aoo41x/main/sysui/desktop/freedesktop/
H A Dfreedesktop-menus.spec345 %defattr(-, root, root)
346 %attr(0755, root, root) /usr/bin/*
/aoo41x/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl76 To reflect its <em>element role</em> as root of the view, it implements
85 <BR />If the root element of the view is marked read-only (as indicated
126 <dd>specifies the location of the view root in the configuration.</dd>
129 number of nesting levels away from the root need not be included in the
H A DAccessRootElement.idl47 /** provides information about the root element of a hierarchy and
57 It represents the <em>root</em> of the accessible part of the hierarchy.
108 the root of only a fragment of an enclosing hierarchy and
/aoo41x/main/x11_extensions/inc/
H A DXrandr.h52 Window root; /* Root window for changed screen */ member
115 int XRRRootToScreen(Display *dpy, Window root);
/aoo41x/main/scp2/source/ooo/
H A Dmodule_ooo.scp35 XPDParentID = "root";
42 XPDParentID = "root";
/aoo41x/main/autodoc/source/ary/loc/
H A Dloca_le.cxx99 root = Find_Root(i_root); in CheckIn_File() local
102 Find_Directory(root.MyDir()), in CheckIn_File()
/aoo41x/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt189 The directory given wit the -p option is the root directory of the project.
190 If there is no -p option, the working directory is seen as root.
192 …All paths given with -t/-d/-f are relative to that root directory. It is possible to use "." as ar…
/aoo41x/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx1231 RegistryKey root; in getRootKey() local
1232 RegError err = registry_.openRootKey(root); in getRootKey()
1242 return new Key(this, root); in getRootKey()
1267 RegistryKey root; in mergeKey() local
1268 RegError err = registry_.openRootKey(root); in mergeKey()
1270 err = registry_.mergeKey(root, aKeyName, aUrl, false, false); in mergeKey()
/aoo41x/main/desktop/source/deployment/registry/help/
H A Ddp_helpbackenddb.cxx141 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getAllDataUrls() local
148 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()
/aoo41x/main/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.cxx143 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getAllDataUrls() local
150 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()
/aoo41x/main/toolkit/
H A DPackage_source.mk37 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/root.hxx,layout/core/root.hxx))
/aoo41x/main/scripting/source/inc/util/
H A DMiscUtils.hxx126 ::ucbhelper::Content root( url, NULL ); in tDocUrlToModel()
128 result = getUCBProperty( root, propName ); in tDocUrlToModel()

Completed in 80 milliseconds

1234567891011