Lines Matching refs:propVal
123 PropertyValue propVal = new PropertyValue(); in createTestEnvironment() local
124 propVal.Name = "DefaultConfigStorage"; in createTestEnvironment()
125 propVal.Value = xStore; in createTestEnvironment()
126 initProps[0] = propVal; in createTestEnvironment()
127 propVal = new PropertyValue(); in createTestEnvironment()
128 propVal.Name = "UserConfigStorage"; in createTestEnvironment()
129 propVal.Value = xStore; in createTestEnvironment()
130 initProps[1] = propVal; in createTestEnvironment()
131 propVal = new PropertyValue(); in createTestEnvironment()
132 propVal.Name = "ModuleIdentifier"; in createTestEnvironment()
133 propVal.Value = "swriter"; in createTestEnvironment()
134 initProps[2] = propVal; in createTestEnvironment()
135 propVal = new PropertyValue(); in createTestEnvironment()
136 propVal.Name = "UserRootCommit"; in createTestEnvironment()
137 … propVal.Value = (XTransactedObject)UnoRuntime.queryInterface(XTransactedObject.class, xStore); in createTestEnvironment()
138 initProps[3] = propVal; in createTestEnvironment()