Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:tabsize

1312 		set, the default of 4 is used. The tabsize is set per document. Setting
1313 the tabsize to 0 disables row/column tracking.
1326 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }
1328 int TabSize() const { return tabsize; }
1362 int tabsize;