Lines Matching refs:ls
216 String ls = System.getProperty("line.separator"); in getExpected() local
217 String expected = "startLayer();" + ls; in getExpected()
218 expected += ("overrideNode(org.openoffice.Setup,0,false);" + ls); in getExpected()
219 expected += ("overrideNode(Office,0,false);" + ls); in getExpected()
220 expected += ("overrideProperty(ooSetupInstCompleted,0,Type[string],false);" + ls); in getExpected()
221 expected += ("setPropertyValue(false);" + ls); in getExpected()
222 expected += ("endProperty();" + ls); in getExpected()
223 expected += ("overrideProperty(ooSetupShowIntro,0,Type[string],false);" + ls); in getExpected()
224 expected += ("setPropertyValue(true);" + ls); in getExpected()
225 expected += ("endProperty();" + ls); in getExpected()
226 expected += ("overrideProperty(ooSetupLocales,0,Type[string],false);" + ls); in getExpected()
227 expected += ("setPropertyValue(en-US);" + ls); in getExpected()
228 expected += ("endProperty();" + ls); in getExpected()
229 expected += ("overrideNode(Factories,0,false);" + ls); in getExpected()
230 expected += ("addOrReplace(com.sun.star.chart.ChartDocument,0);" + ls); in getExpected()
231 expected += ("overrideProperty(ooSetupFactoryEmptyDocumentURL,0,Type[string],false);" + ls); in getExpected()
232 expected += ("setPropertyValue(private:factory/schart);" + ls); in getExpected()
233 expected += ("endProperty();" + ls); in getExpected()
234 expected += ("overrideProperty(ooSetupFactoryIcon,0,Type[hyper],false);" + ls); in getExpected()
235 expected += ("setPropertyValue(13);" + ls); in getExpected()
236 expected += ("endProperty();" + ls); in getExpected()
237 expected += ("overrideProperty(ooSetupFactoryShortName,0,Type[string],false);" + ls); in getExpected()
238 expected += ("setPropertyValue(schart);" + ls); in getExpected()
239 expected += ("setPropertyValueForLocale(TemplateFile,en-US);" + ls); in getExpected()
240 expected += ("endProperty();" + ls); in getExpected()
241 expected += ("overrideProperty(ooSetupFactoryTemplateFile,0,Type[string],false);" + ls); in getExpected()
242 expected += ("setPropertyValue(empty);" + ls); in getExpected()
243 expected += ("endProperty();" + ls); in getExpected()
244 expected += ("addProperty(ooSetupFactoryTemplateFile,0,Type[string]);" + ls); in getExpected()
245 expected += ("addPropertyWithValue(ooSetupFactoryTemplateFile,0,TemplateFile);" + ls); in getExpected()
246 expected += ("endNode();" + ls); in getExpected()
247 expected += ("addOrReplace(dropme,0);" + ls); in getExpected()
248 expected += ("overrideProperty(anyway,0,Type[string],false);" + ls); in getExpected()
249 expected += ("setPropertyValue(nice);" + ls); in getExpected()
250 expected += ("endProperty();" + ls); in getExpected()
251 expected += ("dropNode(dropme);" + ls); in getExpected()
252 expected += ("endNode();" + ls); in getExpected()
253 expected += ("addOrReplace(FromTemplate,0);" + ls); in getExpected()
254 expected += ("endNode();" + ls); in getExpected()
255 expected += ("endNode();" + ls); in getExpected()
256 expected += ("endNode();" + ls); in getExpected()
257 expected += ("endNode();" + ls); in getExpected()
258 expected += ("endLayer();" + ls); in getExpected()