Lines Matching refs:xub_StrLen

72 bool lcl_BuildHiddenPortion( const SwTxtSizeInfo& rInf, xub_StrLen &rPos );
181 const xub_StrLen nSoftHyphPos = rInf.GetSoftHyphPos(); in UnderFlow()
182 const xub_StrLen nUnderScorePos = rInf.GetUnderScorePos(); in UnderFlow()
626 xub_StrLen nTmp = rInf.GetIdx() + pPor->GetLen(); in BuildPortions()
653 xub_StrLen nTmp = rInf.GetIdx() + pPor->GetLen(); in BuildPortions()
933 const xub_StrLen nNextAttr = GetNextAttr(); in NewTxtPortion()
934 xub_StrLen nNextChg = Min( nNextAttr, rInf.GetTxt().Len() ); in NewTxtPortion()
937 const xub_StrLen nNextScript = pScriptInfo->NextScriptChg( rInf.GetIdx() ); in NewTxtPortion()
941 const xub_StrLen nNextDir = pScriptInfo->NextDirChg( rInf.GetIdx() ); in NewTxtPortion()
1231 xub_StrLen nEnd = rInf.GetIdx(); in NewPortion()
1246 xub_StrLen nEnd = rInf.GetIdx(); in NewPortion()
1486 xub_StrLen SwTxtFormatter::FormatLine( const xub_StrLen nStartPos ) in FormatLine()
1520 const xub_StrLen nOldLineEnd = nStartPos + pCurr->GetLen(); in FormatLine()
1649 xub_StrLen nNewStart = nStartPos + pCurr->GetLen(); in FormatLine()
1992 const xub_StrLen nReformat = GetInfo().GetReformatStart(); in AllowRepaintOpt()
2008 long SwTxtFormatter::CalcOptRepaint( xub_StrLen nOldLineEnd, in CalcOptRepaint()
2016 xub_StrLen nReformat = Min( GetInfo().GetReformatStart(), nOldLineEnd ); in CalcOptRepaint()
2040 xub_StrLen nMaxContext = 0; in CalcOptRepaint()
2045 static const xub_StrLen nMaxContext = 10; in CalcOptRepaint()
2050 static const xub_StrLen nMaxContext = 8; in CalcOptRepaint()
2119 bool lcl_BuildHiddenPortion( const SwTxtSizeInfo& rInf, xub_StrLen &rPos ) in lcl_BuildHiddenPortion()
2129 xub_StrLen nHiddenStart; in lcl_BuildHiddenPortion()
2130 xub_StrLen nHiddenEnd; in lcl_BuildHiddenPortion()