Lines Matching refs:pCurrent

295             SdrObject* pCurrent = _rMarkList.GetMark( i )->GetMarkedSdrObj();  in collectInterfacesFromMarkList()  local
298 if ( pCurrent->IsGroupObject() ) in collectInterfacesFromMarkList()
300 pGroupIterator = new SdrObjListIter( *pCurrent->GetSubList() ); in collectInterfacesFromMarkList()
301 pCurrent = pGroupIterator->IsMore() ? pGroupIterator->Next() : NULL; in collectInterfacesFromMarkList()
304 while ( pCurrent ) in collectInterfacesFromMarkList()
306 FmFormObj* pAsFormObject = FmFormObj::GetFormObject( pCurrent ); in collectInterfacesFromMarkList()
317pCurrent = pGroupIterator && pGroupIterator->IsMore() ? pGroupIterator->Next() : NULL; in collectInterfacesFromMarkList()
409 const ScriptEventDescriptor* pCurrent = rTransferIfAvailable.getConstArray(); in TransferEventScripts() local
411 for (i=0; i<rTransferIfAvailable.getLength(); ++i, ++pCurrent) in TransferEventScripts()
427 if (aListener == pCurrent->ListenerType.getStr()) in TransferEventScripts()
437 if ((*pMethodsNames).compareTo(pCurrent->EventMethod) != COMPARE_EQUAL) in TransferEventScripts()
442 *pTransferable = *pCurrent; in TransferEventScripts()
1173 SdrObject* pCurrent = aPageIter.Next(); in executeControlConversionSlot() local
1174 pFormObject = FmFormObj::GetFormObject( pCurrent ); in executeControlConversionSlot()
2445 SdrObject* pCurrent = aPageIter.Next(); in IMPL_LINK() local
2446 FmFormObj* pFormObject = FmFormObj::GetFormObject( pCurrent ); in IMPL_LINK()
2524 … m_arrSearchedControls.C40_INSERT(SdrObject, pCurrent, m_arrSearchedControls.Count()); in IMPL_LINK()
2552 … m_arrSearchedControls.C40_INSERT(SdrObject, pCurrent, m_arrSearchedControls.Count()); in IMPL_LINK()