Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx5016 long nThisColLogic = aLogicEdit.Right() - aLogicEdit.Left() + 1; in GetEditUrlOrError() local
5028 aPaperSize.Width() = nThisColLogic; in GetEditUrlOrError()
5050 if ( nTextWidth < nThisColLogic ) in GetEditUrlOrError()
5053 nStartX += nThisColLogic - nTextWidth; in GetEditUrlOrError()
5055 nStartX += (nThisColLogic - nTextWidth) / 2; in GetEditUrlOrError()
5069 aLogicEdit.Right() = aLogicEdit.Left() + nThisColLogic - 1; in GetEditUrlOrError()

Completed in 41 milliseconds