Searched refs:m_ObjectList (Results 1 – 5 of 5) sorted by relevance
65 return m_ObjectList.GetHeadPosition(); in GetFirstObjectPosition()70 return m_ObjectList.GetTailPosition(); in GetLastObjectPosition()75 return (CPDF_PageObject*)m_ObjectList.GetNext(pos); in GetNextObject()80 return (CPDF_PageObject*)m_ObjectList.GetPrev(pos); in GetPrevObject()85 return (CPDF_PageObject*)m_ObjectList.GetAt(pos); in GetObjectAt()90 return m_ObjectList.GetCount(); in CountObjects()131 CFX_PtrList m_ObjectList; variable
681 CPDF_PageObjects::CPDF_PageObjects(FX_BOOL bReleaseMembers) : m_ObjectList(128) in CPDF_PageObjects()698 FX_POSITION pos = m_ObjectList.GetHeadPosition(); in ~CPDF_PageObjects()700 CPDF_PageObject* pPageObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos); in ~CPDF_PageObjects()729 return m_ObjectList.AddHead(pNewObject); in InsertObject()731 return m_ObjectList.InsertAfter(posInsertAfter, pNewObject); in InsertObject()737 FX_POSITION pos = m_ObjectList.GetHeadPosition(); in GetObjectIndex()739 CPDF_PageObject* pThisObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos); in GetObjectIndex()749 FX_POSITION pos = m_ObjectList.FindIndex(index); in GetObjectByIndex()753 return (CPDF_PageObject*)m_ObjectList.GetAt(pos); in GetObjectByIndex()757 FX_POSITION pos = m_ObjectList.GetHeadPosition(); in Transform()[all …]
547 m_pObjectList->m_ObjectList.AddTail(pImages); in EndInlineImage()738 FX_POSITION pos = m_pObjects->m_ObjectList.GetHeadPosition(); in Continue()740 CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetNext(pos); in Continue()764 if (m_pObjects->m_ObjectList.GetCount() == 1) { in Continue()765 …CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetAt(m_pObjects->m_ObjectList.… in Continue()
799 m_pObjectList->m_ObjectList.AddTail(pFormObj); in AddForm()804 FX_POSITION tailpos = m_pObjectList->m_ObjectList.GetTailPosition(); in AddDuplicateImage()805 CPDF_PageObject* pLastObj = (CPDF_PageObject*)m_pObjectList->m_ObjectList.GetAt(tailpos); in AddDuplicateImage()833 m_pObjectList->m_ObjectList.RemoveAt(tailpos); in AddDuplicateImage()834 m_pObjectList->m_ObjectList.AddTail(pInlines); in AddDuplicateImage()859 m_pObjectList->m_ObjectList.AddTail(pImageObj); in AddImage()1245 m_pObjectList->m_ObjectList.AddTail(pObj); in Handle_ShadeFill()1409 m_pObjectList->m_ObjectList.AddTail(pText); in AddTextObject()1632 m_pObjectList->m_ObjectList.AddTail(pPathObj); in AddPathObject()
1099 FX_POSITION pos = m_pObjects->m_ObjectList.GetHeadPosition(); in Continue()1101 CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetNext(pos); in Continue()