Searched refs:ControlOK (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/automation/source/server/ |
H A D | statemnt.cxx | 3609 sal_Bool StatementControl::ControlOK( Window *pControl, const sal_Char* cBezeichnung ) in ControlOK() function in StatementControl 4279 …() == WINDOW_SYSWINDOW || pControl->GetType() == WINDOW_WORKWINDOW ) && ControlOK( pControl, "" ) … in HandleCommonMethods() 4633 if ( (!ControlOK( pControl, "" )) && ( nMethodId != M_SnapShot ) && (nRetryCount--)) in Execute() 4641 if( ControlOK( pControl, "" ) ) in Execute() 4684 if( ControlOK( pControl, "Window/Control" ) ) in Execute() 6462 if( ControlOK( pChild, "OK Button" ) ) in Execute() 6473 if( ControlOK( pChild, "Cancel Button" ) ) in Execute() 6484 if( ControlOK( pChild, "Help Button" ) ) in Execute() 6491 if( ControlOK( pChild, "Default Button" ) ) in Execute()
|
H A D | statemnt.hxx | 389 sal_Bool ControlOK( Window *pControl, const sal_Char* aBezeichnung );
|
Completed in 45 milliseconds