Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:tabsize

1490 		set, the default of 4 is used. The tabsize is set per document. Setting
1491 the tabsize to 0 disables row/column tracking.
1504 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }
1506 int TabSize() const { return tabsize; }
1552 int tabsize;