Searched refs:nNewLabelHeight (Results 1 – 2 of 2) sorted by relevance
141 long nNewLabelHeight = 0; in PasswordDialog() local142 for( nNewLabelHeight = ( nTextWidth / nLabelWidth + 1 ) * nTextHeight; in PasswordDialog()143 nNewLabelHeight < aRect.GetHeight(); in PasswordDialog()144 nNewLabelHeight += nTextHeight ) {} ; in PasswordDialog()146 long nDelta = nNewLabelHeight - nLabelHeight; in PasswordDialog()153 aNewLabelSize.Height() = nNewLabelHeight; in PasswordDialog()
110 long nNewLabelHeight = 0; in MasterPasswordCreateDialog() local113 for( nNewLabelHeight = ( nTextWidth / nLableWidth + 1 ) * nTextHeight; in MasterPasswordCreateDialog()114 nNewLabelHeight < aRect.GetHeight(); in MasterPasswordCreateDialog()115 nNewLabelHeight += nTextHeight ) {}; in MasterPasswordCreateDialog()118 long nDelta = nNewLabelHeight - nLabelHeight; in MasterPasswordCreateDialog()124 aNewWarningSize.Height() = nNewLabelHeight; in MasterPasswordCreateDialog()
Completed in 19 milliseconds