Home
last modified time | relevance | path

Searched refs:regFiles (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx95 sal_Bool RegistryTypeManager::init(sal_Bool bMerged, const StringVector& regFiles) in init() argument
97 m_pImpl->m_isMerged = bMerged && (regFiles.size() > 1); in init()
99 if (regFiles.empty()) in init()
102 StringVector::const_iterator iter = regFiles.begin(); in init()
105 while (iter != regFiles.end()) in init()
127 iter = regFiles.begin(); in init()
130 while (iter != regFiles.end()) in init()
/aoo42x/main/codemaker/source/codemaker/
H A Dtypemanager.cxx123 const StringVector& regFiles, in init() argument
126 if (regFiles.empty()) in init()
129 StringVector::const_iterator iter = regFiles.begin(); in init()
132 while (iter != regFiles.end()) in init()
/aoo42x/main/rdbmaker/inc/codemaker/
H A Dtypemanager.hxx144 sal_Bool init(sal_Bool bMerge, const StringVector& regFiles);
/aoo42x/main/codemaker/inc/codemaker/
H A Dtypemanager.hxx146 sal_Bool init(const StringVector& regFiles, const StringVector& extraFiles = StringVector() );

Completed in 22 milliseconds