Searched refs:mnEndPortion (Results 1 – 1 of 1) sorted by relevance
124 sal_uInt16 mnEndPortion; member in TextLine133 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 18 milliseconds