Searched refs:nCountBy (Results 1 – 2 of 2) sorted by relevance
62 nCountBy( 5 ), in SwLineNumberInfo()76 nCountBy( rCpy.GetCountBy() ), in SwLineNumberInfo()98 nCountBy = rCpy.GetCountBy(); in operator =()115 nCountBy == rInf.GetCountBy() && in operator ==()
47 sal_uInt16 nCountBy; //Paint only for every n line member in SwLineNumberInfo80 sal_uInt16 GetCountBy() const { return nCountBy; } in GetCountBy()81 void SetCountBy( sal_uInt16 n) { nCountBy = n; } in SetCountBy()
Completed in 23 milliseconds