Searched refs:xPortionProps (Results 1 – 2 of 2) sorted by relevance
80 …XPropertySet xPortionProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPortion… in getNextField() local81 final String sPortionType = xPortionProps.getPropertyValue("TextPortionType").toString(); in getNextField()83 …return (XTextField) UnoRuntime.queryInterface(XTextField.class, xPortionProps.getPropertyValue("Te… in getNextField()91 …XPropertySet xPortionProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPortion… in getNextField() local92 final String sPortionType = xPortionProps.getPropertyValue("TextPortionType").toString(); in getNextField()94 …return (XTextField) UnoRuntime.queryInterface(XTextField.class, xPortionProps.getPropertyValue("Te… in getNextField()
52 com.sun.star.beans.XPropertySet xPortionProps = in getNextField() local56 xPortionProps.getPropertyValue( "TextPortionType" ).toString(); in getNextField()60 xPortionProps.getPropertyValue( "TextField" ) ); in getNextField()73 com.sun.star.beans.XPropertySet xPortionProps = in getNextField() local77 xPortionProps.getPropertyValue( "TextPortionType" ).toString(); in getNextField()81 xPortionProps.getPropertyValue( "TextField" ) ); in getNextField()
Completed in 16 milliseconds