Home
last modified time | relevance | path

Searched refs:Dependencies (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/codemaker/inc/codemaker/
H A Ddependencies.hxx43 class Dependencies { class
65 Dependencies(TypeManager const & manager, rtl::OString const & type);
67 ~Dependencies();
116 Dependencies(Dependencies &); // not implemented
117 void operator =(Dependencies); // not implemented
/trunk/main/codemaker/source/codemaker/
H A Ddependencies.cxx42 using codemaker::Dependencies;
50 Dependencies::Dependencies( in Dependencies() function in Dependencies
128 Dependencies::~Dependencies() in ~Dependencies()
131 void Dependencies::insert(rtl::OUString const & type, bool base) { in insert()
143 void Dependencies::insert(rtl::OString const & type, bool base) { in insert()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx125 typedef std::set< rtl::OString > Dependencies; typedef
156 bool classType, Dependencies * dependencies,
164 Dependencies * dependencies, rtl::OStringBuffer * descriptor, in translateUnoTypeToDescriptor()
329 bool classType, Dependencies * dependencies, in translateUnoTypeToDescriptor()
347 TypeManager const & manager, Dependencies * dependencies, in getFieldDescriptor()
372 TypeManager const & manager, Dependencies * dependencies,
388 Dependencies * m_dependencies;
397 TypeManager const & manager, Dependencies * dependencies, in MethodDescriptor()
480 sal_uInt16 generateCode(ClassFile::Code & code, Dependencies * dependencies)
484 ClassFile::Code & code, Dependencies * dependencies) const;
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dincludes.cxx46 TypeManager const & manager, codemaker::Dependencies const & dependencies, in Includes()
123 codemaker::Dependencies::Map::value_type( in add()
124 type, codemaker::Dependencies::KIND_NO_BASE)); in add()
153 for (codemaker::Dependencies::Map::iterator i(m_map.begin()); in dump()
168 for (codemaker::Dependencies::Map::iterator i(m_map.begin()); in dump()
172 if (m_hpp || i->second == codemaker::Dependencies::KIND_BASE in dump()
H A Dincludes.hxx39 codemaker::Dependencies const & dependencies, bool hpp);
94 codemaker::Dependencies::Map m_map;
H A Dcpputype.hxx147 codemaker::Dependencies m_dependencies;
H A Dcpputype.cxx298 codemaker::Dependencies::Map const & map(m_dependencies.getMap()); in dumpDependedTypes()
299 for (codemaker::Dependencies::Map::const_iterator i(map.begin()); in dumpDependedTypes()
/trunk/main/configmgr/source/
H A Dxcdparser.hxx45 typedef std::set< rtl::OUString > Dependencies; typedef in configmgr::XcdParser
47 XcdParser(int layer, Dependencies const & dependencies, Data & data);
65 Dependencies const & dependencies_;
H A Dxcdparser.cxx53 XcdParser::XcdParser(int layer, Dependencies const & dependencies, Data & data): in XcdParser()
H A Dcomponents.cxx696 XcdParser::Dependencies deps; in parseXcdFiles()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_dependencies.hxx45 namespace Dependencies { namespace
/trunk/main/offapi/com/sun/star/sheet/
H A DXDocumentAuditing.idl46 <p>Dependencies are marked for all the cells that were marked
/trunk/main/solenv/inc/
H A Dtg_dep.mk59 @echo Making : Dependencies
/trunk/main/desktop/source/deployment/misc/
H A Ddp_dependencies.cxx68 namespace Dependencies { namespace
/trunk/main/desktop/source/deployment/manager/
H A Ddp_informationprovider.cxx230 ds( dp_misc::Dependencies::check( infoset ) ); in isUpdateAvailable()
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DActionTe.ulf122 en-US = "File: [1], Dependencies: [2]"
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx516 dp_misc::Dependencies::check(infoset)); in prepareUpdateData()
521 out_du.unsatisfiedDependencies[i] = dp_misc::Dependencies::getErrorText(ds[i]); in prepareUpdateData()
H A Ddp_gui_extensioncmdqueue.cxx412 dp_misc::Dependencies::getErrorText( depExc.UnsatisfiedDependencies[i]) ); in handle()
H A Ddp_gui_extlistbox.cxx158 … aMissingDep += dp_misc::Dependencies::getErrorText( depExc.UnsatisfiedDependencies[i]); in checkDependencies()
/trunk/main/sc/inc/
H A Dchgtrack.hxx1097 void Dependencies( ScChangeAction* );
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx646 unsatisfied(dp_misc::Dependencies::check(description)); in checkDependencies()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2531 Dependencies( pAppend ); in Append()
3062 void ScChangeTrack::Dependencies( ScChangeAction* pAct ) in Dependencies() function in ScChangeTrack
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt400 ServiceInstall Dependencies Y Formatted Other services this depends on …
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt400 ServiceInstall Dependencies Y Formatted Other services this depends on …
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt400 ServiceInstall Dependencies Y Formatted Other services this depends on …

123