Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dstep2.cxx424 rtl::OUString sDefaultMethod; in SetupArgs() local
426 sDefaultMethod = xDfltMethod->getDefaultMethodName(); in SetupArgs()
427 if ( !sDefaultMethod.isEmpty() ) in SetupArgs()
429 SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in SetupArgs()
586 rtl::OUString sDefaultMethod; in CheckArray() local
591 sDefaultMethod = xDfltMethod->getDefaultMethodName(); in CheckArray()
593sDefaultMethod = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "getByIndex" ) ); in CheckArray()
595 if ( !sDefaultMethod.isEmpty() ) in CheckArray()
597 … SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in CheckArray()

Completed in 21 milliseconds