Lines Matching refs:pArray
553 Reference< XEventListener > * pArray = (*aObjIt).aAttachedListenerSeq.getArray(); in registerScriptEvent() local
559 pArray[nPos] = xAttacher->attachSingleEventListener( (*aObjIt).xTarget, xAll, in registerScriptEvent()
587 const ScriptEventDescriptor* pArray = ScriptEvents.getConstArray(); in registerScriptEvents() local
590 registerScriptEvent( nIndex, pArray[ i ] ); in registerScriptEvents()
716 ScriptEventDescriptor * pArray = aSeq.getArray(); in getScriptEvents() local
723 pArray[i++] = *aEvtIt; in getScriptEvents()
767 Reference< XEventListener > * pArray = rCurObj.aAttachedListenerSeq.getArray(); in attach() local
788 pArray[i++] = xAdapter; in attach()
809 pArray[i] = xAdapter; in attach()
830 Reference< XEventListener > * pArray = (*aObjIt).aAttachedListenerSeq.getArray(); in detach() local
838 if( pArray[i].is() ) in detach()
843 (*aEvtIt).AddListenerParam, pArray[i] ); in detach()
857 if( pArray[i].is() ) in detach()
862 pEL[i].AddListenerParam, pArray[i] ); in detach()
994 ScriptEventDescriptor* pArray = aSEDSeq.getArray(); in read() local
997 ScriptEventDescriptor& rDesc = pArray[ j ]; in read()