Lines Matching refs:lVal

349 			if(varChild.lVal==CHILDID_SELF)  in get_accChild()
355 *ppdispChild = GetChildInterface(varChild.lVal); in get_accChild()
386 if(varChild.lVal==CHILDID_SELF) in get_accName()
393 long lVal = varChild.lVal; in get_accName() local
394 varChild.lVal = CHILDID_SELF; in get_accName()
395 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accName()
425 if(varChild.lVal==CHILDID_SELF) in get_accValue()
438 long lVal = varChild.lVal; in get_accValue() local
439 varChild.lVal = CHILDID_SELF; in get_accValue()
440 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accValue()
470 if(varChild.lVal==CHILDID_SELF) in get_accDescription()
477 long lVal = varChild.lVal; in get_accDescription() local
478 varChild.lVal = CHILDID_SELF; in get_accDescription()
479 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accDescription()
510 if(varChild.lVal == CHILDID_SELF) in get_accRole()
516 pvarRole->lVal = m_iRole; in get_accRole()
522 pvarRole->lVal = ROLE_SYSTEM_CLIENT; in get_accRole()
528 long lVal = varChild.lVal; in get_accRole() local
529 varChild.lVal = CHILDID_SELF; in get_accRole()
530 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accRole()
560 if(varChild.lVal == CHILDID_SELF) in get_accState()
583 pvarState->lVal = m_dState; in get_accState()
587 long lVal = varChild.lVal; in get_accState() local
588 varChild.lVal = CHILDID_SELF; in get_accState()
589 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accState()
665 if(varChild.lVal == CHILDID_SELF) in get_accKeyboardShortcut()
707 if( m_pIParent && varParentRole.lVal == ROLE_SYSTEM_COMBOBOX ) // edit in comoboBox in get_accKeyboardShortcut()
785 long lVal = varChild.lVal; in get_accKeyboardShortcut() local
786 varChild.lVal = CHILDID_SELF; in get_accKeyboardShortcut()
787 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accKeyboardShortcut()
867 pvarChildren->lVal = varTmp[0].lVal; in get_accSelection()
906 if(varChild.lVal==CHILDID_SELF) in accLocation()
1006 varSelf.lVal = CHILDID_SELF; in accHitTest()
1037 pvarChild->lVal = CHILDID_SELF; in accHitTest()
1073 if(varChild.lVal==CHILDID_SELF) in put_accName()
1080 long lVal = varChild.lVal; in put_accName() local
1081 varChild.lVal = CHILDID_SELF; in put_accName()
1082 IMAccessible *pChild = this->GetChildInterface(lVal); in put_accName()
1106 if(varChild.lVal==CHILDID_SELF) in put_accValue()
1113 long lVal = varChild.lVal; in put_accValue() local
1114 varChild.lVal = CHILDID_SELF; in put_accValue()
1115 IMAccessible *pChild = this->GetChildInterface(lVal); in put_accValue()
1461 pCurChild = GetChildInterface(varCur.lVal); in GetNavigateChildForDM()
2320 if( varChild.lVal == CHILDID_SELF ) in accSelect()
2327 pSelectAcc = GetChildInterface(varChild.lVal); in accSelect()
2431 if(varChild.lVal==CHILDID_SELF) in get_accDefaultAction()
2440 long lVal = varChild.lVal; in get_accDefaultAction() local
2441 varChild.lVal = CHILDID_SELF; in get_accDefaultAction()
2442 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accDefaultAction()
2469 if(varChild.lVal==CHILDID_SELF) in accDoDefaultAction()
2476 long lVal = varChild.lVal; in accDoDefaultAction() local
2477 varChild.lVal = CHILDID_SELF; in accDoDefaultAction()
2478 IMAccessible *pChild = this->GetChildInterface(lVal); in accDoDefaultAction()
2919 memcpy(&pvData->lVal, rAnyVal.getValue(), sizeof(sal_Int32)); in ConvertAnyToVariant()
2924 memcpy(&pvData->lVal, rAnyVal.getValue(), sizeof(sal_uInt32)); in ConvertAnyToVariant()