Lines Matching refs:aStoreProperties_doc

76         PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in testCharacterSpacing_Default()  local
77 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterSpacing_Default()
78 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterSpacing_Default()
79 aStoreProperties_doc[0].Name = "Override"; in testCharacterSpacing_Default()
80 aStoreProperties_doc[0].Value = true; in testCharacterSpacing_Default()
81 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterSpacing_Default()
82 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSpacing_Default()
83 …orable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterSpacing_Default()
122 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterSpacing_Expand() local
123 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterSpacing_Expand()
124 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterSpacing_Expand()
125 aStoreProperties_doc[0].Name = "Override"; in testCharacterSpacing_Expand()
126 aStoreProperties_doc[0].Value = true; in testCharacterSpacing_Expand()
127 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterSpacing_Expand()
128 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSpacing_Expand()
129 …orable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterSpacing_Expand()
168 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterSpacing_Condens() local
169 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterSpacing_Condens()
170 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterSpacing_Condens()
171 aStoreProperties_doc[0].Name = "Override"; in testCharacterSpacing_Condens()
172 aStoreProperties_doc[0].Value = true; in testCharacterSpacing_Condens()
173 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterSpacing_Condens()
174 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSpacing_Condens()
175 …orable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterSpacing_Condens()