Searched refs:controlName (Results 1 – 6 of 6) sorted by relevance
627 String controlName = (String) Helper.getUnoPropertyValue( in eventPerformed() local630 redrawTitle(controlName); in eventPerformed()634 private synchronized void redrawTitle(String controlName) in redrawTitle() argument636 if (controlName.equals("txtTitle")) in redrawTitle()640 else if (controlName.equals("txtDate")) in redrawTitle()644 else if (controlName.equals("txtTime")) in redrawTitle()648 else if (controlName.equals("cbLocation")) in redrawTitle()
32 controlName= progid; in HostWin()46 HRESULT hr= wnd.CreateControlEx( controlName, NULL, NULL,&spControl.p); in OnCreate()
37 CComBSTR controlName; member in HostWin
1841 const ::rtl::OUString* controlName = aControlNames.getConstArray(); in impl_adjustDialogEvents_nothrow() local1842 const ::rtl::OUString* controlNamesEnd = controlName + aControlNames.getLength(); in impl_adjustDialogEvents_nothrow()1843 for ( ; controlName != controlNamesEnd; ++controlName ) in impl_adjustDialogEvents_nothrow()1845 …lementEvents_throw( Reference< XInterface >( xDialogModel->getByName( *controlName ), UNO_QUERY ) … in impl_adjustDialogEvents_nothrow()
901 …String controlName = (String) Helper.getUnoPropertyValue(getModel(image), PropertyNames.PROPERTY_N… in getImageFromEvent() local902 return Integer.valueOf(controlName.substring(6 + name.length())).intValue(); in getImageFromEvent()
4561 OUString controlName; in ReadOCXStream() local4562 bool hasCName = readOCXNAME( controlName, pSt ); in ReadOCXStream()4582 pObj->sName = controlName; in ReadOCXStream()
Completed in 61 milliseconds