Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DAbstractListener.java57 public void add(String componentName, String eventName, String methodName, Object target) in add() argument
61 add(componentName, eventName, new MethodInvocation(methodName, target)); in add()
69 public void add(String componentName, String eventName, MethodInvocation mi) in add() argument
71 mHashtable.put(componentName + eventName, mi); in add()
74 public MethodInvocation get(String componentName, String eventName) in get() argument
76 return (MethodInvocation) mHashtable.get(componentName + eventName); in get()
79 public Object invoke(String componentName, String eventName, Object param) in invoke() argument
83 MethodInvocation mi = get(componentName, eventName); in invoke()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java327 …public Object insertControlModel2(String serviceName, String componentName, String[] sPropNames, O… in insertControlModel2() argument
332 XInterface xControlModel = insertControlModel(serviceName, componentName, new String[] in insertControlModel2()
340 Helper.setUnoPropertyValue(xControlModel, PropertyNames.PROPERTY_NAME, componentName); in insertControlModel2()
346 return xDlgContainer.getControl(componentName); in insertControlModel2()
360 …public Object insertControlModel2(String serviceName, String componentName, String[] sPropNames, O… in insertControlModel2() argument
362 …return UnoRuntime.queryInterface(type, insertControlModel2(serviceName, componentName, sPropNames,… in insertControlModel2()
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx89 bool WriteRegistry( MSIHANDLE & hMSI, OPERATION op, const wchar_t* componentName) in WriteRegistry() argument
93 UINT ret = MsiGetComponentState( hMSI, componentName, &current_state, &comp_state ); in WriteRegistry()
/trunk/main/solenv/inc/
H A Dtg_config.mk65 --stringparam componentName $(PACKAGE).$* \

Completed in 19 milliseconds