Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/rtf/
H A Drtftbl.cxx895 sal_uInt16 nRealBox = 0; in GotoNextBox() local
898 ++nRealBox; in GotoNextBox()
900 if( nRealBox < rBoxes.Count() ) in GotoNextBox()
902 pPam->GetPoint()->nNode = *rBoxes[ nRealBox ]->GetSttNd()->EndOfSectionNode(); in GotoNextBox()