Home
last modified time | relevance | path

Searched refs:pWindow (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx46 static sal_Bool ImplHasIndirectTabParent( Window* pWindow ) in ImplHasIndirectTabParent() argument
51 return ( pWindow && pWindow->GetParent() in ImplHasIndirectTabParent()
52 && ( pWindow->GetParent()->ImplGetWindow()->GetStyle() & WB_CHILDDLGCTRL ) ); in ImplHasIndirectTabParent()
81 Window* pWindow = pParent->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetSubChildWindow() local
82 Window* pNextWindow = pWindow; in ImplGetSubChildWindow()
83 while ( pWindow ) in ImplGetSubChildWindow()
85 pWindow = pWindow->ImplGetWindow(); in ImplGetSubChildWindow()
88 if ( pTabPage || pWindow->IsVisible() ) in ImplGetSubChildWindow()
99 pFoundWindow = pWindow; in ImplGetSubChildWindow()
103 if ( pWindow->GetType() == WINDOW_TABCONTROL ) in ImplGetSubChildWindow()
[all …]
H A Dwinproc.cxx90 Window* pWindow = rEvt.GetWindow(); in ImplCallEvent() local
94 pWindow->MouseButtonDown( *rEvt.GetMouseEvent() ); in ImplCallEvent()
97 pWindow->MouseButtonUp( *rEvt.GetMouseEvent() ); in ImplCallEvent()
100 pWindow->MouseMove( *rEvt.GetMouseEvent() ); in ImplCallEvent()
103 pWindow->KeyInput( *rEvt.GetKeyEvent() ); in ImplCallEvent()
106 pWindow->KeyUp( *rEvt.GetKeyEvent() ); in ImplCallEvent()
109 pWindow->GetFocus(); in ImplCallEvent()
112 pWindow->LoseFocus(); in ImplCallEvent()
115 pWindow->Command( *rEvt.GetCommandEvent() ); in ImplCallEvent()
323 Window* pWindow; member
[all …]
H A Dsyswin.cxx242 Window* pWindow = this; in SetZLevel() local
243 while ( pWindow->mpWindowImpl->mpBorderWindow ) in SetZLevel()
244 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetZLevel()
245 if ( pWindow->mpWindowImpl->mbOverlapWin && !pWindow->mpWindowImpl->mbFrame ) in SetZLevel()
247 sal_uInt8 nOldLevel = pWindow->mpWindowImpl->mpOverlapData->mnTopLevel; in SetZLevel()
248 pWindow->mpWindowImpl->mpOverlapData->mnTopLevel = nLevel; in SetZLevel()
251 if ( !IsReallyVisible() && (nLevel > nOldLevel) && pWindow->mpWindowImpl->mpNext ) in SetZLevel()
254 if ( pWindow->mpWindowImpl->mpPrev ) in SetZLevel()
255 pWindow->mpWindowImpl->mpPrev->mpWindowImpl->mpNext = pWindow->mpWindowImpl->mpNext; in SetZLevel()
257pWindow->mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpFirstOverlap = pWindow->mpWindowImpl->mpNe… in SetZLevel()
[all …]
H A Dtaskpanelist.cxx86 static void ImplTaskPaneListGrabFocus( Window *pWindow ) in ImplTaskPaneListGrabFocus() argument
90 if( pWindow->ImplIsFloatingWindow() && pWindow->GetWindow( WINDOW_FIRSTCHILD ) ) in ImplTaskPaneListGrabFocus()
91 pWindow = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in ImplTaskPaneListGrabFocus()
92 pWindow->GrabFocus(); in ImplTaskPaneListGrabFocus()
107 void TaskPaneList::AddWindow( Window *pWindow ) in AddWindow() argument
116 if( pWindow ) in AddWindow()
119 if( pWindow->GetType() == RSC_DOCKINGWINDOW ) in AddWindow()
121 else if( pWindow->GetType() == RSC_TOOLBOX ) in AddWindow()
123 else if( pWindow->IsDialog() ) in AddWindow()
135 if ( *p == pWindow ) in AddWindow()
[all …]
H A Ddndevdis.cxx357 sal_Int32 DNDEventDispatcher::fireDragEnterEvent( Window *pWindow, in fireDragEnterEvent() argument
365 if( pWindow && pWindow->IsInputEnabled() && ! pWindow->IsInModalMode() ) in fireDragEnterEvent()
370 pWindow->IncrementLockCount(); in fireDragEnterEvent()
373 Reference< XDropTarget > xDropTarget = pWindow->GetDropTarget(); in fireDragEnterEvent()
378 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragEnterEvent()
393 sal_Int32 DNDEventDispatcher::fireDragOverEvent( Window *pWindow, in fireDragOverEvent() argument
401 if( pWindow && pWindow->IsInputEnabled() && ! pWindow->IsInModalMode() ) in fireDragOverEvent()
406 Reference< XDropTarget > xDropTarget = pWindow->GetDropTarget(); in fireDragOverEvent()
411 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragOverEvent()
426 sal_Int32 DNDEventDispatcher::fireDragExitEvent( Window *pWindow ) throw(RuntimeException) in fireDragExitEvent() argument
[all …]
H A Dwindow.cxx296 void ImplDelData::AttachToWindow( const Window* pWindow ) in AttachToWindow() argument
298 if( pWindow ) in AttachToWindow()
299 const_cast<Window*>(pWindow)->ImplAddDel( this ); in AttachToWindow()
324 const Window* pWindow = (Window*)pObj; in ImplDbgCheckWindow() local
326 if ( (pWindow->GetType() < WINDOW_FIRST) || (pWindow->GetType() > WINDOW_LAST) ) in ImplDbgCheckWindow()
330 Window* pChild = pWindow->mpWindowImpl->mpFirstChild; in ImplDbgCheckWindow()
333 if ( pChild->mpWindowImpl->mpParent != pWindow ) in ImplDbgCheckWindow()
344 void Window::ImplInitAppFontData( Window* pWindow ) in ImplInitAppFontData() argument
347 long nTextHeight = pWindow->GetTextHeight(); in ImplInitAppFontData()
348 … long nTextWidth = pWindow->GetTextWidth( XubString( RTL_CONSTASCII_USTRINGPARAM( "aemnnxEM" ) ) ); in ImplInitAppFontData()
[all …]
H A Dcursor.cxx58 Window* pWindow = pData->mpWindow; in ImplCursorInvert() local
59 sal_Bool bMapMode = pWindow->IsMapModeEnabled(); in ImplCursorInvert()
60 pWindow->EnableMapMode( sal_False ); in ImplCursorInvert()
122 pWindow->Invert( aPoly, nInvertStyle ); in ImplCursorInvert()
126 pWindow->Invert( aRect, nInvertStyle ); in ImplCursorInvert()
127 pWindow->EnableMapMode( bMapMode ); in ImplCursorInvert()
136 Window* pWindow = mpData->mpWindow; in ImplDraw() local
137 mpData->maPixPos = pWindow->LogicToPixel( maPos ); in ImplDraw()
138 mpData->maPixSize = pWindow->LogicToPixel( maSize ); in ImplDraw()
139 mpData->mnPixSlant = pWindow->LogicToPixel( Size( mnSlant, 0 ) ).Width(); in ImplDraw()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx39 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_START() local
40 Point aPos = pWindow->ScreenToOutputPixel( pWindow->GetPointerPosPixel() ); in IMPL_LINK_INLINE_START()
41 aPos = pWindow->PixelToLogic( aPos ); in IMPL_LINK_INLINE_START()
53 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_END() local
56 Rectangle aOutRect( aDefPoint, pWindow->GetOutputSizePixel() ); in IMPL_LINK_INLINE_END()
57 aOutRect = pWindow->PixelToLogic( aOutRect ); in IMPL_LINK_INLINE_END()
136 Window* pWindow = pParent->GetWindow(); in KeyInput() local
176 pView->MakeVisible( pView->GetAllMarkedRect(), *pWindow ); in KeyInput()
192 pView->MakeVisible( aVisRect, *pWindow ); in KeyInput()
237 … Size aPixelSize = pWindow ? pWindow->PixelToLogic( Size( 1, 1 ) ) : Size( 100, 100 ); in KeyInput()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx355 void ImplInitWindowEvent( ::com::sun::star::awt::WindowEvent& rEvent, Window* pWindow ) in ImplInitWindowEvent() argument
357 Point aPos = pWindow->GetPosPixel(); in ImplInitWindowEvent()
358 Size aSz = pWindow->GetSizePixel(); in ImplInitWindowEvent()
366 pWindow->GetBorder( rEvent.LeftInset, rEvent.TopInset, rEvent.RightInset, rEvent.BottomInset ); in ImplInitWindowEvent()
409 void VCLXWindow::SetWindow( Window* pWindow ) in SetWindow() argument
417 SetOutputDevice( pWindow ); in SetWindow()
422 sal_Bool bDirectVisible = pWindow ? pWindow->IsVisible() : false; in SetWindow()
937 Window* pWindow = GetWindow(); in ImplCalcWindowSize() local
938 if ( pWindow ) in ImplCalcWindowSize()
941 pWindow->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplCalcWindowSize()
[all …]
H A Dvclxaccessiblecomponent.cxx247 Window* pWindow = (Window*) rVclWindowEvent.GetData(); in ProcessWindowEvent() local
248 DBG_ASSERT( pWindow, "VCLEVENT_WINDOW_CHILDDESTROYED - Window=?" ); in ProcessWindowEvent()
249 if ( pWindow->GetAccessible( sal_False ).is() ) in ProcessWindowEvent()
251 aOldValue <<= pWindow->GetAccessible( sal_False ); in ProcessWindowEvent()
443 Window* pWindow = GetWindow(); in FillAccessibleRelationSet() local
444 if ( pWindow ) in FillAccessibleRelationSet()
446 Window *pLabeledBy = pWindow->GetAccessibleRelationLabeledBy(); in FillAccessibleRelationSet()
447 if ( pLabeledBy && pLabeledBy != pWindow ) in FillAccessibleRelationSet()
454 Window* pLabelFor = pWindow->GetAccessibleRelationLabelFor(); in FillAccessibleRelationSet()
455 if ( pLabelFor && pLabelFor != pWindow ) in FillAccessibleRelationSet()
[all …]
H A Dvclxtopwindow.cxx97 Window* pWindow = GetWindowImpl(); in getWindowHandle() local
98 if ( pWindow ) in getWindowHandle()
100 const SystemEnvData* pSysData = ((SystemWindow *)pWindow)->GetSystemData(); in getWindowHandle()
150 Window* pWindow = GetWindowImpl(); in toFront() local
151 if ( pWindow ) in toFront()
152 ((WorkWindow*)pWindow)->ToTop( TOTOP_RESTOREWHENMIN ); in toFront()
161 Window* pWindow = GetWindowImpl(); in toBack()
162 if ( pWindow ) in toBack()
164 ((WorkWindow*)pWindow)->ToBack(); in toBack()
173 SystemWindow* pWindow = (SystemWindow*) GetWindowImpl(); in setMenuBar() local
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dsdrmediawindow.cxx55 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseMove() local
57 if( pWindow && getWindow() ) in MouseMove()
59 …const MouseEvent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel… in MouseMove()
62 pWindow->MouseMove( aTransformedEvent ); in MouseMove()
63 setPointer( pWindow->GetPointer() ); in MouseMove()
71 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonDown() local
73 if( pWindow && getWindow() ) in MouseButtonDown()
75 …const MouseEvent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel… in MouseButtonDown()
78 pWindow->MouseButtonDown( aTransformedEvent ); in MouseButtonDown()
86 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonUp() local
[all …]
/trunk/main/sc/source/ui/view/
H A Dreffact.cxx111 pWindow = pViewShell ? \
113 if (pViewShell && !pWindow) \
237 pWindow = NULL; in ScSimpleRefDlgWrapper()
240 pWindow = pViewShell->CreateRefDialog( p, this, pInfo, pParentP, WID_SIMPLE_REF); in ScSimpleRefDlgWrapper()
242 if (!pWindow) in ScSimpleRefDlgWrapper()
264 if(pWindow!=NULL) in GetRefString()
266 aResult=((ScSimpleRefDlg*)pWindow)->GetRefString(); in GetRefString()
278 if(pWindow!=NULL) in SetRefString()
280 ((ScSimpleRefDlg*)pWindow)->SetRefString(rStr); in SetRefString()
286 if(pWindow!=NULL) in SetCloseHdl()
[all …]
H A Dnotemark.cxx48 pWindow( pWin ), in ScNoteMarker()
62 Size aSizePixel = pWindow->GetOutputSizePixel(); in ScNoteMarker()
68 aVisRect = pWindow->PixelToLogic( aVisPixel, aMapMode ); in ScNoteMarker()
120 void lcl_DrawWin( SdrObject* pObject, Window* pWindow, const MapMode& rMap ) in lcl_DrawWin() argument
122 MapMode aOld = pWindow->GetMapMode(); in lcl_DrawWin()
123 pWindow->SetMapMode( rMap ); in lcl_DrawWin()
125 sal_uLong nOldDrawMode = pWindow->GetDrawMode(); in lcl_DrawWin()
128 pWindow->SetDrawMode( nOldDrawMode | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | in lcl_DrawWin()
132 pObject->SingleObjectPainter( *pWindow ); // #110094#-17 in lcl_DrawWin()
134 pWindow->SetDrawMode( nOldDrawMode ); in lcl_DrawWin()
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx134 void AquaA11yFocusTracker::toolbox_open_floater(Window *pWindow) in toolbox_open_floater() argument
139 while ( pWindow != NULL ) { in toolbox_open_floater()
140 if ( pWindow->GetType() == WINDOW_TOOLBOX ) { in toolbox_open_floater()
142 } else if ( pWindow->GetType() == WINDOW_FLOATINGWINDOW ) { in toolbox_open_floater()
144 pFloatingWindow = pWindow; in toolbox_open_floater()
146 pWindow = pWindow->GetParent(); in toolbox_open_floater()
169 void AquaA11yFocusTracker::toolbox_highlight_on(Window *pWindow) in toolbox_highlight_on() argument
172 if ( ! pWindow->HasFocus() ) in toolbox_highlight_on()
174 ToolBox* pToolBoxParent = dynamic_cast< ToolBox * >( pWindow->GetParent() ); in toolbox_highlight_on()
179 notify_toolbox_item_focus(static_cast <ToolBox *> (pWindow)); in toolbox_highlight_on()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx246 SharedSdWindow pWindow (mrSlideSorter.GetContentWindow()); in GetPageIndexAtPoint() local
247 if (pWindow) in GetPageIndexAtPoint()
249 nIndex = mpLayouter->GetIndexAtPoint(pWindow->PixelToLogic(rWindowPosition), false, false); in GetPageIndexAtPoint()
390 SharedSdWindow pWindow (mrSlideSorter.GetContentWindow()); in Rearrange() local
391 if ( ! pWindow) in Rearrange()
393 const Size aWindowSize (pWindow->GetSizePixel()); in Rearrange()
424 ::Window* pWindow = mrSlideSorter.GetContentWindow().get(); in UpdateOrientation()
426 while (pWindow!=NULL && pDockingWindow==NULL) in UpdateOrientation()
428 pDockingWindow = dynamic_cast<PaneDockingWindow*>(pWindow); in UpdateOrientation()
429 pWindow = pWindow->GetParent(); in UpdateOrientation()
[all …]
/trunk/main/toolkit/source/helper/
H A Dunowrapper.cxx47 …m::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > CreateXWindow( Window* pWindow ) in CreateXWindow() argument
49 switch ( pWindow->GetType() ) in CreateXWindow()
160 …om::sun::star::awt::XWindowPeer> UnoWrapper::GetWindowInterface( Window* pWindow, sal_Bool bCreate… in GetWindowInterface() argument
162 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xPeer = pWindow->GetWindowPe… in GetWindowInterface()
165 xPeer = CreateXWindow( pWindow ); in GetWindowInterface()
166 SetWindowInterface( pWindow, xPeer ); in GetWindowInterface()
171 void UnoWrapper::SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun:… in SetWindowInterface() argument
178 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xPeer = pWindow->GetWindowPe… in SetWindowInterface()
186 pVCLXWindow->SetWindow( pWindow ); in SetWindowInterface()
187 pWindow->SetWindowPeer( xIFace, pVCLXWindow ); in SetWindowInterface()
[all …]
/trunk/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx119 ::Window* pWindow = NULL; in createWindow()
122 pWindow = new WorkWindow(pParentWindow, WB_SYSTEMCHILDWINDOW); in createWindow()
126 pWindow = new ::Window(pParentWindow); in createWindow()
128 Reference<awt::XWindow> xWindow (pWindow->GetComponentInterface(), UNO_QUERY); in createWindow()
138 if (pWindow != NULL) in createWindow()
140 pWindow->Show(bInitiallyVisible); in createWindow()
142 pWindow->SetMapMode(MAP_PIXEL); in createWindow()
143 pWindow->SetBackground(); in createWindow()
146 pWindow->SetParentClipMode(PARENTCLIPMODE_NOCLIP); in createWindow()
147 pWindow->SetPaintTransparent(sal_True); in createWindow()
[all …]
/trunk/main/toolkit/inc/toolkit/helper/
H A Dunowrapper.hxx59 …ference< ::com::sun::star::awt::XWindowPeer> GetWindowInterface( Window* pWindow, sal_Bool bCreate…
60 …virtual void SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference<…
62 void WindowDestroyed( Window* pWindow );
63 void WindowEvent_Move( Window* pWindow );
64 void WindowEvent_Resize( Window* pWindow );
65 void WindowEvent_Show( Window* pWindow, sal_Bool bShow );
66 void WindowEvent_Close( Window* pWindow );
67 void WindowEvent_Minimize( Window* pWindow );
68 void WindowEvent_Normalize( Window* pWindow );
69 void WindowEvent_Activate( Window* pWindow, sal_Bool bActivated );
[all …]
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx88 static void ImplPosSizeWindow( Window* pWindow, in ImplPosSizeWindow() argument
95 pWindow->SetPosSizePixel( nX, nY, nWidth, nHeight ); in ImplPosSizeWindow()
117 Window* pWindow; in ImplTile() local
143 pWindow = (Window*)mpWinList->First(); in ImplTile()
171 ImplPosSizeWindow( pWindow, nX, nY, nTempWidth, nTempHeight ); in ImplTile()
174 pWindow = (Window*)mpWinList->Next(); in ImplTile()
175 if ( !pWindow ) in ImplTile()
182 if ( !pWindow ) in ImplTile()
199 Window* pWindow; in ImplHorz() local
205 pWindow = (Window*)mpWinList->First(); in ImplHorz()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx131 SharedSdWindow pWindow (mrSlideSorter.GetContentWindow()); in SlideSorterController() local
132 OSL_ASSERT(pWindow); in SlideSorterController()
133 if (pWindow) in SlideSorterController()
136 ::Window* pParentWindow = pWindow->GetParent(); in SlideSorterController()
142 pWindow->SetBackground(Wallpaper()); in SlideSorterController()
143 pWindow->SetCenterAllowed(false); in SlideSorterController()
144 pWindow->SetMapMode(MapMode(MAP_PIXEL)); in SlideSorterController()
145 pWindow->SetViewSize(mrView.GetModelArea().GetSize()); in SlideSorterController()
319 ::Window* pWindow) in Paint() argument
327 mrView.CompleteRedraw(pWindow, Region(rBBox), 0); in Paint()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx152 AssistentDlgImpl( ::Window* pWindow, const Link& rFinishLink, sal_Bool bAutoPilot );
365 AssistentDlgImpl::AssistentDlgImpl( ::Window* pWindow, const Link& rFinishLink, sal_Bool bAutoPilot… in AssistentDlgImpl() argument
375 maPreviewFlag(pWindow,SdResId(CB_PREVIEW)), in AssistentDlgImpl()
376 maStartWithFlag(pWindow,SdResId(CB_STARTWITH)), in AssistentDlgImpl()
377 maHelpButton(pWindow,SdResId(BUT_HELP)), in AssistentDlgImpl()
378 maCancelButton(pWindow,SdResId(BUT_CANCEL)), in AssistentDlgImpl()
379 maLastPageButton(pWindow,SdResId(BUT_LAST)), in AssistentDlgImpl()
380 maNextPageButton(pWindow,SdResId(BUT_NEXT)), in AssistentDlgImpl()
381 maFinishButton(pWindow,SdResId(BUT_FINISH)), in AssistentDlgImpl()
382 maPreview(pWindow,SdResId(CT_PREVIEW)), in AssistentDlgImpl()
[all …]
/trunk/main/sd/source/ui/framework/factories/
H A DPane.cxx45 ::Window* pWindow) in Pane() argument
49 mpWindow(pWindow), in Pane()
50 mxWindow(VCLUnoHelper::GetInterface(pWindow)) in Pane()
84 void Pane::SetWindow (::Window* pWindow) in SetWindow() argument
86 OSL_TRACE("setting Pane::mpWindow to %x", pWindow); in SetWindow()
87 mpWindow = pWindow; in SetWindow()
129 const ::Window* pWindow = GetWindow(); in isVisible() local
130 if (pWindow != NULL) in isVisible()
131 return pWindow->IsVisible(); in isVisible()
144 ::Window* pWindow = GetWindow(); in setVisible()
[all …]
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx125 static Window* GetTopMostParentSystemWindow( Window* pWindow ) in GetTopMostParentSystemWindow() argument
127 OSL_ASSERT( pWindow ); in GetTopMostParentSystemWindow()
128 if ( pWindow ) in GetTopMostParentSystemWindow()
132 pWindow = pWindow->GetParent(); in GetTopMostParentSystemWindow()
134 while ( pWindow ) in GetTopMostParentSystemWindow()
136 if ( pWindow->IsSystemWindow() ) in GetTopMostParentSystemWindow()
137 pTopMostSysWin = (SystemWindow*)pWindow; in GetTopMostParentSystemWindow()
138 pWindow = pWindow->GetParent(); in GetTopMostParentSystemWindow()
140 pWindow = pTopMostSysWin; in GetTopMostParentSystemWindow()
141 OSL_ASSERT( pWindow ); in GetTopMostParentSystemWindow()
[all …]
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx190 Window* pWindow = NULL; in GetWindow() local
195 pWindow = VCLUnoHelper::GetWindow( xControl->getPeer() ); in GetWindow()
198 return pWindow; in GetWindow()
524 Window* pWindow = GetWindow(); in getForeground() local
525 if ( pWindow ) in getForeground()
527 if ( pWindow->IsControlForeground() ) in getForeground()
528 nColor = pWindow->GetControlForeground().GetColor(); in getForeground()
532 if ( pWindow->IsControlFont() ) in getForeground()
533 aFont = pWindow->GetControlFont(); in getForeground()
535 aFont = pWindow->GetFont(); in getForeground()
[all …]

12345678910>>...25