Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx4747 rtl::OString aWantedID; in Execute() local
4756 aWantedID = Str2Id( aString1 ); in Execute()
4762 … for ( anz=0 ; anz < pTControl->GetPageCount() && !aID.equals( aWantedID ) ; anz++ ) in Execute()
4776 if ( !aID.equals( aWantedID ) ) in Execute()
4783 … ReportError( aWantedID, GEN_RES_STR1( S_TABPAGE_NOT_FOUND, MethodString( nMethodId ) ) ); in Execute()