Lines Matching refs:CHelpPopupWindow

77 osl::Mutex CHelpPopupWindow::s_Mutex;
78 ATOM CHelpPopupWindow::s_ClassAtom = 0;
79 sal_Int32 CHelpPopupWindow::s_RegisterWndClassCount = 0;
85 CHelpPopupWindow::CHelpPopupWindow( in CHelpPopupWindow() function in CHelpPopupWindow
111 CHelpPopupWindow::~CHelpPopupWindow( ) in ~CHelpPopupWindow()
128 void SAL_CALL CHelpPopupWindow::setText( const rtl::OUString& aHelpText ) in setText()
137 void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y ) in show()
176 HWND SAL_CALL CHelpPopupWindow::setParent( HWND hwndNewParent ) in setParent()
190 void SAL_CALL CHelpPopupWindow::calcWindowRect( LPRECT lprect ) in calcWindowRect()
238 void SAL_CALL CHelpPopupWindow::adjustWindowSize( sal_Int32* cx_new, sal_Int32* cy_new ) in adjustWindowSize()
263 void SAL_CALL CHelpPopupWindow::adjustWindowPos( in adjustWindowPos()
312 void SAL_CALL CHelpPopupWindow::onPaint( HWND hWnd, HDC hdc ) in onPaint()
432 void SAL_CALL CHelpPopupWindow::onNcDestroy() in onNcDestroy()
441 void SAL_CALL CHelpPopupWindow::onCreate( HWND hwnd ) in onCreate()
471 LRESULT CALLBACK CHelpPopupWindow::WndProc( in WndProc()
485 CHelpPopupWindow* pImpl = reinterpret_cast< CHelpPopupWindow* >( in WndProc()
500 CHelpPopupWindow* pImpl = reinterpret_cast< CHelpPopupWindow* >( in WndProc()
516 CHelpPopupWindow* pImpl = reinterpret_cast< CHelpPopupWindow* >( in WndProc()
545 ATOM SAL_CALL CHelpPopupWindow::RegisterWindowClass( ) in RegisterWindowClass()
557 wndClsEx.lpfnWndProc = CHelpPopupWindow::WndProc; in RegisterWindowClass()
585 void SAL_CALL CHelpPopupWindow::UnregisterWindowClass( ) in UnregisterWindowClass()