Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:SetTabSize

194 		can be disabled if TiXmlDocument::SetTabSize() is called with 0 as the value.
196 @sa TiXmlDocument::SetTabSize()
1297 @sa SetTabSize, Row, Column
1302 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
1320 doc.SetTabSize( 8 );
1326 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }