Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx124 sal_uInt16 mnEndPortion; member in TextLine
133 mnStartPortion = mnEndPortion = 0; in TextLine()
156 void SetEndPortion( sal_uInt16 n ) { mnEndPortion = n; } in SetEndPortion()
157 sal_uInt16 GetEndPortion() const { return mnEndPortion; } in GetEndPortion()
158 sal_uInt16& GetEndPortion() { return mnEndPortion; } in GetEndPortion()
184 ( mnEndPortion == rLine.mnEndPortion ) ); in operator ==()

Completed in 16 milliseconds