Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 243) sorted by relevance

12345678910

/trunk/main/offapi/com/sun/star/script/
H A DXLibraryContainerPassword.idl56 If a library with the this name doesn't exist a
68 If a library with the this name doesn't exist a
71 If the library exists but isn't password protected a
83 If a library with the this name doesn't exist a
89 If the library password is already verified a
97 Changes the library's password.
99 If the library wasn't password protected before:
102 isLibraryPasswordVerified for this library will
105 If the library already was password protected:
108 parameter is an empty string the library password
[all …]
H A DXLibraryContainer2.idl39 about the libraries contained in a library container
44 returns true if the accessed library item is a link,
51 returns the location of the library link target.
55 If the accessed library item exists but isn't a
63 returns true if the accessed library item (library or library
64 link) is read only. A library can be read only because it was
73 Sets the accessed library item (library or library link) to
79 /** renames the library item with the specified name. If the accessed
80 library item is a link only the link is renamed, not the target library.
81 If a library with the new name exists already a
H A DXLibraryContainer.idl65 Provides access to a library system.
70 Creates a new library
77 Creates a link to an "external" library that then can be
78 accessed using this library manager. The format of the
80 only flag is set, the linked library cannot be modified.
90 /** removes the library item with the specified name. If the accessed
91 library item is a link only the link is removed, not the target library.
98 returns true if the accessed library is already loaded from
105 Causes the accessed library to be loaded from its storage
H A DXLibraryContainerExport.idl47 store a library to a location represented by a URL.
52 Exports a library specified by Name to the location
62 If a library with the this name doesn't exist a
/trunk/main/offapi/type_reference/
H A Dtypelibrary_history.txt45 the cli interfaces from type library.
64 I've exchanged the current type library to the type library of OO2.0 (build m125)
88 only one type library:
100 update the reference type library with the released version of OOo2.0.2
121 update reference type library with the released version of OOo2.0.3. The
130 update reference type library with the released version of OOo2.0.4. The
143 reference type library is taken from the release source tree OOG680 m5.
175 Update reference type library with the version of OOo 3.2. The new
179 Update reference type library with the version of OOo 3.2.1. The new
184 and I cleaned up the module and the type library.
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DXStarBasicLibraryInfo.idl36 /** Interface representing a library and provides access to its modules
43 /** returns the library's name
49 the module container giving access to the modules stored in the library.
50 The container has to be returned in any case, no matter if the library is
60 the dialog container giving access to the dialogs stored in the library.
61 The container has to be returned in any case, no matter if the library is
71 the password, if the library is protected with one,
78 URL describing the location where the library is stored if the library
80 special library format file), an empty string otherwise.
81 This information can be useful to optimize the access to the library,
[all …]
H A DXStarBasicAccess.idl36 /** Interface representing a library and provides access to its modules
44 the library container giving access to the libraries stored in a document
45 or basic library file.
51 Creates an empty library. This method can be called alternatively to
63 Adds a module to an existing (e.g., created by createLibrary) library.
68 if the library doesn't exist.
77 by createLibrary) library.
82 if the library doesn't exist.
/trunk/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32128 /* have POSIX regex library */
269 /* Decimal from GNU MP library */
273 /* Decimal from MPFR library */
277 /* Decimal without a library */
293 /* Use no message digest library */
305 /* Use no regex library */
309 /* Use PCRE regex library */
313 /* Use POSIX regex library */
325 /* Use libuuid library for UUID */
329 /* Use no UUID library */
[all …]
/trunk/main/jvmfwk/source/
H A Dframework.cxx101 const jfw::PluginLibrary & library = *i; in jfw_findAllJREs() local
110 library.sPath, osl_getThreadTextEncoding()); in jfw_findAllJREs()
128 library.sVendor.pData, in jfw_findAllJREs()
165 library.sVendor.pData, in jfw_findAllJREs()
462 const jfw::PluginLibrary & library = *i; in jfw_findAndSelectJRE() local
484 library.sVendor.pData, in jfw_findAndSelectJRE()
544 const jfw::PluginLibrary & library = *i; in jfw_findAndSelectJRE() local
548 osl::Module pluginLib(library.sPath); in jfw_findAndSelectJRE()
569 library.sVendor.pData, in jfw_findAndSelectJRE()
766 const jfw::PluginLibrary & library = *i; in jfw_getJavaInfoByPath() local
[all …]
/trunk/main/basctl/source/basicide/
H A Dbasidesh.src69 Text [ en-US ] = "Error loading library" ;
81 Text [ en-US ] = "A library name can have up to 30 characters." ;
89 Text [ en-US ] = "This library is read-only." ;
157 Text [ en-US ] = "The name of the default library cannot be changed." ;
161 Text [ en-US ] = "The name of a referenced library cannot be changed." ;
165 Text [ en-US ] = "The default library cannot be deactivated" ;
189 Text [ en-US ] = "Do you want to delete the XX library?" ;
193 Text [ en-US ] = "Do you want to delete the reference to the XX library?" ;
231 Text [ en-US ] = "The default library cannot be replaced." ;
626 …Text [ en-US ] = "The library already contains a dialog with the name:\n\n$(ARG1)\n\nRename dialog…
[all …]
H A Dmoduldlg.src375 Text [ en-US ] = "Export Basic library" ;
405 Text [ en-US ] = "Export as BASIC library" ;
411 Text [ en-US ] = "Export library as extension" ;
416 Text [ en-US ] = "Export as BASIC library" ;
/trunk/main/extensions/test/ole/EventListenerSample/VBEventListener/
H A Dreadme.txt2 component registers on the system with a particular ID. When the library is build
3 this ID is generated, unless a previously build library exists. Then the ID of that
4 library is used. In order to use always the same ID, the library must be as binary in
7 The library can be used under the licences noted in VBEventListener.cls.
/trunk/main/solenv/bin/
H A Dcheckdll.sh64 library=$parameter;
66 realname=`echo $library | sed "s/check_//"`
67 if [ $library != $realname ]; then
70 mv $library $realname
/trunk/main/
H A DNOTICE_category_b11 Notices for CoinMP library:
13 project developed the CoinMP library (a lightweight API and DLL
20 - CBC: COIN-OR Branch and Cut, an LP-based branch-and-cut library
21 - CGL: Cut Generator Library, a library of cutting-plane generators
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dlibrary.mk33 /// Returns how the library is named in the filesystem on the current platform.
53 /// List of additional flags for linking a library
55 /// Mapping from symbolic library names to dll filenames
57 /// Mapping from symbolic library names to filenames
H A Dstatic_library.mk33 /// Returns how the library is named in the filesystem on the current platform.
49 /// List of additional flags for linking a static library
51 /// Mapping from symbolic static library names to filenames
/trunk/main/testtools/source/bridgetest/cli/
H A Dmakefile.mk109 $(CSC) $(CSCFLAGS) -target:library -out:$@ \
121 $(CSC) $(CSCFLAGS) -target:library -out:$@ \
136 -target:library \
153 -target:library \
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch18 ## Compiler switch to embed a library name
50 ## Compiler switches to embed a library name and version information
60 -## Override Versioned target for a shared library.
100 ## These are the library specific LDFLAGS
131 ## Commands to make a shared library
149 ## Compiler switch to embed a library name
/trunk/main/cli_ure/source/uno_bridge/
H A DREADME.txt16 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vcconmixeddllloa…
20 http://msdn2.microsoft.com/en-US/library/ms172219.aspx
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.win32239 +#define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
243 +#define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
389 /* Have libcurl WWW library */
393 /* Have libfetch WWW library */
397 /* Have libxml available as a WWW library */
401 /* No WWW library */
H A Dmakefile.mk62 …thout-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-deci…
81 …thout-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-deci…
140 …e --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-deci…
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControl.odl1 // MfcControl.odl : type library source for ActiveX Control project.
4 // produce the type library (MfcControl.tlb) that will become a resource in
14 library MFCCONTROLLib
/trunk/main/mythes/
H A Dmythes-1.2.0-makefile-mk.patch26 +# This library is free software; you can redistribute it and/or
30 +# This library is distributed in the hope that it will be useful,
36 +# License along with this library; if not, write to the Free Software
/trunk/main/mysqlc/source/
H A DREADME42 3) Tweaking library paths
44 At the time of writing you might have to *manually* tweak library paths and
45 library names by patching makefile.mk. This is a temporary hack. The makefile
/trunk/main/redland/redland/
H A Dmakefile.mk62 … --without-unixodbc --without-datadirect --without-virtuoso --with-regex-library=posix --with-deci…
79 …e --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-deci…
132 … --without-unixodbc --without-datadirect --without-virtuoso --with-regex-library=posix --with-deci…

Completed in 65 milliseconds

12345678910