Home
last modified time | relevance | path

Searched refs:pIsExtraType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/codemaker/source/codemaker/
H A Dtypemanager.cxx172 const OString& name, sal_Bool * pIsExtraType ) const in getTypeReader()
175 RegistryKey key(searchTypeKey(name, pIsExtraType)); in getTypeReader()
319 RegistryKey RegistryTypeManager::searchTypeKey(const OString& name_, sal_Bool * pIsExtraType ) in searchTypeKey()
332 if (pIsExtraType) in searchTypeKey()
333 *pIsExtraType = sal_False; in searchTypeKey()
346 if (pIsExtraType) in searchTypeKey()
347 *pIsExtraType = sal_True; in searchTypeKey()
/trunk/main/codemaker/inc/codemaker/
H A Dtypemanager.hxx100 const ::rtl::OString& name, sal_Bool * pIsExtraType = 0 ) const = 0;
153 const ::rtl::OString& name, sal_Bool * pIsExtraType = 0 ) const in getTypeKey() argument
154 { return searchTypeKey(name, pIsExtraType); } in getTypeKey()
157 const ::rtl::OString& name, sal_Bool * pIsExtraType = 0 ) const;
168 const ::rtl::OString& name, sal_Bool * pIsExtraType = 0 ) const;
/trunk/main/unodevtools/inc/unodevtools/
H A Dtypemanager.hxx83 const ::rtl::OString& name, sal_Bool * pIsExtraType = 0 ) const;

Completed in 12 milliseconds