Home
last modified time | relevance | path

Searched refs:pfFrame (Results 1 – 4 of 4) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_DocLayout.cpp844 pf_Frag_Strux * pfFrame = NULL; in loadPendingObjects() local
845 pDoc->insertStrux(pos,PTX_SectionFrame,attributes,NULL,&pfFrame); in loadPendingObjects()
846 PT_DocPosition posFrame = pfFrame->getPos(); in loadPendingObjects()
889 pf_Frag_Strux * pfFrame = NULL; in loadPendingObjects() local
890 pDoc->insertStrux(pos,PTX_SectionFrame,attributes,NULL,&pfFrame); in loadPendingObjects()
891 PT_DocPosition posFrame = pfFrame->getPos(); in loadPendingObjects()
1191 pf_Frag_Strux * pfFrame = NULL; in relocateFrame() local
1193 pUpdatedFrameAP->getProperties(),&pfFrame); in relocateFrame()
1194 PT_DocPosition posFrame = pfFrame->getPos(); in relocateFrame()
1210 fl_ContainerLayout * pNewFL = pfFrame->getFmtHandle(m_lid); in relocateFrame()
H A Dfv_FrameEdit.cpp1064 pf_Frag_Strux * pfFrame = NULL; in mouseRelease() local
1101 getDoc()->insertStrux(posAtXY,PTX_SectionFrame,NULL,props,&pfFrame); in mouseRelease()
1102 PT_DocPosition posFrame = pfFrame->getPos(); in mouseRelease()
H A Dfv_View_cmd.cpp5502 pf_Frag_Strux * pfFrame = NULL; in cmdInsertPositionedGraphic() local
5503 m_pDoc->insertStrux(pos,PTX_SectionFrame,attributes,NULL,&pfFrame); in cmdInsertPositionedGraphic()
5504 PT_DocPosition posFrame = pfFrame->getPos(); in cmdInsertPositionedGraphic()
H A Dfv_View.cpp1349 pf_Frag_Strux * pfFrame = NULL; in convertInLineToPositioned() local
1374 m_pDoc->insertStrux(pos,PTX_SectionFrame,attributes,NULL,&pfFrame); in convertInLineToPositioned()
1375 PT_DocPosition posFrame = pfFrame->getPos(); in convertInLineToPositioned()