541542543544545546547548549550551
} for (int x = _textStart; x < numTextPieces; x++) { TextPiece piece = (TextPiece)_text.get(x); piece.adjustForDelete(_start, _end - _start); } // update the FIB.CCPText field if (usesUnicode()) adjustFIB(-((_end - _start) / 2));
625626627628629630631632633634635
} for (int x = _textStart; x < numTextPieces; x++) { TextPiece piece = (TextPiece)_text.get(x); piece.adjustForDelete(_start, _end - _start); } // update the FIB.CCPText + friends field adjustFIB(-(_end - _start)); }
515516517518519520521522523524525
} for (int x = _textStart; x < numTextPieces; x++) { TextPiece piece = (TextPiece)_text.get(x); piece.adjustForDelete(_start, _end - _start); } } /** * Inserts a simple table into the beginning of this range. The number of
631632633634635636637638639640641
// + " -> " + sepx.getEnd()); } for (int x = _textStart; x < numTextPieces; x++) { TextPiece piece = (TextPiece) _text.get(x); piece.adjustForDelete(_start, _end - _start); } // update the FIB.CCPText + friends field adjustFIB(-(_end - _start)); }
627628629630631632633634635636637
// + " -> " + sepx.getEnd()); } for (int x = _textStart; x < numTextPieces; x++) { TextPiece piece = _text.get(x); piece.adjustForDelete(_start, _end - _start); } // update the FIB.CCPText + friends field adjustFIB(-(_end - _start)); }
628629630631632633634635636637638