Home
last modified time | relevance | path

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

/AOO41X/main/comphelper/qa/complex/comphelper/
H A DMap.java264 Object someValue = null; in impl_getSomeValueByTypePos() local
267 case 0: someValue = new Boolean( false ); break; in impl_getSomeValueByTypePos()
268 case 1: someValue = new Short( (short)0 ); break; in impl_getSomeValueByTypePos()
269 case 2: someValue = new Integer( 0 ); break; in impl_getSomeValueByTypePos()
270 case 3: someValue = new Long( 0 ); break; in impl_getSomeValueByTypePos()
271 … case 4: someValue = UnoRuntime.queryInterface( XInterface.class, new DummyInterface() ); break; in impl_getSomeValueByTypePos()
272 case 5: someValue = UnoRuntime.queryInterface( XSet.class, new DummySet() ); break; in impl_getSomeValueByTypePos()
273 … case 6: someValue = UnoRuntime.queryInterface( XContainer.class, new DummyContainer() ); break; in impl_getSomeValueByTypePos()
274 …case 7: someValue = UnoRuntime.queryInterface( XIdentifierAccess.class, new DummyIdentifierAccess(… in impl_getSomeValueByTypePos()
275 …case 8: someValue = UnoRuntime.queryInterface( XElementAccess.class, new DummyElementAccess() ); b… in impl_getSomeValueByTypePos()
[all …]