Searched refs:aMethName (Results 1 – 4 of 4) sorted by relevance
2465 ::rtl::OUString aMethName; in implInspect()2475 aMethName = rxMethod_i->getName(); in implInspect()2492 … if( aMethName != ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("queryInterface")) ) in implInspect()2501 … if( aMethName == ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("setDelegator")) ) in implInspect()2529 if( aMethName.getLength() <= 3 ) in implInspect()2533 aStartStr = aMethName.copy( 0, 3 ); in implInspect()2537 aPropName = aMethName.copy( 3 ); in implInspect()2660 sal_Int32 nStrLen = aMethName.getLength(); in implInspect()2662 … ::rtl::OUString aEndStr = aMethName.copy( nCopyLen > 0 ? nCopyLen : 0 ); in implInspect()2670 … ::rtl::OUString aListenerName = aMethName.copy( 3, nStrLen - aListenerStr.getLength() - 3 ); in implInspect()[all …]
301 String aMethName = pMeth->GetName(); in FindElementExtern() local302 aMethName += ':'; in FindElementExtern()303 aMethName += rName; in FindElementExtern()304 pElem = pMod->Find(aMethName, SbxCLASS_DONTCARE); in FindElementExtern()
631 OUString aMethName = rxMethod->getName(); in attachListener() local633 if( aAddListenerName == aMethName ) in attachListener()
1460 OUString aMethName = rxMethod->getName(); in test_introsp() local1461 OString aNameStr = OUStringToOString(aMethName, RTL_TEXTENCODING_ASCII_US ); in test_introsp()