Searched refs:xFieldProps (Results 1 – 3 of 3) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sw/crossreference/ |
H A D | CheckCrossReferences.java | 201 …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()
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | CheckCrossReferences.java | 235 com.sun.star.beans.XPropertySet xFieldProps = in checkCrossReferences() local 238 …xFieldProps.setPropertyValue( "ReferenceFieldPart", new Short(com.sun.star.text.ReferenceFieldPart… in checkCrossReferences() 239 …xFieldProps.setPropertyValue( "ReferenceFieldSource", new Short(com.sun.star.text.ReferenceFieldSo… in checkCrossReferences() 240 xFieldProps.setPropertyValue( "SourceName", cBookmarkName ); in checkCrossReferences()
|
/aoo4110/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 1182 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 35 milliseconds