Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp2621 fp_Line * pLFirst = static_cast<fp_Line *>(getFirstContainer()); in setFramesOnPage() local
2622 UT_return_val_if_fail(pLFirst,false); in setFramesOnPage()
2623 fp_Page * pPageFirst = pLFirst->getPage(); in setFramesOnPage()
2726 pCol = pLFirst->getColumn(); in setFramesOnPage()
2761 pCol = pLFirst->getColumn(); in setFramesOnPage()
2767 fp_Column * firstColumn = static_cast <fp_Column *> (pLFirst->getColumn()); in setFramesOnPage()
2771 pCol = pLFirst->getColumn(); in setFramesOnPage()
2838 fp_Line * pLFirst = static_cast<fp_Line *>(getFirstContainer()); in setFramesOnPage() local
2839 UT_return_val_if_fail(pLFirst,false); in setFramesOnPage()
2842 fp_Page * pPageFirst = pLFirst->getPage(); in setFramesOnPage()
[all …]