poi/src/scratchpad/src/org/apache/poi/hslf/record
Javen O'Neal e355d20cfa bug 59170: remove deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748483 13f79535-47bb-0310-9956-ffa450edef68
2016-06-15 03:26:58 +00:00
..
AnimationInfo.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
AnimationInfoAtom.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
BinaryTagDataBlob.java Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files 2012-10-24 12:39:58 +00:00
CString.java bug 59170: remove deprecated methods 2016-06-15 03:26:58 +00:00
ColorSchemeAtom.java Fixing compiler warnings - unnecessary typecasts 2009-08-18 05:29:53 +00:00
Comment2000.java - a few findbugs/sonar fixes 2015-09-23 23:22:46 +00:00
Comment2000Atom.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
CurrentUserAtom.java sonar fixes and closing resources after use 2015-10-06 00:04:12 +00:00
Document.java #41047 - Support hyperlinks in HSLF shapes and textruns 2016-01-24 00:12:10 +00:00
DocumentAtom.java Fixing compiler warnings - unnecessary typecasts 2009-08-18 05:29:53 +00:00
DocumentEncryptionAtom.java - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 2014-12-25 01:56:29 +00:00
DummyPositionSensitiveRecordWithChildren.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
DummyRecordWithChildren.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
Environment.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
EscherPlaceholder.java downgraded xjc params to jdk6 and regenerated geometry binding classes 2015-07-08 00:09:34 +00:00
EscherTextboxWrapper.java Fixed TextRun handling and various junit tests 2015-06-10 22:23:47 +00:00
ExAviMovie.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
ExControl.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
ExControlAtom.java bug 59170: remove deprecated methods 2016-06-15 03:26:58 +00:00
ExEmbed.java - a few findbugs/sonar fixes 2015-09-23 23:22:46 +00:00
ExEmbedAtom.java Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLF 2013-12-26 00:46:16 +00:00
ExHyperlink.java #41047 - Support hyperlinks in HSLF shapes and textruns 2016-01-24 00:12:10 +00:00
ExHyperlinkAtom.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
ExMCIMovie.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
ExMediaAtom.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
ExObjList.java Fix more HSLF generics warnings 2010-10-19 20:12:19 +00:00
ExObjListAtom.java Add ExObjList support 2007-01-17 18:09:24 +00:00
ExObjRefAtom.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
ExOleObjAtom.java initial support for embedded movies and controls. 2008-08-29 14:01:04 +00:00
ExOleObjStg.java Bug 48593 - [PATCH] Multiple Saves Causes Slide Corruption 2013-12-27 00:22:19 +00:00
ExVideoContainer.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
FontCollection.java Rendering fixes 2015-06-17 22:21:13 +00:00
FontEntityAtom.java Charset.forName() for known encodings makes catching UnknownEncodingException obsolete 2014-12-27 01:33:28 +00:00
HSLFEscherClientDataRecord.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
HSLFEscherRecordFactory.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
HeadersFootersAtom.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
HeadersFootersContainer.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
InteractiveInfo.java Regression fixes for H/XSLF and HWMF 2016-02-24 22:43:51 +00:00
InteractiveInfoAtom.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
MainMaster.java Fix more HSLF generics warnings 2010-10-19 20:12:19 +00:00
MasterTextPropAtom.java replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls 2016-01-10 02:20:35 +00:00
Notes.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
NotesAtom.java Fixing compiler warnings - unnecessary typecasts 2009-08-18 05:29:53 +00:00
OEPlaceholderAtom.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
OutlineTextRefAtom.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
PPDrawing.java Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +00:00
PPDrawingGroup.java downgraded xjc params to jdk6 and regenerated geometry binding classes 2015-07-08 00:09:34 +00:00
ParentAwareRecord.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
PersistPtrHolder.java - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 2014-12-25 01:56:29 +00:00
PersistRecord.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PositionDependentRecord.java Fix some HSLF generics warnings 2010-10-19 19:22:24 +00:00
PositionDependentRecordAtom.java Fix some HSLF generics warnings 2010-10-19 19:22:24 +00:00
PositionDependentRecordContainer.java Fix more HSLF generics warnings 2010-10-19 20:12:19 +00:00
Record.java Regression fixes for H/XSLF and HWMF 2016-02-24 22:43:51 +00:00
RecordAtom.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
RecordContainer.java #58144 - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007 2016-05-13 23:50:39 +00:00
RecordTypes.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
RoundTripHFPlaceholder12.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
SSSlideInfoAtom.java FindBugs fix 2014-02-13 23:34:11 +00:00
SheetContainer.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
Slide.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
SlideAtom.java FindBugs fix 2014-02-14 01:00:45 +00:00
SlideListWithText.java Sonar fixes, direct array parameter 2015-12-01 00:23:21 +00:00
SlidePersistAtom.java Fixing compiler warnings - unnecessary typecasts 2009-08-18 05:29:53 +00:00
Sound.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
SoundCollection.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
SoundData.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
StyleTextProp9Atom.java downgraded xjc params to jdk6 and regenerated geometry binding classes 2015-07-08 00:09:34 +00:00
StyleTextPropAtom.java Fixed some style related corner cases and adapted the tests for it 2015-05-24 01:10:12 +00:00
TextBytesAtom.java sonar fixes and closing resources after use 2015-10-06 00:04:12 +00:00
TextCharsAtom.java committing intermediate results - hslf is mostly migrated to common interface - junit tests partly fail - still a few compile errors - xslf drawing works - hslf drawing is not yet tested 2015-04-27 20:13:43 +00:00
TextHeaderAtom.java Javadoc fixes 2015-07-26 00:25:27 +00:00
TextRulerAtom.java replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls 2016-01-10 02:20:35 +00:00
TextSpecInfoAtom.java Sonar fixes, direct array parameter 2015-12-01 00:23:21 +00:00
TextSpecInfoRun.java Sonar fixes, direct array parameter 2015-12-01 00:23:21 +00:00
TxInteractiveInfoAtom.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
TxMasterStyleAtom.java replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls 2016-01-10 02:20:35 +00:00
UnknownRecordPlaceholder.java Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 2009-05-21 18:12:22 +00:00
UserEditAtom.java - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 2014-12-25 01:56:29 +00:00