Searched refs:xNewField (Results 1 – 3 of 3) sorted by relevance
230 com.sun.star.text.XTextContent xNewField = in checkCrossReferences() local234 if ( xNewField != null ) { in checkCrossReferences()237 com.sun.star.beans.XPropertySet.class, xNewField ); in checkCrossReferences()244 xNewField.attach(xFieldTextRange.getEnd()); in checkCrossReferences()251 com.sun.star.text.XTextField.class, xNewField ); in checkCrossReferences()
199 …XTextContent xNewField = (XTextContent) UnoRuntime.queryInterface(XTextContent.class, xFac.createI… in checkCrossReferences() local201 …XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNewField); in checkCrossReferences()206 xNewField.attach(xFieldTextRange.getEnd()); in checkCrossReferences()210 xField = (XTextField) UnoRuntime.queryInterface(XTextField.class, xNewField); in checkCrossReferences()
130 Reference< XPropertySet > xNewField( m_rModel.getField() ); in ~FieldChangeNotifier() local131 if ( m_xOldField != xNewField ) in ~FieldChangeNotifier()132 …ck.addPropertyNotification( PROPERTY_ID_BOUNDFIELD, makeAny( m_xOldField ), makeAny( xNewField ) ); in ~FieldChangeNotifier()
Completed in 32 milliseconds