Home
last modified time | relevance | path

Searched refs:repository (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl82 @param repository
108 @param repository
119 [in] string repository,
175 @param repository
186 [in] string repository,
197 @param repository
209 [in] string repository,
241 repository and the last is from the bundled repository.
258 @param repository
266 [in] string repository,
[all …]
H A DXPackageManager.idl42 packages to a specific repository. This interface represents a particular
43 repository.
47 in the repository.
51 removed from the repository.
82 the name of the repository..
136 This copies the extension. If it was from the same repository,
276 The function will not return any object for the user repository, because
277 a user extension will not be kept in the user repository if its license
H A DXUpdateInformationProvider.idl49 information from a repository.
52 a repository and its mirrors.
85 information from a repository.
88 a repository and its mirrors.
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx170 OUString const & repository, in findPackage() argument
176 manager->getDeployedExtensions(repository, in findPackage()
236 OUString repository; in unopkg_main() local
334 if (repository.getLength() == 0) in unopkg_main()
337 repository = OUSTR("shared"); in unopkg_main()
339 repository = OUSTR("bundled"); in unopkg_main()
341 repository = OUSTR("user"); in unopkg_main()
345 if (repository.equalsAsciiL( in unopkg_main()
471 repository, in unopkg_main()
488 repository, xCmdEnv)); in unopkg_main()
[all …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx232 if (repository.equals(OUSTR("user"))) in getPackageManager()
238 else if (repository.equals(OUSTR("tmp"))) in getPackageManager()
262 OUString const & repository) in addExtensionsToMap() argument
271 if (citNames->equals(repository)) in addExtensionsToMap()
695 OUString const & repository, in addExtension() argument
707 if (repository.equals(OUSTR("user"))) in addExtension()
888 OUString const & repository, in removeExtension() argument
1166 OUString const & repository, in getDeployedExtensions() argument
1181 OUString const & repository, in getDeployedExtension() argument
1262 OUString const & repository, in reinstallDeployedExtensions() argument
[all …]
H A Ddp_extensionmanager.hxx86 ::rtl::OUString const & repository,
98 ::rtl::OUString const & repository,
141 ::rtl::OUString const & repository,
152 ::rtl::OUString const & repository,
185 ::rtl::OUString const & repository,
212 ::rtl::OUString const & repository,
217 virtual sal_Bool SAL_CALL isReadOnlyRepository(::rtl::OUString const & repository)
300 ::rtl::OUString const & repository);
303 getPackageManager(::rtl::OUString const & repository)
H A Ddp_informationprovider.cxx91 rtl::OUString getPackageLocation( const rtl::OUString& repository,
113 const rtl::OUString & repository, in getPackageLocation() argument
124 repository, in getPackageLocation()
H A Ddp_commandenvironments.cxx186 OUString const & repository): in LicenseCommandEnv() argument
187 BaseCommandEnv(handler), m_repository(repository), in LicenseCommandEnv()
/trunk/main/offapi/com/sun/star/rdf/
H A DXRepository.idl116 Support for querying the repository with the
140 /** imports a named graph into the repository.
177 repository
183 if an error occurs when accessing the repository.
201 /** exports a named graph from the repository.
234 if an error occurs when accessing the repository.
251 /** gets the names of all the graphs in the repository.
257 if an error occurs when accessing the repository.
285 The name must be unique within the repository.
310 repository.
[all …]
H A DXDocumentRepository.idl64 repository.
70 from the repository</li>
93 part of any named graph in the repository.
123 if an error occurs when accessing the repository.
136 repository.
151 if an error occurs when accessing the repository.
182 if an error occurs when accessing the repository.
192 /** gets matching RDFa statements from the repository.
216 an iterator over all RDFa statements in the repository that match
221 if an error occurs when accessing the repository.
H A DXNamedGraph.idl80 The name is unique within the repository.
92 if this graph does not exist in the repository any more
95 if an error occurs when accessing the repository.
124 if this graph does not exist in the repository any more
127 if an error occurs when accessing the repository.
162 if this graph does not exist in the repository any more
165 if an error occurs when accessing the repository.
204 if this graph does not exist in the repository any more
207 if an error occurs when accessing the repository.
H A DXDocumentMetadataAccess.idl168 <li>create a new graph with the given name in the repository</li>
199 /** import a metadata file into the document repository, and add it to the
205 in the repository</li>
256 /** remove a metadata file from the manifest and the repository.
260 <li>delete the graph with the given GraphName in the repository</li>
376 This method stores all the graphs in the document metadata repository
/trunk/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt46 the update information from the repository as feed:
51 in the update feed and not those entered in the repository.
57 -Create the new extension in the repository.
92 the update information from the repository as feed:
98 in the repository.
104 -Create the new extension in the repository.
137 the update information from the repository as feed:
143 in the repository.
149 -Create the new extension in the repository.
181 the update information from the repository as feed:
[all …]
/trunk/main/offapi/com/sun/star/xforms/
H A DXDataTypeRepository.idl51 /** specifies a repository of XSD data types
53 …<p>The elements of the repository are instances supporting the <type scope="com::sun::star::xsd">X…
62 /** provides untyped access to the elements of the repository, as well as meta information
72 if in the repository, there is no data type with the given class
78 /** creates a clone of the given data type, and inserts it into the repository
81 if the given name does not refer to a type in the repository
84 if the new name is already used in the repository
90 /** removes a data type given by name from the repository
93 if the given name does not refer to a type in the repository
/trunk/main/postprocess/checkdeliver/
H A Dcheckdeliver.pl140 my $repository;
165 $repository = $1;
181 if ( ! $repository ) {
187 my $path = "$srcrootdir/$repository/$module";
/trunk/main/solenv/bin/modules/
H A DSourceConfig.pm222 my $repository = shift;
223 my $repository_path = ${$self->{REPOSITORIES}}{$repository};
238 ${$self->{MODULE_REPOSITORY}}{$module} = $repository;
249 foreach my $repository (keys %{$self->{REPOSITORIES}}) {
250 get_repository_module_paths($self, $repository);
/trunk/main/desktop/test/deployment/update/website_update/
H A Dreadme.txt50 the update information from the repository as feed:
58 -Create the new extension in the repository.
94 the update information from the repository as feed:
100 repository web site.
106 -Create the new extension in the repository.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DHierarchyBrowser.idl37 allows scanning a configuration data repository for available components .
45 /** allows executing a scan of the repository
47 <p> The repository to browse is selected by arguments passed to
H A DLocalDataImporter.idl37 allows importing data from a local configuration data repository
88 from that repository is imported.
/trunk/main/boost/prj/
H A Dd.lst655 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository
1379 ..\%__SRC%\inc\boost\spirit\repository\home\* %_DEST%\inc%_EXT%\boost\spirit\repository\home
1380 ..\%__SRC%\inc\boost\spirit\repository\home\karma\* %_DEST%\inc%_EXT%\boost\spirit\repository\home\…
1381 ..\%__SRC%\inc\boost\spirit\repository\home\karma\directive\* %_DEST%\inc%_EXT%\boost\spirit\reposi…
1382 ..\%__SRC%\inc\boost\spirit\repository\home\karma\nonterminal\* %_DEST%\inc%_EXT%\boost\spirit\repo…
1383 ..\%__SRC%\inc\boost\spirit\repository\home\qi\* %_DEST%\inc%_EXT%\boost\spirit\repository\home\qi
1384 ..\%__SRC%\inc\boost\spirit\repository\home\qi\directive\* %_DEST%\inc%_EXT%\boost\spirit\repositor…
1385 ..\%__SRC%\inc\boost\spirit\repository\home\qi\nonterminal\* %_DEST%\inc%_EXT%\boost\spirit\reposit…
1386 ..\%__SRC%\inc\boost\spirit\repository\home\qi\primitive\* %_DEST%\inc%_EXT%\boost\spirit\repositor…
1387 ..\%__SRC%\inc\boost\spirit\repository\home\support\* %_DEST%\inc%_EXT%\boost\spirit\repository\hom…
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryResourceData.java44 final InputRepository repository) in InputRepositoryResourceData() argument
47 this.inputRepository = repository; in InputRepositoryResourceData()
/trunk/main/connectivity/source/drivers/hsqldb/
H A Dhsqlui.src31 the two images below are included in the application-wide image repository
37 put into the repository, instead of creating a resource file for them,
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dlinktarget.mk42 /// file extension) from the root of their source repository.
73 /// file extension) from the root of their source repository.
/trunk/main/solenv/bin/
H A Ddeliver.pl72 $repository = 0; # parent directory of this module
446 ($module, $repository, $base_dir, $dlst_file) = get_base();
1152 $entry[1] = $repository ."/" . $module . "/prj/" . $entry[1];
/trunk/main/offapi/com/sun/star/
H A Dmodules.idl236 The repository allows for importing/exporting graphs from/to files,
237 as well as querying the contents of the repository.

Completed in 87 milliseconds

123