| /trunk/main/offapi/com/sun/star/deployment/ |
| H A D | XExtensionManager.idl | 41 in the user, shared and bundled repository. 82 @param repository 83 the name of the repository 94 [in] string repository, 108 @param repository 109 the name of the repository 119 [in] string repository, 130 If the extension is not from the user repository then an 152 If the extension is not from the user repository then an 175 @param repository [all …]
|
| H A D | XPackageManager.idl | 42 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 D | XUpdateInformationProvider.idl | 49 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 D | unopkg_app.cxx | 170 OUString const & repository, in findPackage() argument 176 manager->getDeployedExtensions(repository, in findPackage() 236 OUString repository; in unopkg_main() local 301 !readArgument( &repository, info_context, &nPos ) && in unopkg_main() 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() 363 if (repository.equals(OUSTR("user"))) in unopkg_main() [all …]
|
| /trunk/main/desktop/source/deployment/manager/ |
| H A D | dp_extensionmanager.cxx | 228 ExtensionManager::getPackageManager(::rtl::OUString const & repository) in getPackageManager() argument 232 if (repository.equals(OUSTR("user"))) in getPackageManager() 234 else if (repository.equals(OUSTR("shared"))) in getPackageManager() 236 else if (repository.equals(OUSTR("bundled"))) in getPackageManager() 238 else if (repository.equals(OUSTR("tmp"))) in getPackageManager() 240 else if (repository.equals(OUSTR("bak"))) in getPackageManager() 242 else if (repository.equals(OUSTR("bundled_prereg"))) in getPackageManager() 243 xPackageManager = m_xPackageManagerFactory->getPackageManager(repository); in getPackageManager() 262 OUString const & repository) in addExtensionsToMap() argument 271 if (citNames->equals(repository)) in addExtensionsToMap() [all …]
|
| H A D | dp_extensionmanager.hxx | 86 ::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 D | dp_informationprovider.cxx | 91 rtl::OUString getPackageLocation( const rtl::OUString& repository, 113 const rtl::OUString & repository, in getPackageLocation() argument 124 repository, in getPackageLocation()
|
| H A D | dp_commandenvironments.cxx | 186 OUString const & repository): in LicenseCommandEnv() argument 187 BaseCommandEnv(handler), m_repository(repository), in LicenseCommandEnv()
|
| /trunk/main/offapi/com/sun/star/rdf/ |
| H A D | XRepository.idl | 104 A repository for storing information according to the data model of the 116 Support for querying the repository with the 134 a newly generated blank node which is unique in this repository 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. 254 a list containing the names of the graphs in the repository [all …]
|
| H A D | XDocumentRepository.idl | 64 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 D | XNamedGraph.idl | 80 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 D | XDocumentMetadataAccess.idl | 168 <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/offapi/com/sun/star/xforms/ |
| H A D | XDataTypeRepository.idl | 51 /** 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 D | checkdeliver.pl | 140 my $repository; 165 $repository = $1; 181 if ( ! $repository ) { 187 my $path = "$srcrootdir/$repository/$module";
|
| /trunk/main/solenv/bin/modules/ |
| H A D | SourceConfig.pm | 222 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/offapi/com/sun/star/configuration/backend/ |
| H A D | HierarchyBrowser.idl | 37 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 D | LocalDataImporter.idl | 37 allows importing data from a local configuration data repository 88 from that repository is imported.
|
| /trunk/main/boost/prj/ |
| H A D | d.lst | 677 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository 678 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home 679 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\karma 680 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\karma\directive 681 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\karma\nonterminal 682 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\qi 683 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\qi\directive 684 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\qi\nonterminal 685 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\qi\operator 686 mkdir: %_DEST%\inc%_EXT%\boost\spirit\repository\home\qi\operator\detail [all …]
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/loader/ |
| H A D | InputRepositoryResourceData.java | 44 final InputRepository repository) in InputRepositoryResourceData() argument 47 this.inputRepository = repository; in InputRepositoryResourceData()
|
| /trunk/main/connectivity/source/drivers/hsqldb/ |
| H A D | hsqlui.src | 31 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 D | linktarget.mk | 42 /// 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 D | deliver.pl | 72 $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 D | modules.idl | 236 The repository allows for importing/exporting graphs from/to files, 237 as well as querying the contents of the repository.
|
| /trunk/main/extras/source/truetype/symbol/OpenSymbol 2.1/ |
| H A D | ReadMe | 1 Initial import of the old OOo hg repository tip revision.
|
| /trunk/main/solenv/gbuild/ |
| H A D | CustomTarget.mk | 52 $(error CustomTarget: no or invalid repository given; known repositories: \
|