Lines Matching refs:lProperties
441 … com.sun.star.beans.PropertyValue[] lProperties, in execute() argument
464 xDispatcher.dispatch(aURL,lProperties); in execute()
501 … com.sun.star.beans.PropertyValue[] lProperties, in executeWithNotification() argument
521 xNotifyingDispatcher.dispatchWithNotification(aURL,lProperties,xListener); in executeWithNotification()
546 com.sun.star.beans.PropertyValue[] lProperties) in loadDocument() argument
578 lProperties); in loadDocument()
741 com.sun.star.beans.PropertyValue[] lProperties = in saveAsHTML() local
743 lProperties[0] = new com.sun.star.beans.PropertyValue(); in saveAsHTML()
744 lProperties[0].Name = "FilterName"; in saveAsHTML()
745 lProperties[0].Value = sFilter; in saveAsHTML()
746 lProperties[1] = new com.sun.star.beans.PropertyValue(); in saveAsHTML()
747 lProperties[1].Name = "Overwrite"; in saveAsHTML()
748 lProperties[1].Value = Boolean.TRUE; in saveAsHTML()
754 xStore.storeAsURL(sURL,lProperties); in saveAsHTML()