/aoo41x/main/sd/source/ui/slideshow/ |
H A D | showwin.cxx | 53 ShowWindow::ShowWindow( const ::rtl::Reference< SlideshowImpl >& xController, ::Window* pParent ) in ShowWindow() function in sd::ShowWindow 90 ShowWindow::~ShowWindow(void) in ~ShowWindow() 351 void ShowWindow::GetFocus() in GetFocus() 366 void ShowWindow::LoseFocus() in LoseFocus() 376 void ShowWindow::Resize() in Resize() 383 void ShowWindow::Move() in Move() 390 sal_Bool ShowWindow::SetEndMode() in SetEndMode() 483 void ShowWindow::SetPreviewMode() in SetPreviewMode() 490 void ShowWindow::TerminateShow() in TerminateShow() 519 void ShowWindow::RestartShow() in RestartShow() [all …]
|
H A D | showwindow.hxx | 70 class ShowWindow class 75 ShowWindow ( const ::rtl::Reference< ::sd::SlideshowImpl >& xController, ::Window* pParent ); 76 virtual ~ShowWindow (void);
|
H A D | slideshowviewimpl.hxx | 191 class ShowWindow; 203 SlideShowView( ShowWindow& rOutputWindow, 265 ShowWindow& mrOutputWindow;
|
H A D | slideshowimpl.hxx | 272 ShowWindow* getShowWindow() const { return mpShowWindow; } in getShowWindow() 358 ShowWindow* mpShowWindow;
|
H A D | slideshowviewimpl.cxx | 204 SlideShowView::SlideShowView( ShowWindow& rOutputWindow, in SlideShowView()
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 1231 ShowWindow( GetDlgItem(GetParent(hwndDlg),IDBACK), TRUE ); in ReportDialogProc() 1232 ShowWindow( GetDlgItem(GetParent(hwndDlg),IDFINISH), TRUE ); in ReportDialogProc() 1233 ShowWindow( GetDlgItem(GetParent(hwndDlg),IDNEXT), FALSE ); in ReportDialogProc() 1344 ShowWindow( GetDlgItem(GetParent(hwndDlg),IDBACK), FALSE ); in WelcomeDialogProc() 1346 ShowWindow( GetDlgItem(GetParent(hwndDlg),IDNEXT), TRUE ); in WelcomeDialogProc() 1432 ShowWindow( hwndPages[1], SW_HIDE ); in DialogProc() 1433 ShowWindow( hwndPages[0], SW_SHOW ); in DialogProc() 1447 ShowWindow( hwndPages[iActualPage], SW_HIDE ); in DialogProc() 1448 ShowWindow( hwndPages[--iActualPage], SW_SHOW ); in DialogProc() 1454 ShowWindow( hwndPages[iActualPage], SW_HIDE ); in DialogProc() [all …]
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfileview.hxx | 121 void ShowWindow( const rtl::OUString& rFileName ); 148 void ShowWindow( const rtl::OUString& rFileName, const filter_info_impl* pFilterInfo );
|
H A D | xmlfilterdialogcomponent.cxx | 365 mpDialog->ShowWindow(); in execute() 369 mpDialog->ShowWindow(); in execute()
|
H A D | xmlfileview.cxx | 472 void XMLFileWindow::ShowWindow( const rtl::OUString& rFileName ) in ShowWindow() function in XMLFileWindow 538 void XMLSourceFileDialog::ShowWindow( const rtl::OUString& rFileName, const filter_info_impl* pFilt… in ShowWindow() function in XMLSourceFileDialog 554 mpTextWindow->ShowWindow( rFileName ); in ShowWindow()
|
H A D | xmlfiltersettingsdialog.hxx | 101 void ShowWindow();
|
/aoo41x/main/embedserv/source/embed/ |
H A D | docholder.cxx | 312 ShowWindow(hWndxWinParent,SW_SHOW); //Make visible. in InPlaceActivate() 347 ShowWindow(m_hWndxWinParent,SW_SHOW); //Make visible. in InPlaceActivate() 368 ShowWindow(m_hWndxWinCont,SW_SHOW); in InPlaceActivate() 480 ShowWindow(m_hWndxWinParent,SW_HIDE); in InPlaceDeactivate() 486 ShowWindow(m_hWndxWinCont,SW_HIDE); in InPlaceDeactivate()
|
H A D | syswinwrapper.cxx | 350 ShowWindow(hWndKid, SW_SHOW); in ChildSet()
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salobj.cxx | 812 ShowWindow( mhWnd, SW_HIDE ); in SetPosSize() 825 ShowWindow( mhWnd, SW_SHOWNORMAL ); in Show() 827 ShowWindow( mhWnd, SW_HIDE ); in Show()
|
H A D | salframe.cxx | 1302 ShowWindow( hWnd, SW_SHOWNOACTIVATE ); in ImplSalShow() 1304 ShowWindow( hWnd, pFrame->mnShowState ); in ImplSalShow() 1382 ShowWindow( hWnd, SW_SHOWMINNOACTIVE ); in ImplSalShow() 1383 ShowWindow( hWnd, SW_HIDE ); in ImplSalShow() 1386 ShowWindow( hWnd, SW_HIDE ); in ImplSalShow() 1448 ShowWindow( mhWnd, SW_RESTORE ); in SetPosSize() 2087 ShowWindow( mhWnd, SW_HIDE ); in ShowFullScreen() 2107 ShowWindow( mhWnd, mnShowState ); in ShowFullScreen() 2213 ShowWindow( hIconicWnd, SW_MAXIMIZE ); in ImplSalToTop() 2215 ShowWindow( hIconicWnd, SW_RESTORE ); in ImplSalToTop() [all …]
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | slideshow.hxx | 74 class ShowWindow; 169 ShowWindow* getShowWindow(); // a.k.a. FuSlideShow::GetShowWindow()
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 238 ShowWindow( hWnd, nCmdShow ); in InitInstance()
|
/aoo41x/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 226 ShowWindow( g_hWnd, nCmdShow ); in InitInstance()
|
/aoo41x/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 181 ShowWindow( g_hwndMain, nCmdShow ); in InitInstance()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | dibpreview.cxx | 217 ShowWindow(m_Hwnd, m_bShowState ? SW_SHOW : SW_HIDE); in setShowState()
|
H A D | PreviewCtrl.cxx | 410 return ShowWindow( m_hwnd, showState ); in show()
|
H A D | helppopupwindow.cxx | 169 ShowWindow( m_hwnd, SW_SHOW ); in show()
|
/aoo41x/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 265 ShowWindow(hWnd, nCmdShow); in InitInstance()
|
/aoo41x/main/avmedia/source/win/ |
H A D | player.cxx | 296 ::ShowWindow((HWND) mnFrameWnd, SW_HIDE); in start()
|
H A D | window.cxx | 514 ::ShowWindow( (HWND) mnFrameWnd, bVisible ? SW_SHOW : SW_HIDE ); in setVisible()
|
/aoo41x/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.cpp | 521 ::ShowWindow( mOffWin, SW_SHOW ); in OnDrawAdvanced()
|