| /trunk/main/rdbmaker/source/codemaker/ |
| H A D | dependency.cxx | 135 static sal_Bool checkFieldDependencies(TypeManager& typeMgr, TypeDependency& dependencies, in checkFieldDependencies() argument 150 dependencies.insert(type, fieldType, TYPEUSE_MEMBER); in checkFieldDependencies() 151 checkTypeDependencies(typeMgr, dependencies, fieldType); in checkFieldDependencies() 158 static sal_Bool checkMethodDependencies(TypeManager& typeMgr, TypeDependency& dependencies, in checkMethodDependencies() argument 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() 192 dependencies.insert(type, paramType, TYPEUSE_OUTPARAM); in checkMethodDependencies() 195 dependencies.insert(type, paramType, TYPEUSE_INOUTPARAM); in checkMethodDependencies() 201 checkTypeDependencies(typeMgr, dependencies, paramType); in checkMethodDependencies() [all …]
|
| /trunk/main/codemaker/source/javamaker/ |
| H A D | javatype.cxx | 156 bool classType, Dependencies * dependencies, 164 Dependencies * dependencies, rtl::OStringBuffer * descriptor, in translateUnoTypeToDescriptor() argument 209 if (dependencies != 0) { in translateUnoTypeToDescriptor() 210 dependencies->insert(nucleus); in translateUnoTypeToDescriptor() 227 manager, *i, false, true, dependencies, 0, in translateUnoTypeToDescriptor() 329 bool classType, Dependencies * dependencies, in translateUnoTypeToDescriptor() argument 342 dependencies, descriptor, signature, needsSignature, in translateUnoTypeToDescriptor() 347 TypeManager const & manager, Dependencies * dependencies, in getFieldDescriptor() argument 351 OSL_ASSERT(dependencies != 0 && descriptor != 0); in getFieldDescriptor() 356 manager, type, false, false, dependencies, &desc, &sig, &needsSig, in getFieldDescriptor() [all …]
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | includes.cxx | 46 TypeManager const & manager, codemaker::Dependencies const & dependencies, in Includes() argument 48 m_manager(manager), m_map(dependencies.getMap()), m_hpp(hpp), in Includes() 49 m_includeAny(dependencies.hasAnyDependency()), m_includeReference(false), in Includes() 50 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() [all …]
|
| H A D | includes.hxx | 39 codemaker::Dependencies const & dependencies, bool hpp);
|
| /trunk/main/solenv/bin/ |
| H A D | build.pl | 971 my ($platform, $dependencies, $dir, $dir_alias); 973 $dependencies = $'; 977 $dependencies =~ /(\w+)/o; 979 $dependencies = $'; 980 while ($dependencies =~ /,(\w+)/o) { 981 $dependencies = $'; 983 $dependencies =~ /\s+(\S+)\s+/o; 993 $dependencies = $'; 994 …module_to_build/prj/build.lst has wrongly written dependencies string:\n$_\n") if (!$dependencies); 995 $deps_hash{$_}++ foreach (get_dependency_array($dependencies)); [all …]
|
| H A D | zipdep.pl | 80 my @dependencies = keys %files_in_arch; 81 if ($#dependencies != -1) { 83 foreach (@dependencies) {
|
| /trunk/main/offapi/com/sun/star/deployment/ |
| H A D | DependencyException.idl | 36 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 D | XPackage.idl | 94 /** checks if the dependencies for this package are still satisfied 96 After updating the OpenOffice, some dependencies for packages might 105 true - all dependencies are satisfied
|
| /trunk/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_dependencydialog.cxx | 49 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 D | dp_gui_dependencydialog.src | 35 Text [en-US] = "System dependencies check" ; 43 …Text [en-US] = "The extension cannot be installed as the following\nsystem dependencies are not fu…
|
| H A D | dp_gui_dependencydialog.hxx | 46 Window * parent, std::vector< rtl::OUString > const & dependencies);
|
| /trunk/main/scripting/java/ |
| H A D | build.env | 22 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
|
| /trunk/main/solenv/doc/gbuild/solenv/gbuild/ |
| H A D | linktarget.mk | 54 /// 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 D | types.mk | 82 /// A target that has generated dependencies. 86 /// The absolute filesystem path to the file containing the dependencies.
|
| /trunk/main/solenv/inc/ |
| H A D | _tg_shl.mk | 149 @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.
|
| /trunk/main/codemaker/ |
| H A D | Package_inc.mk | 28 …l $(call gb_Package_add_file,codemaker_inc,inc/codemaker/dependencies.hxx,codemaker/dependencies.h…
|
| H A D | StaticLibrary_codemaker.mk | 43 codemaker/source/codemaker/dependencies \
|
| /trunk/main/configmgr/source/ |
| H A D | xcdparser.cxx | 53 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 D | xcdparser.hxx | 47 XcdParser(int layer, Dependencies const & dependencies, Data & data);
|
| /trunk/main/icu/ |
| H A D | icu4c-4_2_1-src.patch | 44 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH 100 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH 141 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
|
| H A D | icu4c-4_0_1-src.patch | 10 +## 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
|
| /trunk/main/macOS/soffice.xcodeproj/ |
| H A D | project.pbxproj | 51 dependencies = ( 68 dependencies = (
|
| /trunk/main/ |
| H A D | NOTICE_category_b | 22 The source code of these dependencies which are available under
|
| /trunk/main/rdbmaker/inc/codemaker/ |
| H A D | dependency.hxx | 164 sal_Bool checkTypeDependencies(TypeManager& typeMgr, TypeDependency& dependencies, const ::rtl::OSt…
|
| /trunk/main/udkapi/com/sun/star/registry/ |
| H A D | ImplementationRegistration.idl | 40 Further, it is possible to check if all runtime dependencies (needed services) are
|