Searched refs:nNextChg (Results 1 – 3 of 3) sorted by relevance
603 xub_StrLen nNextChg = 0; in NewDropPortion() local607 while ( nNextChg < nPorLen ) in NewDropPortion()610 Seek( nNextChg ); in NewDropPortion()624 const xub_StrLen nTmpIdx = nNextChg; in NewDropPortion()626 nNextChg = pScriptInfo->NextScriptChg( nTmpIdx ); in NewDropPortion()627 if( nNextChg > nNextAttr ) in NewDropPortion()628 nNextChg = nNextAttr; in NewDropPortion()629 if ( nNextChg > nPorLen ) in NewDropPortion()630 nNextChg = nPorLen; in NewDropPortion()633 new SwDropPortionPart( *pTmpFnt, nNextChg - nTmpIdx ); in NewDropPortion()
934 xub_StrLen nNextChg = Min( nNextAttr, rInf.GetTxt().Len() ); in NewTxtPortion() local938 nNextChg = Min( nNextChg, nNextScript ); in NewTxtPortion()942 nNextChg = Min( nNextChg, nNextDir ); in NewTxtPortion()965 if( nExpect > rInf.GetIdx() && nNextChg > nExpect ) in NewTxtPortion()966 nNextChg = Min( nExpect, rInf.GetTxt().Len() ); in NewTxtPortion()973 if ( nNextChg > nRightScanIdx ) in NewTxtPortion()974 nNextChg = nRightScanIdx = in NewTxtPortion()975 rInf.ScanPortionEnd( nRightScanIdx, nNextChg ); in NewTxtPortion()980 nNextChg = nRightScanIdx = in NewTxtPortion()981 rInf.ScanPortionEnd( rInf.GetIdx(), nNextChg ); in NewTxtPortion()[all …]
654 xub_StrLen nNextChg = aIter.GetNextAttr(); in GetMinMaxSize() local656 if( nNextChg > nStop ) in GetMinMaxSize()657 nNextChg = nStop; in GetMinMaxSize()661 while( nStop < nLen && nStop < nNextChg && in GetMinMaxSize()903 xub_StrLen nNextChg = aIter.GetNextAttr(); in GetScalingOfSelectedText() local905 if( nNextChg > nStop ) in GetScalingOfSelectedText()906 nNextChg = nStop; in GetScalingOfSelectedText()913 while( nStop < nEnd && nStop < nNextChg ) in GetScalingOfSelectedText()
Completed in 37 milliseconds