Lines Matching refs:aStoreProperties_doc

84         PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in ParagraphTabs_Center()  local
85 aStoreProperties_doc[0] = new PropertyValue(); in ParagraphTabs_Center()
86 aStoreProperties_doc[1] = new PropertyValue(); in ParagraphTabs_Center()
87 aStoreProperties_doc[0].Name = "Override"; in ParagraphTabs_Center()
88 aStoreProperties_doc[0].Value = true; in ParagraphTabs_Center()
89 aStoreProperties_doc[1].Name = "FilterName"; in ParagraphTabs_Center()
90 aStoreProperties_doc[1].Value = "MS Word 97"; in ParagraphTabs_Center()
91 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in ParagraphTabs_Center()
142 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in ParagraphTabs_Left() local
143 aStoreProperties_doc[0] = new PropertyValue(); in ParagraphTabs_Left()
144 aStoreProperties_doc[1] = new PropertyValue(); in ParagraphTabs_Left()
145 aStoreProperties_doc[0].Name = "Override"; in ParagraphTabs_Left()
146 aStoreProperties_doc[0].Value = true; in ParagraphTabs_Left()
147 aStoreProperties_doc[1].Name = "FilterName"; in ParagraphTabs_Left()
148 aStoreProperties_doc[1].Value = "MS Word 97"; in ParagraphTabs_Left()
149 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in ParagraphTabs_Left()
200 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in ParagraphTabs_Right() local
201 aStoreProperties_doc[0] = new PropertyValue(); in ParagraphTabs_Right()
202 aStoreProperties_doc[1] = new PropertyValue(); in ParagraphTabs_Right()
203 aStoreProperties_doc[0].Name = "Override"; in ParagraphTabs_Right()
204 aStoreProperties_doc[0].Value = true; in ParagraphTabs_Right()
205 aStoreProperties_doc[1].Name = "FilterName"; in ParagraphTabs_Right()
206 aStoreProperties_doc[1].Value = "MS Word 97"; in ParagraphTabs_Right()
207 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in ParagraphTabs_Right()
259 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in ParagraphTabs_Decimal() local
260 aStoreProperties_doc[0] = new PropertyValue(); in ParagraphTabs_Decimal()
261 aStoreProperties_doc[1] = new PropertyValue(); in ParagraphTabs_Decimal()
262 aStoreProperties_doc[0].Name = "Override"; in ParagraphTabs_Decimal()
263 aStoreProperties_doc[0].Value = true; in ParagraphTabs_Decimal()
264 aStoreProperties_doc[1].Name = "FilterName"; in ParagraphTabs_Decimal()
265 aStoreProperties_doc[1].Value = "MS Word 97"; in ParagraphTabs_Decimal()
266 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in ParagraphTabs_Decimal()
320 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in ParagraphTabs_Decimal_UserDefineCharacter() local
321 aStoreProperties_doc[0] = new PropertyValue(); in ParagraphTabs_Decimal_UserDefineCharacter()
322 aStoreProperties_doc[1] = new PropertyValue(); in ParagraphTabs_Decimal_UserDefineCharacter()
323 aStoreProperties_doc[0].Name = "Override"; in ParagraphTabs_Decimal_UserDefineCharacter()
324 aStoreProperties_doc[0].Value = true; in ParagraphTabs_Decimal_UserDefineCharacter()
325 aStoreProperties_doc[1].Name = "FilterName"; in ParagraphTabs_Decimal_UserDefineCharacter()
326 aStoreProperties_doc[1].Value = "MS Word 97"; in ParagraphTabs_Decimal_UserDefineCharacter()
327 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in ParagraphTabs_Decimal_UserDefineCharacter()