Lines Matching refs:nTextWidth
648 long nTextWidth = pFilterBox->GetTextWidth( pData->GetString() ); in LaunchPageFieldMenu() local
649 if ( nTextWidth > nMaxText ) in LaunchPageFieldMenu()
650 nMaxText = nTextWidth; in LaunchPageFieldMenu()
811 long nTextWidth = pFilterBox->GetTextWidth( aTabName ); in DoScenarioMenue() local
812 if ( nTextWidth > nMaxText ) in DoScenarioMenue()
813 nMaxText = nTextWidth; in DoScenarioMenue()
984 long nTextWidth = pFilterBox->GetTextWidth( aEntry ); in DoAutoFilterMenue() local
985 if ( nTextWidth > nMaxText ) in DoAutoFilterMenue()
986 nMaxText = nTextWidth; in DoAutoFilterMenue()
1003 long nTextWidth = pFilterBox->GetTextWidth( pData->GetString() ); in DoAutoFilterMenue() local
1004 if ( nTextWidth > nMaxText ) in DoAutoFilterMenue()
1005 nMaxText = nTextWidth; in DoAutoFilterMenue()
5048 long nTextWidth = aEngine.CalcTextWidth(); in GetEditUrlOrError() local
5050 if ( nTextWidth < nThisColLogic ) in GetEditUrlOrError()
5053 nStartX += nThisColLogic - nTextWidth; in GetEditUrlOrError()
5055 nStartX += (nThisColLogic - nTextWidth) / 2; in GetEditUrlOrError()
5060 aLogicEdit.Right() = nStartX + nTextWidth; in GetEditUrlOrError()
5070 aLogicEdit.Left() = aLogicEdit.Right() - nTextWidth; in GetEditUrlOrError()