/aoo42x/main/sysui/source/win32/misc/ |
H A D | WinImplHelper.cxx | 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() [all …]
|
/aoo42x/main/fpicker/source/win32/misc/ |
H A D | WinImplHelper.cxx | 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() 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() [all …]
|
/aoo42x/main/dtrans/source/os2/dnd/ |
H A D | OTransferable.cxx | 127 bool OTransferable::RequestFileRendering( PDRAGITEM pditem, HWND hwnd, in RequestFileRendering() 168 bool OTransferable::RenderToOS2File( PDRAGITEM pditem, HWND hwnd) in RenderToOS2File() 190 bool OTransferable::RenderToDTShare( PDRAGITEM pditem, HWND hwnd) in RenderToDTShare() 218 bool OTransferable::RenderToSharedMem( PDRAGITEM pditem, HWND hwnd) in RenderToSharedMem()
|
H A D | globals.cxx | 124 void MapWindowPoint( HWND hwnd, PDRAGINFO dragInfo, PPOINTL ptlMouse) in MapWindowPoint() 140 extern "C" MRESULT EXPENTRY dndFrameProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) in dndFrameProc()
|
/aoo42x/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 293 BOOL CALLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM … in PropPageSummaryProc() 313 BOOL CALLBACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPAR… in PropPageStatisticsProc() 330 void CPropertySheet::InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageSummary() 360 void CPropertySheet::InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageStatistics()
|
/aoo42x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 74 HWND hwnd; in ThreadProc() local 322 HWND hwnd; in PasteClipboardData2() local
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | PreviewCtrl.cxx | 124 POINT _calcULCorner( HWND hwnd, const CDimension& aPicSize ) in _calcULCorner() 146 sal_Bool _pictureSizeFitsWindowSize( HWND hwnd, const CDimension& aPicSize ) in _pictureSizeFitsWindowSize() 165 CDimension _scalePictureSize( HWND hwnd, const CDimension& aPicSize ) in _scalePictureSize()
|
H A D | FileOpenDlg.cxx | 62 inline bool is_current_process_window(HWND hwnd) in is_current_process_window() 636 CFileOpenDialog* SAL_CALL CFileOpenDialog::getCurrentInstance(HWND hwnd) in getCurrentInstance()
|
H A D | helppopupwindow.cxx | 441 void SAL_CALL CHelpPopupWindow::onCreate( HWND hwnd ) in onCreate()
|
H A D | VistaFilePickerImpl.cxx | 44 inline bool is_current_process_window(HWND hwnd) in is_current_process_window() 1225 HWND hwnd; in impl_refreshFileDialog() local
|
/aoo42x/main/odk/examples/OLE/activex/ |
H A D | SOComWindowPeer.h | 148 void SetHWNDInternally( HWND hwnd ) { m_hwnd = hwnd; } in SetHWNDInternally()
|
H A D | SOActiveX.cpp | 306 HRESULT CSOActiveX::CreateFrameOldWay( HWND hwnd, int width, int height ) in CreateFrameOldWay() 494 HWND hwnd; in OnDrawAdvanced() local
|
/aoo42x/main/extensions/source/activex/main/ |
H A D | SOComWindowPeer.h | 151 void SetHWNDInternally( HWND hwnd ) { m_hwnd = hwnd; } in SetHWNDInternally()
|
H A D | SOActiveX.cpp | 473 HRESULT CSOActiveX::CreateFrameOldWay( HWND hwnd, int width, int height ) in CreateFrameOldWay() 977 HWND hwnd; in OnDrawAdvanced() local
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_os2_cairo.cxx | 86 Os2Surface::Os2Surface( HWND hwnd, int x, int y, int w, int h) : in Os2Surface()
|
/aoo42x/main/dtrans/test/win32/dnd/ |
H A D | atlwindow.cxx | 246 LRESULT APIENTRY EditSubclassProc( HWND hwnd, UINT uMsg,WPARAM wParam, LPARAM lParam) in EditSubclassProc()
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 169 Integer hwnd = new Integer(handle); in registerTopWindow() local 207 Integer hwnd = new Integer(handle); in revokeTopWindow() local
|
/aoo42x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 779 static BOOL ScreenToClientRect( HWND hwnd, LPRECT lprc ) in ScreenToClientRect() 784 static BOOL SetWindowRect( HWND hwnd, const RECT *lprc, BOOL fRepaint ) in SetWindowRect() 794 static BOOL SetGrowMode( HWND hwnd, DWORD dwGrowMode ) in SetGrowMode() 799 static DWORD GetGrowMode( HWND hwnd ) in GetGrowMode() 804 static BOOL GrowWindow( HWND hwnd, LONG dxClient, LONG dyClient, BOOL fRepaint ) in GrowWindow() 827 HWND hwnd, // handle to child window in GrowChildWindows()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 115 HMONITOR MonitorFromWindow( HWND hwnd ) in MonitorFromWindow() 702 const HWND hwnd(reinterpret_cast<HWND>(pData->hWnd)); in create() local
|
H A D | dx_5rm.cxx | 1123 const HWND hwnd(reinterpret_cast<HWND>(pData->hWnd)); in create() local
|
/aoo42x/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 566 int CALLBACK CMtaFolderPicker::FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lp… in FolderPickerCallback()
|
/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 383 HWND hwnd = GetDesktopWindow(); in Extract() local
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 119 HTHEME VisualStylesAPI::OpenThemeData( HWND hwnd, LPCWSTR pszClassList ) in OpenThemeData()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 677 void OnMeasureItem(HWND hwnd, LPMEASUREITEMSTRUCT lpmis) in OnMeasureItem()
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 103 sal_Bool APIENTRY _WinQueryWindowRect( HWND hwnd, PRECTL prclDest) in _WinQueryWindowRect() 256 static void dumpWindowInfo( char* fnc, HWND hwnd) in dumpWindowInfo()
|