Searched refs:pSystemWindow (Results 1 – 8 of 8) sorted by relevance
90 const SystemWindow* pSystemWindow = pViewShellWindow->GetSystemWindow(); in FullScreenPane() local91 mpWorkWindow->SetText(pSystemWindow->GetText()); in FullScreenPane()92 mpWorkWindow->SetIcon(pSystemWindow->GetIcon()); in FullScreenPane()
336 SystemWindow* pSystemWindow = (SystemWindow*)pWindow; in implst_setWindowStateOnWindow() local343 …::rtl::OUString sOldWindowState = ::rtl::OStringToOUString( pSystemWindow->GetWindowState(), RTL_T… in implst_setWindowStateOnWindow()345 pSystemWindow->SetWindowState(U2B_ENC(sWindowState,RTL_TEXTENCODING_UTF8)); in implst_setWindowStateOnWindow()
354 SystemWindow* pSystemWindow = static_cast< SystemWindow* >( pParent ); in notifySystemWindow() local355 rMemFunc( pSystemWindow->GetTaskPaneList(),( pToRegister )); in notifySystemWindow()
757 SystemWindow* pSystemWindow = getContainer()->GetSystemWindow(); in onLoadedMenu() local758 MenuBar* pMenu = pSystemWindow ? pSystemWindow->GetMenuBar() : NULL; in onLoadedMenu()
853 SystemWindow* pSystemWindow = _pWindow ? _pWindow->GetSystemWindow() : NULL; in notifySystemWindow() local854 if ( pSystemWindow ) in notifySystemWindow()856 _rMemFunc( pSystemWindow->GetTaskPaneList(), _pToRegister ); in notifySystemWindow()
1291 SystemWindow* pSystemWindow = _pWindow ? _pWindow->GetSystemWindow() : NULL; in notifySystemWindow() local1292 if ( pSystemWindow ) in notifySystemWindow()1294 _rMemFunc( pSystemWindow->GetTaskPaneList(), _pToRegister ); in notifySystemWindow()
1889 SystemWindow* pSystemWindow = (SystemWindow*)pWindowCheck; in impl_applyPersistentWindowState() local1890 pSystemWindow->SetWindowState(U2B_ENC(sWindowState,RTL_TEXTENCODING_UTF8)); in impl_applyPersistentWindowState()
7370 SystemWindow *pSystemWindow = dynamic_cast< SystemWindow* >( pWindow ); in SetPosSizePixel() local7371 if( pSystemWindow ) in SetPosSizePixel()7373 Size aMinSize = pSystemWindow->GetMinOutputSizePixel(); in SetPosSizePixel()7374 Size aMaxSize = pSystemWindow->GetMaxOutputSizePixel(); in SetPosSizePixel()
Completed in 83 milliseconds