Searched refs:nThisColLogic (Results 1 – 1 of 1) sorted by relevance
5031 long nThisColLogic = aLogicEdit.Right() - aLogicEdit.Left() + 1; in GetEditUrlOrError() local5043 aPaperSize.Width() = nThisColLogic; in GetEditUrlOrError()5065 if ( nTextWidth < nThisColLogic ) in GetEditUrlOrError()5068 nStartX += nThisColLogic - nTextWidth; in GetEditUrlOrError()5070 nStartX += (nThisColLogic - nTextWidth) / 2; in GetEditUrlOrError()5084 aLogicEdit.Right() = aLogicEdit.Left() + nThisColLogic - 1; in GetEditUrlOrError()
Completed in 63 milliseconds