Lines Matching refs:aStoreProperties_doc
87 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testOutlineAndNumbering_NumberStyle() local
88 aStoreProperties_doc[0] = new PropertyValue(); in testOutlineAndNumbering_NumberStyle()
89 aStoreProperties_doc[1] = new PropertyValue(); in testOutlineAndNumbering_NumberStyle()
90 aStoreProperties_doc[0].Name = "Override"; in testOutlineAndNumbering_NumberStyle()
91 aStoreProperties_doc[0].Value = true; in testOutlineAndNumbering_NumberStyle()
92 aStoreProperties_doc[1].Name = "FilterName"; in testOutlineAndNumbering_NumberStyle()
93 aStoreProperties_doc[1].Value = "MS Word 97"; in testOutlineAndNumbering_NumberStyle()
94 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testOutlineAndNumbering_NumberStyle()
147 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testOutlineAndNumbering_ListStyle() local
148 aStoreProperties_doc[0] = new PropertyValue(); in testOutlineAndNumbering_ListStyle()
149 aStoreProperties_doc[1] = new PropertyValue(); in testOutlineAndNumbering_ListStyle()
150 aStoreProperties_doc[0].Name = "Override"; in testOutlineAndNumbering_ListStyle()
151 aStoreProperties_doc[0].Value = true; in testOutlineAndNumbering_ListStyle()
152 aStoreProperties_doc[1].Name = "FilterName"; in testOutlineAndNumbering_ListStyle()
153 aStoreProperties_doc[1].Value = "MS Word 97"; in testOutlineAndNumbering_ListStyle()
154 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testOutlineAndNumbering_ListStyle()