Lines Matching refs:xProps

94         com.sun.star.beans.XPropertySet xProps =  in getFieldProps()  local
98 assertNotNull("Cannot retrieve field properties.", xProps); in getFieldProps()
100 return xProps; in getFieldProps()
104 com.sun.star.beans.XPropertySet xProps, in checkField() argument
110 xProps.setPropertyValue("ReferenceFieldPart", new Short(nFormat)); in checkField()
150 com.sun.star.beans.XPropertySet xProps = null; in checkCrossReferences() local
153 xProps = getFieldProps( xField ); in checkCrossReferences()
154 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult2 ); in checkCrossReferences()
155 … checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult1 ); in checkCrossReferences()
156 …checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult3 ); in checkCrossReferences()
159 xProps = getFieldProps( xField ); in checkCrossReferences()
160 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult1 ); in checkCrossReferences()
161 … checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult1 ); in checkCrossReferences()
162 …checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult3 ); in checkCrossReferences()
165 xProps = getFieldProps( xField ); in checkCrossReferences()
166 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult3 ); in checkCrossReferences()
167 … checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult1 ); in checkCrossReferences()
168 …checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult3 ); in checkCrossReferences()
171 xProps = getFieldProps( xField ); in checkCrossReferences()
172 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult5 ); in checkCrossReferences()
173 … checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult4 ); in checkCrossReferences()
174 …checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult6 ); in checkCrossReferences()
177 xProps = getFieldProps( xField ); in checkCrossReferences()
178 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult4 ); in checkCrossReferences()
179 … checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult4 ); in checkCrossReferences()
180 …checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult6 ); in checkCrossReferences()
183 xProps = getFieldProps( xField ); in checkCrossReferences()
184 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult6 ); in checkCrossReferences()
185 … checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult4 ); in checkCrossReferences()
186 …checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult6 ); in checkCrossReferences()