Lines Matching refs:pL

201             const ScChangeActionLinkEntry* pL =  in IsClickable()  local
203 while ( pL ) in IsClickable()
205 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in IsClickable()
208 pL = pL->GetNext(); in IsClickable()
282 ScChangeActionLinkEntry* pL = pLinkDeleted; in IsDialogParent() local
283 while ( pL ) in IsDialogParent()
285 ScChangeAction* p = pL->GetAction(); in IsDialogParent()
288 pL = pL->GetNext(); in IsDialogParent()
326 ScChangeActionLinkEntry* pL = GetDeletedIn(); in RemoveDeletedIn() local
327 while ( pL ) in RemoveDeletedIn()
329 ScChangeActionLinkEntry* pNextLink = pL->GetNext(); in RemoveDeletedIn()
330 if ( pL->GetAction() == p ) in RemoveDeletedIn()
332 delete pL; in RemoveDeletedIn()
335 pL = pNextLink; in RemoveDeletedIn()
343 ScChangeActionLinkEntry* pL = GetDeletedIn(); in IsDeletedIn() local
344 while ( pL ) in IsDeletedIn()
346 if ( pL->GetAction() == p ) in IsDeletedIn()
348 pL = pL->GetNext(); in IsDeletedIn()
365 ScChangeActionLinkEntry* pL = GetDeletedIn(); in IsDeletedInDelType() local
366 if ( pL ) in IsDeletedInDelType()
384 while ( pL ) in IsDeletedInDelType()
386 if ( (p = pL->GetAction()) != NULL && in IsDeletedInDelType()
389 pL = pL->GetNext(); in IsDeletedInDelType()
591 for ( ScChangeActionLinkEntry* pL = pLinkDeleted; pL; pL = pL->GetNext() ) in RejectRestoreContents() local
593 ScChangeAction* p = pL->GetAction(); in RejectRestoreContents()
1025 for ( ScChangeActionLinkEntry* pL = pLinkDeleted; pL; pL = pL->GetNext() ) in UpdateReference() local
1027 ScChangeAction* p = pL->GetAction(); in UpdateReference()
1697 const ScChangeActionLinkEntry* pL = pContent->GetFirstDependentEntry(); in Select() local
1698 while ( pL ) in Select()
1700 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in Select()
1703 pL = pL->GetNext(); in Select()
3124 for ( ScChangeActionLinkEntry* pL = pLinkInsertCol; pL; pL = pL->GetNext() ) in Dependencies() local
3126 ScChangeActionIns* pTest = (ScChangeActionIns*) pL->GetAction(); in Dependencies()
3138 for ( ScChangeActionLinkEntry* pL = pLinkInsertRow; pL; pL = pL->GetNext() ) in Dependencies() local
3140 ScChangeActionIns* pTest = (ScChangeActionIns*) pL->GetAction(); in Dependencies()
3152 for ( ScChangeActionLinkEntry* pL = pLinkInsertTab; pL; pL = pL->GetNext() ) in Dependencies() local
3154 ScChangeActionIns* pTest = (ScChangeActionIns*) pL->GetAction(); in Dependencies()
3169 for ( ScChangeActionLinkEntry* pL = pLinkMove; pL; pL = pL->GetNext() ) in Dependencies() local
3171 ScChangeActionMove* pTest = (ScChangeActionMove*) pL->GetAction(); in Dependencies()
3182 for ( ScChangeActionLinkEntry* pL = pLinkMove; pL; pL = pL->GetNext() ) in Dependencies() local
3184 ScChangeActionMove* pTest = (ScChangeActionMove*) pL->GetAction(); in Dependencies()
3195 for ( ScChangeActionLinkEntry* pL = pLinkMove; pL; pL = pL->GetNext() ) in Dependencies() local
3197 ScChangeActionMove* pTest = (ScChangeActionMove*) pL->GetAction(); in Dependencies()
4039 const ScChangeActionLinkEntry* pL = pCur->GetFirstDependentEntry(); in GetDependents() local
4040 while ( pL ) in GetDependents()
4042 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in GetDependents()
4063 pL = pL->GetNext(); in GetDependents()
4085 const ScChangeActionLinkEntry* pL = pCur->GetFirstDeletedEntry(); in GetDependents() local
4086 while ( pL ) in GetDependents()
4088 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in GetDependents()
4112 pL = pL->GetNext(); in GetDependents()
4120 const ScChangeActionLinkEntry* pL = pCur->GetFirstDeletedEntry(); in GetDependents() local
4121 while ( pL ) in GetDependents()
4123 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in GetDependents()
4131 pL = pL->GetNext(); in GetDependents()
4135 pL = pCur->GetFirstDependentEntry(); in GetDependents()
4136 while ( pL ) in GetDependents()
4138 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in GetDependents()
4159 pL = pL->GetNext(); in GetDependents()
4179 const ScChangeActionLinkEntry* pL = pCur->GetFirstDependentEntry(); in GetDependents() local
4180 while ( pL ) in GetDependents()
4182 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in GetDependents()
4195 pL = pL->GetNext(); in GetDependents()
4255 const ScChangeActionLinkEntry* pL = pContent->GetFirstDependentEntry(); in SelectContent() local
4256 while ( pL ) in SelectContent()
4258 ScChangeAction* p = (ScChangeAction*) pL->GetAction(); in SelectContent()
4272 pL = pL->GetNext(); in SelectContent()
4733 const ScChangeActionLinkEntry* pL = pAction->GetFirstDeletedEntry(); in Clone() local
4734 while ( pL ) in Clone()
4736 const ScChangeAction* pDeleted = pL->GetAction(); in Clone()
4741 pL = pL->GetNext(); in Clone()
4767 const ScChangeActionLinkEntry* pL = pAction->GetFirstDependentEntry(); in Clone() local
4768 while ( pL ) in Clone()
4770 const ScChangeAction* pDependent = pL->GetAction(); in Clone()
4775 pL = pL->GetNext(); in Clone()