Lines Matching defs:hwnd
76 void SAL_CALL ListboxAddString( HWND hwnd, const OUString& aString ) in ListboxAddString()
88 OUString SAL_CALL ListboxGetString( HWND hwnd, sal_Int32 aPosition ) in ListboxGetString()
123 void SAL_CALL ListboxAddItem( HWND hwnd, const Any& aItem, const Reference< XInterface >& rXInterfa… in ListboxAddItem()
145 void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference< XInterface >& rXIn… in ListboxAddItems()
171 void SAL_CALL ListboxDeleteItem( HWND hwnd, const Any& aPosition, const Reference< XInterface >& rX… in ListboxDeleteItem()
203 void SAL_CALL ListboxDeleteItems( HWND hwnd, const Any& /*unused*/, const Reference< XInterface >& … in ListboxDeleteItems()
223 void SAL_CALL ListboxSetSelectedItem( HWND hwnd, const Any& aPosition, const Reference< XInterface … in ListboxSetSelectedItem()
259 Any SAL_CALL ListboxGetItems( HWND hwnd ) in ListboxGetItems()
287 Any SAL_CALL ListboxGetSelectedItem( HWND hwnd ) in ListboxGetSelectedItem()
303 Any SAL_CALL CheckboxGetState( HWND hwnd ) in CheckboxGetState()
319 …HWND hwnd, const ::com::sun::star::uno::Any& aState, const Reference< XInterface >& rXInterface, s… in CheckboxSetState()