Home
last modified time | relevance | path

Searched refs:lArgs1 (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java308 PropertyValue[] lArgs1 = new PropertyValue[2]; in checkLoadingWithPassword() local
310 lArgs1[0] = new PropertyValue(); in checkLoadingWithPassword()
311 lArgs1[0].Name = "Hidden"; in checkLoadingWithPassword()
312 lArgs1[0].Value = Boolean.TRUE; in checkLoadingWithPassword()
314 lArgs1[1] = new PropertyValue(); in checkLoadingWithPassword()
315 lArgs1[1].Name = "Password"; in checkLoadingWithPassword()
316 lArgs1[1].Value = DEFAULT_PASSWORD; in checkLoadingWithPassword()
324 loadURL(m_xLoader, RESULT_VALID_DOC, sTestURL, "_blank", 0, lArgs1); in checkLoadingWithPassword()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java308 PropertyValue[] lArgs1 = new PropertyValue[2]; in checkLoadingWithPassword() local
310 lArgs1[0] = new PropertyValue(); in checkLoadingWithPassword()
311 lArgs1[0].Name = "Hidden"; in checkLoadingWithPassword()
312 lArgs1[0].Value = Boolean.TRUE; in checkLoadingWithPassword()
314 lArgs1[1] = new PropertyValue(); in checkLoadingWithPassword()
315 lArgs1[1].Name = "Password"; in checkLoadingWithPassword()
316 lArgs1[1].Value = DEFAULT_PASSWORD; in checkLoadingWithPassword()
324 loadURL(m_xLoader, RESULT_VALID_DOC, sTestURL, "_blank", 0, lArgs1); in checkLoadingWithPassword()