]> source.dussan.org Git - poi.git/commit
[47942] added implementation of protection features to XLSX and DOCX files. Patch...
authorUgo Cei <ugo@apache.org>
Wed, 28 Oct 2009 16:05:39 +0000 (16:05 +0000)
committerUgo Cei <ugo@apache.org>
Wed, 28 Oct 2009 16:05:39 +0000 (16:05 +0000)
commitf3e6137e013b22da68c1ff66dd8e6133f1b561b9
tree59e7669ba7e52130c5e96e553905459ef88066de
parentb92d33777cc54a213bdf4bcf363a714b86bec60c
[47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830657 13f79535-47bb-0310-9956-ffa450edef68
23 files changed:
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRelation.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFSettings.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xssf/TestSheetProtection.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xssf/TestWorkbookProtection.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xwpf/TestDocumentProtection.java [new file with mode: 0644]
test-data/document/documentProtection_comments_no_password.docx [new file with mode: 0644]
test-data/document/documentProtection_forms_no_password.docx [new file with mode: 0644]
test-data/document/documentProtection_no_protection.docx [new file with mode: 0644]
test-data/document/documentProtection_no_protection_tag_existing.docx [new file with mode: 0644]
test-data/document/documentProtection_readonly_no_password.docx [new file with mode: 0644]
test-data/document/documentProtection_trackedChanges_no_password.docx [new file with mode: 0644]
test-data/document/protected_sample.docx [new file with mode: 0644]
test-data/spreadsheet/sheetProtection_allLocked.xlsx [new file with mode: 0644]
test-data/spreadsheet/sheetProtection_not_protected.xlsx [new file with mode: 0644]
test-data/spreadsheet/workbookProtection_not_protected.xlsx [new file with mode: 0644]
test-data/spreadsheet/workbookProtection_workbook_revision_protected.xlsx [new file with mode: 0644]
test-data/spreadsheet/workbookProtection_workbook_structure_protected.xlsx [new file with mode: 0644]
test-data/spreadsheet/workbookProtection_workbook_windows_protected.xlsx [new file with mode: 0644]
test-data/spreadsheet/workbookProtection_worksheet_protected.xlsx [new file with mode: 0644]