Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1620 long nRepeatSize = aVars.GetTextSize().Width(); // without margin in DrawStrings() local
1624 ++nRepeatSize; in DrawStrings()
1625 if ( nRepeatSize > 0 ) in DrawStrings()
1627 long nRepeatCount = nAvailable / nRepeatSize; in DrawStrings()
2593 long nRepeatSize = (long) pEngine->CalcTextWidth(); in DrawEdit() local
2595nRepeatSize = pRefDevice->LogicToPixel(Size(nRepeatSize,0)).Width(); in DrawEdit()
2597 ++nRepeatSize; in DrawEdit()
2598 if ( nRepeatSize > 0 ) in DrawEdit()
2600 long nRepeatCount = nAvailable / nRepeatSize; in DrawEdit()

Completed in 30 milliseconds