Home
last modified time | relevance | path

Searched refs:xMasterPropSet (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/offapi/com/sun/star/text/
H A DXDependentTextField.idl63 XPropertySet xMasterPropSet = (XPropertySet) UnoRuntime.queryInterface(
67 xMasterPropSet.setPropertyValue ("Name", "UserEmperor");
68 xMasterPropSet.setPropertyValue ("Value", new Integer(42));
70 xUserField.attachTextFieldMaster (xMasterPropSet);
/aoo4110/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java618 XPropertySet xMasterPropSet = (XPropertySet)UnoRuntime.queryInterface( in TextFieldExample() local
623 xMasterPropSet.setPropertyValue ( "Name", "UserEmperor" ); in TextFieldExample()
624 xMasterPropSet.setPropertyValue ( "Value", new Integer ( 42 ) ); in TextFieldExample()
627 xUserField.attachTextFieldMaster ( xMasterPropSet ); in TextFieldExample()

Completed in 34 milliseconds