Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java80 …XPropertySet xPortionProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPortion… in getNextField() local
81 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() local
92 final String sPortionType = xPortionProps.getPropertyValue("TextPortionType").toString(); in getNextField()
94 …return (XTextField) UnoRuntime.queryInterface(XTextField.class, xPortionProps.getPropertyValue("Te… in getNextField()
/aoo4110/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java52 com.sun.star.beans.XPropertySet xPortionProps = in getNextField() local
56 xPortionProps.getPropertyValue( "TextPortionType" ).toString(); in getNextField()
60 xPortionProps.getPropertyValue( "TextField" ) ); in getNextField()
73 com.sun.star.beans.XPropertySet xPortionProps = in getNextField() local
77 xPortionProps.getPropertyValue( "TextPortionType" ).toString(); in getNextField()
81 xPortionProps.getPropertyValue( "TextField" ) ); in getNextField()

Completed in 26 milliseconds