Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx6544 MessBox* pMB = (MessBox*)pControl; in Execute() local
6548 pRet->GenReturn ( RET_Value, aUId, pMB->GetCheckBoxText() ); in Execute()
6551 … pRet->GenReturn ( RET_Value, aUId, comm_BOOL( pMB->GetCheckBoxState() == STATE_CHECK) ); in Execute()
6554 pMB->SetCheckBoxState( sal_True ); in Execute()
6557 pMB->SetCheckBoxState( sal_False ); in Execute()
6560 pRet->GenReturn ( RET_Value, aUId, pMB->GetMessText()); in Execute()