Searched refs:ValueOK (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/automation/source/server/ |
H A D | statemnt.cxx | 2823 if ( ValueOK( rtl::OString(), RcString( nMethodId ),nNr1,nItemCount) ) in Execute() 2851 if ( ValueOK( rtl::OString(), RcString( nMethodId ),nNr1,nItemCount) ) in Execute() 4429 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,pStatus->GetItemCount()) ) in HandleCommonMethods() 4986 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,pLB->GetEntryCount()) ) in Execute() 5444 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTB->GetItemCount() )) in Execute() 5448 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTB->GetItemCount() )) in Execute() 5452 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTB->GetItemCount() )) in Execute() 5532 if ( ValueOK( aUId, CUniString("GetText"), nNr1, nValidTextItemCount ) ) in Execute() 6008 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pVS->GetItemCount() )) in Execute() 6012 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pVS->GetItemCount() )) in Execute() [all …]
|
H A D | XMLParser.cxx | 524 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser() 536 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser() 590 …pRet->GenReturn ( RET_Value, nMethodId, ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, pEle… in HandleSAXParser() 591 … else if ( ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, pElementNode->GetChildCount() ) ) in HandleSAXParser()
|
H A D | statemnt.hxx | 251 sal_Bool ValueOK(rtl::OString nId, String aBezeichnung, sal_uLong nValue, sal_uLong nMax);
|
Completed in 75 milliseconds