Home
last modified time | relevance | path

Searched refs:xFieldProps (Results 1 – 3 of 3) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java201 …XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNewField); in checkCrossReferences() local
202 xFieldProps.setPropertyValue("ReferenceFieldPart", new Short(ReferenceFieldPart.TEXT)); in checkCrossReferences()
203 xFieldProps.setPropertyValue("ReferenceFieldSource", new Short(ReferenceFieldSource.BOOKMARK)); in checkCrossReferences()
204 xFieldProps.setPropertyValue("SourceName", cBookmarkName); in checkCrossReferences()
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java235 com.sun.star.beans.XPropertySet xFieldProps = in checkCrossReferences() local
238xFieldProps.setPropertyValue( "ReferenceFieldPart", new Short(com.sun.star.text.ReferenceFieldPart… in checkCrossReferences()
239xFieldProps.setPropertyValue( "ReferenceFieldSource", new Short(com.sun.star.text.ReferenceFieldSo… in checkCrossReferences()
240 xFieldProps.setPropertyValue( "SourceName", cBookmarkName ); in checkCrossReferences()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java1182 XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface( in ReferenceExample() local
1208 xFieldProps.setPropertyValue ( "SourceName", aNames[0] ); in ReferenceExample()
1212 xFieldProps.setPropertyValue ( "ReferenceFieldSource", in ReferenceExample()
1216 xFieldProps.setPropertyValue ( "ReferenceFieldPart", in ReferenceExample()
1222 XTextContent.class, xFieldProps ); in ReferenceExample()

Completed in 244 milliseconds