Home | History | Annotate | Download | only in Support

Lines Matching refs:Position

246   unsigned Position;       // Position of last occurrence of the option
270 inline unsigned getPosition() const { return Position; }
297 void setPosition(unsigned pos) { Position = pos; }
305 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0),