aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRichTextString.java
Commit message (Expand)AuthorAgeFilesLines
* Simplify some string operationsDominik Stadler2018-12-261-1/+1
* Bug-61906 add API for working with RichStringText and deprecate API methods t...PJ Fanning2017-12-151-2/+3
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Bug 60289: Fix handling of unicode escapes with lowercase hex-charsDominik Stadler2016-10-211-2/+7
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-021-7/+6
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-161-4/+3
* sonar fixesAndreas Beeker2016-03-111-4/+7
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-7/+3
* Apply some micro-optimization which helps when retrieving the string-value of...Dominik Stadler2015-10-261-2/+9
* Bug 58315: Avoid NPE for RichTextString without font-detailsDominik Stadler2015-09-051-0/+5
* Have XSSF rich test strings report if they have formatting applied or not, an...Nick Burch2015-07-311-2/+21
* Improve information in exceptions thrown by XSSFRichTextString and improve un...Dominik Stadler2015-01-031-2/+3
* Remove iterating over the number of runs for certain XSSFRichTextString opera...Dominik Stadler2014-12-221-14/+14
* Bug 56511: Add a null-check to ensure that the run actually has a font to not...Dominik Stadler2014-12-221-1/+1
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-051-12/+12
* Bugzilla 52745: fixed XSSFRichtextString.append to preserve leading / trailin...Yegor Kozlov2012-02-231-2/+5
* Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaksYegor Kozlov2011-06-251-6/+10
* Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app...Nick Burch2011-03-041-2/+16
* Fix a 1.6ismNick Burch2011-02-111-2/+7
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-0/+1
* avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, se...Yegor Kozlov2010-11-181-64/+70
* suppress deprecation warnings in poi-ooxmlYegor Kozlov2010-10-141-0/+1
* revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor...Yegor Kozlov2010-10-141-5/+5
* Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when...Nick Burch2010-09-161-0/+1
* Support for escaped unicode characters in Shared String Table, see bug #49653Yegor Kozlov2010-07-281-2/+41
* Fix deprecated warningsNick Burch2010-07-021-3/+5
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-031-0/+2
* Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ...Nick Burch2009-11-031-5/+10
* preserve leading and trailing white spaces in XSSFRichTextString, see Bugzill...Yegor Kozlov2009-10-281-2/+22
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-7/+7
* properly set font size when applying indexed fontYegor Kozlov2008-11-251-0/+1
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-061-46/+39
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-211-0/+1
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-171-3/+3
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-181-75/+276
* Preserve rich text across read-write of SharedStringsTable, also improved per...Yegor Kozlov2008-09-161-23/+197
* More on converting the excel extractor to the new codeNick Burch2008-03-081-0/+3
* Some OOXML implementation and interface code, just some basic Row and Cell-le...Ugo Cei2008-01-161-0/+91