Lines Matching defs:Cursor
168 const TiXmlCursor& Cursor() { return cursor; }
177 cursor.row = row;
178 cursor.col = col;
181 TiXmlCursor cursor;
198 int row = cursor.row;
199 int col = cursor.col;
296 cursor.row = row;
297 cursor.col = col;
298 assert( cursor.row >= -1 );
299 assert( cursor.col >= -1 );
700 location.row = prevData->cursor.row;
701 location.col = prevData->cursor.col;
709 location = data.Cursor();
790 errorLocation = data->Cursor();
1028 location = data->Cursor();
1239 location = data->Cursor();
1302 location = data->Cursor();
1330 location = data->Cursor();
1440 location = data->Cursor();
1520 location = data->Cursor();