Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1399 sal_Bool bMaxReached = sal_False; in EditGrowY() local
1400 while (aArea.GetHeight() + nAllowedExtra < nTextHeight && nEditEndRow < nBottom && !bMaxReached) in EditGrowY()
1410 bMaxReached = sal_True; // don't occupy more cells beyond paper size in EditGrowY()
1421 if (nEditEndRow >= nBottom || bMaxReached) in EditGrowY()

Completed in 31 milliseconds