| /trunk/main/vcl/source/window/ ! |
| H A D | wrkwin.cxx | 112 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow() 121 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow() 133 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow() 143 SystemWindow( WINDOW_WORKWINDOW ) in WorkWindow()
|
| H A D | dlgctrl.cxx | 844 pWindow->GetType() != WINDOW_WORKWINDOW && in ImplDlgCtrl()
|
| H A D | window.cxx | 7545 …Window && mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame && GetType() != WINDOW_WORKWINDOW)) ) in ImplGetWindowExtentsRelative() 8979 else if( GetType() == WINDOW_WORKWINDOW ) in GetAccessibleChildWindowCount() 9009 if( GetType() == WINDOW_WORKWINDOW && ((WorkWindow *) this)->GetMenuBar() ) in GetAccessibleChildWindow() 9195 case WINDOW_WORKWINDOW: nRole = accessibility::AccessibleRole::ROOT_PANE; break; in GetAccessibleRole()
|
| /trunk/main/automation/source/server/ ! |
| H A D | sta_list.cxx | 599 if ( pParent->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in GetMatchingMenu() 796 if ( pWin->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in GetDocFrameMenuBar() 816 if ( pWin->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in IsDocFrame() 854 if ( pWin->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in IsIMEWin()
|
| H A D | statemnt.cxx | 303 case WINDOW_WORKWINDOW: nRT = C_WorkWin; break; in ImpGetRType() 820 case WINDOW_WORKWINDOW: in WriteControlData() 2339 && pControl->GetType() != WINDOW_WORKWINDOW in Execute() 2458 || (pControl->GetType() == WINDOW_WORKWINDOW) in Execute() 3547 case WINDOW_WORKWINDOW: in IsDialog() 3863 if ( pControl->GetType() == WINDOW_WORKWINDOW ) in HandleVisibleControls() 4273 …( pControl->GetType() == WINDOW_SYSWINDOW || pControl->GetType() == WINDOW_WORKWINDOW ) && Control… in HandleCommonMethods() 4616 while ( pNewControl && pNewControl->GetType() != WINDOW_WORKWINDOW ) in Execute()
|
| /trunk/main/framework/source/helper/ ! |
| H A D | titlebarupdate.cxx | 343 ( pWindow->GetType() == WINDOW_WORKWINDOW ) in impl_updateIcon() 380 ( pWindow->GetType() == WINDOW_WORKWINDOW ) in impl_updateTitle()
|
| H A D | tagwindowasmodified.cxx | 150 sal_Bool bWorkWindow = (pWindow->GetType() == WINDOW_WORKWINDOW); in modified()
|
| H A D | persistentwindowstate.cxx | 331 sal_Bool bWorkWindow = (pWindow->GetType() == WINDOW_WORKWINDOW); in implst_setWindowStateOnWindow()
|
| /trunk/main/toolkit/source/awt/ ! |
| H A D | vclxtoolkit.cxx | 332 { "workwindow", WINDOW_WORKWINDOW }, 692 ( nType == WINDOW_WORKWINDOW ) || in ImplCreateWindow() 959 case WINDOW_WORKWINDOW: in ImplCreateWindow() 1032 *ppNewComp = new VCLXTopWindow( pNewWindow->GetType() == WINDOW_WORKWINDOW ); in ImplCreateWindow()
|
| H A D | vclxwindow1.cxx | 51 if ( pWindow->GetType() != WINDOW_WORKWINDOW ) in SetSystemParent_Impl()
|
| H A D | vclxwindow.cxx | 1201 ( eWinType == WINDOW_WORKWINDOW ) || in setBackground()
|
| /trunk/main/framework/source/inc/pattern/ ! |
| H A D | window.hxx | 111 (pWindow->GetType() != WINDOW_WORKWINDOW) || in setWindowState()
|
| /trunk/main/toolkit/source/helper/ ! |
| H A D | unowrapper.cxx | 96 case WINDOW_WORKWINDOW: in CreateXWindow()
|
| /trunk/main/tools/inc/tools/ ! |
| H A D | wintypes.hxx | 42 #define WINDOW_WORKWINDOW (WINDOW_FIRST + 0x07) macro
|
| /trunk/test/testcommon/source/org/openoffice/test/vcl/client/ ! |
| H A D | Constant.java | 536 public final static int WINDOW_WORKWINDOW = (WINDOW_FIRST + 0x07); field
|
| /trunk/test/testassistant/lib/ ! |
| HD | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/ ... |
| /trunk/main/framework/source/loadenv/ ! |
| H A D | loadenv.cxx | 1826 sal_Bool bWorkWindow = (pWindow->GetType() == WINDOW_WORKWINDOW); in impl_applyPersistentWindowState()
|
| /trunk/main/framework/source/services/ ! |
| H A D | frame.cxx | 2925 ( pWindow->GetType() == WINDOW_WORKWINDOW ) in implts_setIconOnWindow()
|
| /trunk/main/vcl/win/source/window/ ! |
| H A D | salframe.cxx | 249 … WorkWindow *pWorkWin = (pWin->GetType() == WINDOW_WORKWINDOW) ? (WorkWindow *) pWin : NULL; in ImplSalGetWorkArea()
|