Searched refs:nUnderScorePos (Results 1 – 3 of 3) sorted by relevance
540 xub_StrLen nUnderScorePos; // enlarge repaint if underscore has been found member in SwTxtFormatInfo715 inline xub_StrLen GetUnderScorePos() const { return nUnderScorePos; } in GetUnderScorePos()716 inline void SetUnderScorePos( xub_StrLen nNew ) { nUnderScorePos = nNew; } in SetUnderScorePos()
1518 nUnderScorePos = STRING_LEN; in Init()1546 nUnderScorePos = STRING_LEN; in SwTxtFormatInfo()1666 if ( STRING_LEN == nUnderScorePos ) in ScanPortionEnd()1667 nUnderScorePos = i; in ScanPortionEnd()
182 const xub_StrLen nUnderScorePos = rInf.GetUnderScorePos(); in UnderFlow() local195 rInf.SetUnderScorePos( nUnderScorePos ); in UnderFlow()
Completed in 111 milliseconds