Searched refs:aIfaceName (Results 1 – 2 of 2) sorted by relevance
176 String aIfaceName; in Save() local198 aIfaceName = rIfaceName; in Save()241 aPropName = aPropName.Copy( aIfaceName.Len() + 1 ); in Save()
3253 String aIfaceName = rPar.Get( i )->GetString(); in RTL_Impl_HasInterfaces() local3256 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 148 milliseconds