Home
last modified time | relevance | path

Searched refs:aIfaceName (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/basic/source/comp/
H A Dcodegen.cxx176 String aIfaceName; in Save() local
198 aIfaceName = rIfaceName; in Save()
241 aPropName = aPropName.Copy( aIfaceName.Len() + 1 ); in Save()
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx3253 String aIfaceName = rPar.Get( i )->GetString(); in RTL_Impl_HasInterfaces() local
3256 Reference< XIdlClass > xClass = xCoreReflection->forName( aIfaceName ); in RTL_Impl_HasInterfaces()
4779 ::rtl::OUString aIfaceName = pVar->GetName(); in createCOMWrapperForIface()
4781 if( !aIfaceName.isEmpty() ) in createCOMWrapperForIface()
4783 ::rtl::OUString aPureIfaceName = aIfaceName; in createCOMWrapperForIface()
4784 sal_Int32 indexLastDot = aIfaceName.lastIndexOf('.'); in createCOMWrapperForIface()
4786 aPureIfaceName = aIfaceName.copy( indexLastDot + 1 ); in createCOMWrapperForIface()
4791 args[0] <<= aIfaceName; in createCOMWrapperForIface()

Completed in 94 milliseconds