Home
last modified time | relevance | path

Searched refs:pNewCL (Results 1 – 3 of 3) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_TableLayout.cpp920 fl_ContainerLayout * pNewCL = NULL; in bl_doclistener_insertBlock() local
923 fl_BlockLayout * pBlock = static_cast<fl_BlockLayout *>(pNewCL); in bl_doclistener_insertBlock()
928 pNewCL->setContainingLayout(myContainingLayout()); in bl_doclistener_insertBlock()
935 fl_ContainerLayout* sfhNew = pNewCL; in bl_doclistener_insertBlock()
1019 fl_ContainerLayout * pNewCL = NULL; in bl_doclistener_insertCell() local
1020 pNewCL = insert(sdh,pCell,pcrx->getIndexAP(), FL_CONTAINER_CELL); in bl_doclistener_insertCell()
1027 fl_CellLayout * pCL = static_cast<fl_CellLayout *>(pNewCL); in bl_doclistener_insertCell()
1032 fl_ContainerLayout* sfhNew = pNewCL; in bl_doclistener_insertCell()
2189 fl_ContainerLayout * pNewCL = NULL; in bl_doclistener_insertCell() local
2199 fl_ContainerLayout* sfhNew = pNewCL; in bl_doclistener_insertCell()
[all …]
H A Dfl_FrameLayout.cpp280 fl_ContainerLayout * pNewCL = NULL; in insertBlockAfter() local
282 pNewCL = pMyCL->insert(sdh,this,pcrx->getIndexAP(), FL_CONTAINER_BLOCK); in insertBlockAfter()
283 fl_BlockLayout * pBlock = static_cast<fl_BlockLayout *>(pNewCL); in insertBlockAfter()
288 pNewCL->setContainingLayout(myContainingLayout()); in insertBlockAfter()
295 fl_ContainerLayout* sfhNew = pNewCL; in insertBlockAfter()
H A Dfl_SectionLayout.cpp4943 fl_ContainerLayout * pNewCL = NULL; in bl_doclistener_insertFootnote() local
4945 pNewCL = pCol->insert(sdh,pFootnote,pcrx->getIndexAP(), FL_CONTAINER_FOOTNOTE); in bl_doclistener_insertFootnote()
4952 fl_ContainerLayout* sfhNew = pNewCL; in bl_doclistener_insertFootnote()
4982 fl_ContainerLayout * pNewCL = NULL; in bl_doclistener_insertAnnotation() local
4984 pNewCL = pCol->insert(sdh,pFootnote,pcrx->getIndexAP(), FL_CONTAINER_ANNOTATION); in bl_doclistener_insertAnnotation()
4991 fl_ContainerLayout* sfhNew = pNewCL; in bl_doclistener_insertAnnotation()