Lines Matching refs:nLastChar
2021 const sal_uInt16 nLastChar = pLine->GetEnd() -1; // Last zeigt dahinter in ImpAdjustBlocks() local
2024 DBG_ASSERT( nLastChar < pNode->Len(), "AdjustBlocks: Out of range!" ); in ImpAdjustBlocks()
2029 for ( nChar = nFirstChar; nChar <= nLastChar; nChar++ ) in ImpAdjustBlocks()
2041 ImpFindKashidas( pNode, nFirstChar, nLastChar, aPositions ); in ImpAdjustBlocks()
2050 …ode->GetChar( nLastChar ) == ' ' ) && ( aPositions.Count() > 1 ) && ( MsLangId::getPrimaryLanguage… in ImpAdjustBlocks()
2054 nPortion = pParaPortion->GetTextPortions().FindPortion( nLastChar+1, nPortionStart ); in ImpAdjustBlocks()
2056 long nRealWidth = pLine->GetCharPosArray()[nLastChar-nFirstChar]; in ImpAdjustBlocks()
2058 if ( nLastChar > nPortionStart ) in ImpAdjustBlocks()
2059 nBlankWidth -= pLine->GetCharPosArray()[nLastChar-nFirstChar-1]; in ImpAdjustBlocks()
2065 …DBG_ASSERT( ( nPortionStart + pLastPortion->GetLen() ) == ( nLastChar+1 ), "Blank doch nicht am Po… in ImpAdjustBlocks()
2069 pLine->GetCharPosArray()[nLastChar-nFirstChar] -= nBlankWidth; in ImpAdjustBlocks()
2084 if ( nChar < nLastChar ) in ImpAdjustBlocks()