Lines Matching refs:Find
2738 SbxVariable* SbUnoObject::Find( const String& rName, SbxClassType t ) in Find() function in SbUnoObject
2743 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find()
2889 pRes = SbxObject::Find( rName, SbxCLASS_DONTCARE ); in Find()
3450 SbxVariable* SbUnoClass::Find( const XubString& rName, SbxClassType t ) in Find() function in SbUnoClass
3454 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_VARIABLE ); in Find()
3608 SbxVariable* SbUnoService::Find( const String& rName, SbxClassType ) in Find() function in SbUnoService
3610 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_METHOD ); in Find()
3641 pRes = SbxObject::Find( rName, SbxCLASS_METHOD ); in Find()
4475 SbxVariable* p = m_xScopeObj->Find( aPropertyFunctionName, SbxCLASS_METHOD ); in setValue()
4516 SbxVariable* p = m_xScopeObj->Find( aPropertyFunctionName, SbxCLASS_METHOD ); in getValue()
4571 SbxVariable* p = xScopeObj->Find( aFunctionName, SbxCLASS_METHOD ); in invoke()
4848 …SbxVariableRef pMeth = pObj->Find( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "toString" ) ), S… in handleToStringForCOMObjects()