Home
last modified time | relevance | path

Searched refs:nUnderScorePos (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/source/core/text/
H A Dinftxt.hxx540 xub_StrLen nUnderScorePos; // enlarge repaint if underscore has been found member in SwTxtFormatInfo
715 inline xub_StrLen GetUnderScorePos() const { return nUnderScorePos; } in GetUnderScorePos()
716 inline void SetUnderScorePos( xub_StrLen nNew ) { nUnderScorePos = nNew; } in SetUnderScorePos()
H A Dinftxt.cxx1530 nUnderScorePos = STRING_LEN; in Init()
1558 nUnderScorePos = STRING_LEN; in SwTxtFormatInfo()
1678 if ( STRING_LEN == nUnderScorePos ) in ScanPortionEnd()
1679 nUnderScorePos = i; in ScanPortionEnd()
H A Ditrform2.cxx182 const xub_StrLen nUnderScorePos = rInf.GetUnderScorePos(); in UnderFlow() local
195 rInf.SetUnderScorePos( nUnderScorePos ); in UnderFlow()

Completed in 43 milliseconds