Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 65) sorted by relevance

123

/aoo4110/main/rdbmaker/source/codemaker/
H A Ddependency.cxx150 dependencies.insert(type, fieldType, TYPEUSE_MEMBER); in checkFieldDependencies()
151 checkTypeDependencies(typeMgr, dependencies, fieldType); in checkFieldDependencies()
174 dependencies.insert(type, returnType, TYPEUSE_RETURN); in checkMethodDependencies()
175 checkTypeDependencies(typeMgr, dependencies, returnType); in checkMethodDependencies()
189 dependencies.insert(type, paramType, TYPEUSE_INPARAM); in checkMethodDependencies()
201 checkTypeDependencies(typeMgr, dependencies, paramType); in checkMethodDependencies()
207 dependencies.insert(type, excType, TYPEUSE_EXCEPTION); in checkMethodDependencies()
208 checkTypeDependencies(typeMgr, dependencies, excType); in checkMethodDependencies()
241 if (dependencies.hasDependencies(type)) in checkTypeDependencies()
262 dependencies.insert(type, superType, TYPEUSE_SUPER); in checkTypeDependencies()
[all …]
/aoo4110/main/codemaker/source/javamaker/
H A Djavatype.cxx701 dependencies != 0 in generatePolymorphicUnoTypeCode()
722 dependencies->insert( in generatePolymorphicUnoTypeCode()
1204 && dependencies != 0); in addLoadLocal()
2805 dependencies->insert( in addConstructor()
2853 dependencies->insert( in handleService()
2857 dependencies->insert( in handleService()
2861 dependencies->insert( in handleService()
2864 dependencies->insert( in handleService()
3075 dependencies->insert( in handleSingleton()
3079 dependencies->insert( in handleSingleton()
[all …]
/aoo4110/main/codemaker/source/cppumaker/
H A Dincludes.cxx50 m_includeSequence(dependencies.hasSequenceDependency()), in Includes()
51 m_includeType(dependencies.hasTypeDependency()), in Includes()
57 m_includeRtlUstringHxx(dependencies.hasStringDependency()), in Includes()
59 dependencies.hasBooleanDependency() || dependencies.hasByteDependency() in Includes()
60 || dependencies.hasShortDependency() in Includes()
61 || dependencies.hasUnsignedShortDependency() in Includes()
62 || dependencies.hasLongDependency() in Includes()
63 || dependencies.hasUnsignedShortDependency() in Includes()
64 || dependencies.hasHyperDependency() in Includes()
65 || dependencies.hasUnsignedHyperDependency() in Includes()
[all …]
H A Dincludes.hxx39 codemaker::Dependencies const & dependencies, bool hpp);
/aoo4110/main/desktop/test/deployment/dependencies/
H A Dreadme.txt22 no-description.oxt, no-dependencies.oxt, empty-dependencies.oxt effectively have
23 no dependencies and should thus install successfully.
25 broken-dependencies.oxt contains a malformed description.xml and should thus
28 double-dependencies.oxt contains a description.xml with two dependencies
31 unsatisfied dependencies, displays the Unsatisfied Dependencies dialog and does
71 funny-dependency.oxt, many-dependencies.oxt contain somewhat extreme input.
74 dependencies. What is important here is that the Unsatisfied Dependencies
76 unsatisfied dependencies are found).
/aoo4110/main/solenv/bin/
H A Dbuild.pl973 $dependencies = $';
979 $dependencies = $';
981 $dependencies = $';
993 $dependencies = $';
1202 $dependencies = shift;
1203 foreach $prj (keys %$dependencies) {
1295 my ($dependencies, $i);
1301 $dependencies = shift;
1302 if (scalar keys %$dependencies) {
1357 @dependencies = ();
[all …]
H A Dzipdep.pl80 my @dependencies = keys %files_in_arch;
81 if ($#dependencies != -1) {
83 foreach (@dependencies) {
/aoo4110/main/offapi/com/sun/star/deployment/
H A DDependencyException.idl36 describes unsatisfied dependencies a deployment unit has on its target
46 a sequence of dependencies represented by XML elements.
49 that new kinds of dependencies can be defined in the future.
50 OOo 2.0.4 does not define any kinds of dependencies. Each such XML
H A DXPackage.idl94 /** checks if the dependencies for this package are still satisfied
96 After updateing the OpenOffice.org, some dependencies for packages might
105 true - all dependencies are satisfied
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_dependencydialog.cxx49 Window * parent, std::vector< rtl::OUString > const & dependencies): in DependencyDialog()
61 for (std::vector< rtl::OUString >::const_iterator i(dependencies.begin()); in DependencyDialog()
62 i != dependencies.end(); ++i) in DependencyDialog()
H A Ddp_gui_dependencydialog.src40 Text[en-US] = "System dependencies check";
48 …Text[en-US] = "The extension cannot be installed as the following\nsystem dependencies are not ful…
H A Ddp_gui_dependencydialog.hxx46 Window * parent, std::vector< rtl::OUString > const & dependencies);
/aoo4110/main/scripting/java/
H A Dbuild.env22 jedit.install.dir=/scde/soperm/projects/scripting/build-dependencies
23 install.dir=/scde/soperm/projects/scripting/build-dependencies
24 netbeans.home=/scde/soperm/projects/scripting/build-dependencies
/aoo4110/main/desktop/test/deployment/update/dependencies/
H A Dreadme.txt22 update-dependencies.oxt is an extension that itself has no dependencies, but
23 whose update has unsatisfied dependencies (and also uses update-website).
/aoo4110/main/desktop/test/deployment/version/
H A Dreadme.txt24 1 version_XXX/plain.oxt has no dependencies and no license.
28 3 version_XXX/license.oxt has no dependencies and a license.
74 because y has unsatisfied dependencies, or because y has a license to wich the
/aoo4110/main/solenv/doc/gbuild/solenv/gbuild/
H A Dlinktarget.mk54 /// Platformdependent command to generate plain C object dependencies.
85 /// Platformdependent command to generate C++ object dependencies.
135 /// Command to collect all dependencies of this LinkTarget.
H A Dtypes.mk82 /// A target that has generated dependencies.
86 /// The absolute filesystem path to the file containing the dependencies.
/aoo4110/main/solenv/inc/
H A D_tg_shl.mk149 @echo dummy file to keep the dependencies for later use.
689 @echo dummy file to keep the dependencies for later use.
1229 @echo dummy file to keep the dependencies for later use.
1769 @echo dummy file to keep the dependencies for later use.
2309 @echo dummy file to keep the dependencies for later use.
2849 @echo dummy file to keep the dependencies for later use.
3389 @echo dummy file to keep the dependencies for later use.
3929 @echo dummy file to keep the dependencies for later use.
4469 @echo dummy file to keep the dependencies for later use.
5009 @echo dummy file to keep the dependencies for later use.
/aoo4110/main/configmgr/source/
H A Dxcdparser.cxx53 XcdParser::XcdParser(int layer, Dependencies const & dependencies, Data & data): in XcdParser() argument
54 layer_(layer), dependencies_(dependencies), data_(data), state_(STATE_START) in XcdParser()
H A Dxcdparser.hxx47 XcdParser(int layer, Dependencies const & dependencies, Data & data);
/aoo4110/main/icu/
H A Dicu4c-4_0_1-src.patch10 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
92 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
140 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
/aoo4110/main/codemaker/source/codemaker/
H A Dmakefile.mk33 $(SLO)$/dependencies.obj \
/aoo4110/main/
H A DNOTICE_category_b22 The source code of these dependencies which are available under
/aoo4110/main/rdbmaker/inc/codemaker/
H A Ddependency.hxx164 sal_Bool checkTypeDependencies(TypeManager& typeMgr, TypeDependency& dependencies, const ::rtl::OSt…
/aoo4110/main/udkapi/com/sun/star/registry/
H A DImplementationRegistration.idl40 Further, it is possible to check if all runtime dependencies (needed services) are

Completed in 460 milliseconds

123