Searched refs:aMethName (Results 1 – 4 of 4) sorted by relevance
2395 ::rtl::OUString aMethName; in implInspect()2405 aMethName = rxMethod_i->getName(); in implInspect()2422 … if( aMethName != ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("queryInterface")) ) in implInspect()2431 … if( aMethName == ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("setDelegator")) ) in implInspect()2459 if( aMethName.getLength() <= 3 ) in implInspect()2463 aStartStr = aMethName.copy( 0, 3 ); in implInspect()2467 aPropName = aMethName.copy( 3 ); in implInspect()2590 sal_Int32 nStrLen = aMethName.getLength(); in implInspect()2592 … ::rtl::OUString aEndStr = aMethName.copy( nCopyLen > 0 ? nCopyLen : 0 ); in implInspect()2600 … ::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()
608 OUString aMethName = rxMethod->getName(); in attachListener() local610 if( aAddListenerName == aMethName ) in attachListener()
1421 OUString aMethName = rxMethod->getName(); in test_introsp() local1422 OString aNameStr = OUStringToOString(aMethName, RTL_TEXTENCODING_ASCII_US ); in test_introsp()