Searched refs:xMasterPropSet (Results 1 – 2 of 2) sorted by relevance
63 XPropertySet xMasterPropSet = (XPropertySet) UnoRuntime.queryInterface( 67 xMasterPropSet.setPropertyValue ("Name", "UserEmperor");68 xMasterPropSet.setPropertyValue ("Value", new Integer(42));70 xUserField.attachTextFieldMaster (xMasterPropSet);
618 XPropertySet xMasterPropSet = (XPropertySet)UnoRuntime.queryInterface( in TextFieldExample() local623 xMasterPropSet.setPropertyValue ( "Name", "UserEmperor" ); in TextFieldExample()624 xMasterPropSet.setPropertyValue ( "Value", new Integer ( 42 ) ); in TextFieldExample()627 xUserField.attachTextFieldMaster ( xMasterPropSet ); in TextFieldExample()
Completed in 37 milliseconds