Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp11377 fl_ContainerLayout * pNoteCL = NULL; in countWords() local
11378 UT_sint32 iNote = pBL->getEmbeddedOffset(0,pNoteCL); in countWords()
11380 if (pNoteCL) in countWords()
11382 iNoteEnd = iNote + static_cast<fl_EmbedLayout*>(pNoteCL)->getLength() - 1; in countWords()
11426 iNote = pBL->getEmbeddedOffset(iNoteEnd + 1,pNoteCL); in countWords()
11427 if (pNoteCL) in countWords()
11429 iNoteEnd = iNote + static_cast<fl_EmbedLayout*>(pNoteCL)->getLength() - 1; in countWords()