Lines Matching defs:hwnd
191 void SAL_CALL ListboxAddString( HWND hwnd, const OUString& aString ) in ListboxAddString()
203 OUString SAL_CALL ListboxGetString( HWND hwnd, sal_Int32 aPosition ) in ListboxGetString()
238 void SAL_CALL ListboxAddItem( HWND hwnd, const Any& aItem, const Reference< XInterface >& rXInterfa… in ListboxAddItem()
260 void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference< XInterface >& rXIn… in ListboxAddItems()
286 void SAL_CALL ListboxDeleteItem( HWND hwnd, const Any& aPosition, const Reference< XInterface >& rX… in ListboxDeleteItem()
318 void SAL_CALL ListboxDeleteItems( HWND hwnd, const Any&, const Reference< XInterface >&, sal_Int16 ) in ListboxDeleteItems()
338 void SAL_CALL ListboxSetSelectedItem( HWND hwnd, const Any& aPosition, const Reference< XInterface … in ListboxSetSelectedItem()
374 Any SAL_CALL ListboxGetItems( HWND hwnd ) in ListboxGetItems()
402 Any SAL_CALL ListboxGetSelectedItem( HWND hwnd ) in ListboxGetSelectedItem()
418 Any SAL_CALL ListboxGetSelectedItemIndex( HWND hwnd ) in ListboxGetSelectedItemIndex()
434 Any SAL_CALL CheckboxGetState( HWND hwnd ) in CheckboxGetState()
450 …HWND hwnd, const ::com::sun::star::uno::Any& aState, const Reference< XInterface >& rXInterface, s… in CheckboxSetState()