/aoo42x/main/vcl/source/window/ |
H A D | syswin.cxx | 46 class SystemWindow::ImplData 57 SystemWindow::ImplData::ImplData() in ImplData() 63 SystemWindow::ImplData::~ImplData() in ~ImplData() 71 SystemWindow::SystemWindow( WindowType nType ) : in SystemWindow() function in SystemWindow 89 SystemWindow::~SystemWindow() in ~SystemWindow() 184 sal_Bool SystemWindow::Close() in Close() 222 void SystemWindow::Pin() in Pin() 228 void SystemWindow::Roll() in Roll() 234 void SystemWindow::Resizing( Size& ) in Resizing() 410 void SystemWindow::RollUp() in RollUp() [all …]
|
H A D | wrkwin.cxx | 104 SystemWindow( nType ) in WorkWindow() 112 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow() 121 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow() 133 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow() 143 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow() 154 SystemWindow::ImplLoadRes( rResId ); in ImplLoadRes() 290 sal_Bool bCanClose = SystemWindow::Close(); in Close()
|
H A D | dialog.cxx | 333 SystemWindow::ImplInit( pBorderWin, nStyle & ~WB_BORDER, NULL ); in ImplInit() 343 …SystemWindow::ImplInit( pParent, (nStyle & (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_CLOSEABLE… in ImplInit() 351 SystemWindow::ImplInit( pBorderWin, nStyle & ~WB_BORDER, NULL ); in ImplInit() 414 SystemWindow( nType ) in Dialog() 422 SystemWindow( WINDOW_DIALOG ) in Dialog() 431 SystemWindow( WINDOW_DIALOG ) in Dialog() 460 long nRet = SystemWindow::Notify( rNEvt ); in Notify() 509 SystemWindow::StateChanged( nType ); in StateChanged() 542 SystemWindow::DataChanged( rDCEvt ); in DataChanged() 598 return SystemWindow::Close(); in Close()
|
H A D | floatwin.cxx | 90 SystemWindow::ImplInit( pParent, nStyle, NULL ); in ImplInit() 105 SystemWindow::ImplInit( pParent, nFloatWinStyle & ~WB_BORDER, NULL ); in ImplInit() 121 SystemWindow::ImplInit( pBorderWin, nStyle & ~WB_BORDER, NULL ); in ImplInit() 165 SystemWindow( WINDOW_FLOATINGWINDOW ) in FloatingWindow() 173 SystemWindow( WINDOW_FLOATINGWINDOW ) in FloatingWindow() 188 SystemWindow::ImplLoadRes( rResId ); in ImplLoadRes() 569 long nRet = SystemWindow::Notify( rNEvt ); in Notify() 593 SystemWindow::StateChanged( nType ); in StateChanged() 606 SystemWindow::DataChanged( rDCEvt ); in DataChanged()
|
H A D | brdwin.cxx | 401 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplMouseButtonDown() 451 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplMouseButtonDown() 506 SystemWindow *pSysWin = dynamic_cast<SystemWindow* >(pWin); in ImplTracking() 527 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking() 549 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking() 577 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking() 608 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking() 882 ((SystemWindow*)pBorderWindow->ImplGetClientWindow())->Resizing( aSize ); in ImplTracking()
|
H A D | window.cxx | 4601 SystemWindow* pMySysWin = NULL; in ~Window() 4606 pMySysWin = (SystemWindow*)pMyParent; in ~Window() 4623 SystemWindow* pMySysWin = NULL; in ~Window() 4628 pMySysWin = (SystemWindow*)pMyParent; in ~Window() 4822 SystemWindow* pSysWin = dynamic_cast<SystemWindow*>(this); in doLazyDelete() 5664 SystemWindow* Window::GetSystemWindow() const in GetSystemWindow() 5671 return (SystemWindow*)pWin; in GetSystemWindow() 6300 SystemWindow *pSysWin = NULL; in ImplGetLastSystemWindow() 6307 pSysWin = (SystemWindow*)pMyParent; in ImplGetLastSystemWindow() 6324 SystemWindow *pNewSysWin = NULL; in SetParent() [all …]
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | syswin.hxx | 144 class VCL_DLLPUBLIC SystemWindow : public Window class 172 SystemWindow(); 175 SystemWindow (const SystemWindow &); 176 SystemWindow & operator= (const SystemWindow &); 182 explicit SystemWindow( WindowType nType ); 187 ~SystemWindow();
|
H A D | menu.hxx | 130 friend class SystemWindow; 410 friend class SystemWindow;
|
H A D | window.hxx | 74 class SystemWindow; 357 friend class SystemWindow; 670 SystemWindow* GetSystemWindow() const;
|
H A D | wrkwin.hxx | 47 class VCL_DLLPUBLIC WorkWindow : public SystemWindow
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxtopwindow.cxx | 100 const SystemEnvData* pSysData = ((SystemWindow *)pWindow)->GetSystemData(); in getWindowHandle() 173 SystemWindow* pWindow = (SystemWindow*) GetWindowImpl(); in setMenuBar() 240 const SystemWindow* pWindow = dynamic_cast< const SystemWindow* >( GetWindowImpl() ); in getDisplay() 255 SystemWindow* pWindow = dynamic_cast< SystemWindow* >( GetWindowImpl() ); in setDisplay()
|
/aoo42x/main/framework/source/dispatch/ |
H A D | menudispatcher.cxx | 217 SystemWindow* pSysWindow = (SystemWindow *)pWindow; in frameAction() 317 SystemWindow* pSysWindow = (SystemWindow *)pWindow; in impl_setMenuBar()
|
/aoo42x/main/extensions/source/update/ui/ |
H A D | updatecheckui.cxx | 139 SystemWindow* mpIconSysWin; 164 void AddMenuBarIcon( SystemWindow* pSysWin, bool bAddEventHdl ); 369 void UpdateCheckUI::AddMenuBarIcon( SystemWindow *pSysWin, bool bAddEventHdl ) in AddMenuBarIcon() 704 SystemWindow *pActiveSysWin = NULL; in IMPL_LINK() 750 SystemWindow *pSysWin = pWindow->GetSystemWindow(); in IMPL_LINK() 795 SystemWindow *pSysWin = pWindow->GetSystemWindow(); in IMPL_LINK()
|
/aoo42x/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 133 SystemWindow* pTopMostSysWin = NULL; in GetTopMostParentSystemWindow() 137 pTopMostSysWin = (SystemWindow*)pWindow; in GetTopMostParentSystemWindow() 1234 ((SystemWindow *)pWindow)->GetTaskPaneList()->AddWindow( this ); in SfxPopupWindow() 1254 ((SystemWindow *)pWindow)->GetTaskPaneList()->AddWindow( this ); in SfxPopupWindow() 1275 ((SystemWindow *)pWindow)->GetTaskPaneList()->AddWindow( this ); in SfxPopupWindow() 1296 ((SystemWindow *)pWindow)->GetTaskPaneList()->AddWindow( this ); in SfxPopupWindow() 1311 ((SystemWindow *)pWindow)->GetTaskPaneList()->RemoveWindow( this ); in ~SfxPopupWindow()
|
/aoo42x/main/framework/source/helper/ |
H A D | persistentwindowstate.cxx | 300 ((SystemWindow*)pWindow)->GetWindowState(nMask), in implst_getWindowStateFromWindow() 336 SystemWindow* pSystemWindow = (SystemWindow*)pWindow; in implst_setWindowStateOnWindow()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | frame.hxx | 87 class SystemWindow; 149 SystemWindow* GetSystemWindow() const; 221 SAL_DLLPRIVATE SystemWindow* GetTopWindow_Impl() const;
|
H A D | bindings.hxx | 46 class SystemWindow; 186 SystemWindow* GetSystemWindow() const;
|
/aoo42x/main/sfx2/source/view/ |
H A D | frame2.cxx | 364 SystemWindow* SfxFrame::GetSystemWindow() const in GetSystemWindow() 369 SystemWindow* SfxFrame::GetTopWindow_Impl() const in GetTopWindow_Impl() 372 return (SystemWindow*) pImp->pExternalContainerWindow; in GetTopWindow_Impl()
|
/aoo42x/main/framework/source/inc/pattern/ |
H A D | window.hxx | 82 sWindowState = ((SystemWindow*)pWindow)->GetWindowState(nMask); in getWindowState() 116 ((SystemWindow*)pWindow)->SetWindowState(U2B_ENC(sWindowState,RTL_TEXTENCODING_UTF8)); in setWindowState()
|
/aoo42x/main/framework/source/layoutmanager/ |
H A D | layoutmanager.cxx | 197 SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow ); in impl_clearUpMenuBar() 791 SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow ); in implts_updateUIElementsVisibleState() 1188 SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow ); in implts_setInplaceMenuBar() 1215 SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow ); in implts_resetInplaceMenuBar() 1507 SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow ); in createElement() 1895 SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow ); in hideElement() 2129 SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow ); in isElementVisible() 2602 SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow ); in implts_updateMenuBarClose() 2636 SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow ); in implts_resetMenuBar() 3099 SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow ); in elementRemoved()
|
H A D | helpers.cxx | 135 SystemWindow* getTopSystemWindow( const uno::Reference< awt::XWindow >& xWindow ) in getTopSystemWindow() 142 return (SystemWindow *)pWindow; in getTopSystemWindow()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | dlg_DataEditor.cxx | 354 SystemWindow* pSystemWindow = static_cast< SystemWindow* >( pParent ); in notifySystemWindow()
|
/aoo42x/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 60 SystemWindow* pTopMostSysWin = NULL; in GetTopMostParentSystemWindow() 64 pTopMostSysWin = (SystemWindow*)pWindow; in GetTopMostParentSystemWindow() 487 ((SystemWindow *)pWindow)->GetTaskPaneList()->AddWindow( this ); in implInit() 496 ((SystemWindow *)pWindow)->GetTaskPaneList()->RemoveWindow( this ); in ~ToolbarMenu()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.hxx | 57 class SystemWindow; 296 static SystemWindow *pMenuWindow; // when using MenuBar as base for MenuCommands
|
/aoo42x/main/rsc/doku/feinkonz.43/ |
H A D | rsc.doc | 1182 SystemWindow linke Seite 1204 SystemWindow rechte Seite 1219 Akr7SystemWindow 2104 nahme von SystemWindow und Edit. 2130 [SystemWindow] 3170 Resource SystemWindow 3175 StarView-Handbuch die Beschreibung der Klasse SystemWindow und aller von ihr 3180 Ali [SystemWindow] 3248 Ali [SystemWindow] 7 4089 Resource SystemWindow 44
|