Home
last modified time | relevance | path

Searched refs:mpWindowImpl (Results 1 – 22 of 22) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dwindow.cxx330 Window* pChild = pWindow->mpWindowImpl->mpFirstChild; in ImplDbgCheckWindow()
333 if ( pChild->mpWindowImpl->mpParent != pWindow ) in ImplDbgCheckWindow()
335 pChild = pChild->mpWindowImpl->mpNext; in ImplDbgCheckWindow()
462 if ( aName.Len() && mpWindowImpl->mpFrameData->mpFontList->FindFontFamily( aName ) ) in ImplUpdateGlobalSettings()
472 if ( mpWindowImpl->mpFrameData->mpFontList->FindFontFamily( aFallbackFont ) ) in ImplUpdateGlobalSettings()
720 mpWindowImpl = new WindowImpl( nType ); in ImplInitWindowData()
738 DBG_ASSERT( mpWindowImpl->mbFrame || pParent, "Window::Window(): pParent == NULL" ); in ImplInit()
744 if ( !mpWindowImpl->mbOverlapWin && pParent && (pParent->GetStyle() & WB_3DLOOK) ) in ImplInit()
748 if ( !mpWindowImpl->mbFrame && !mpWindowImpl->mbBorderWin && !mpWindowImpl->mpBorderWindow in ImplInit()
762 mpWindowImpl->mbIsThemingEnabled in ImplInit()
[all …]
H A Dwindow2.cxx85 if ( pTempWindow->mpWindowImpl->mbFrame ) in ImplIsWindowInFront()
87 pTempWindow = pTempWindow->mpWindowImpl->mpOverlapWindow; in ImplIsWindowInFront()
95 if ( pTempWindow->mpWindowImpl->mbFrame ) in ImplIsWindowInFront()
97 pTempWindow = pTempWindow->mpWindowImpl->mpOverlapWindow; in ImplIsWindowInFront()
102 if ( pThisWindow->mpWindowImpl->mpOverlapWindow != pTestWindow->mpWindowImpl->mpOverlapWindow ) in ImplIsWindowInFront()
110 pTempWindow = pTempWindow->mpWindowImpl->mpOverlapWindow; in ImplIsWindowInFront()
112 while ( !pTempWindow->mpWindowImpl->mbFrame ); in ImplIsWindowInFront()
117 pTempWindow = pTempWindow->mpWindowImpl->mpOverlapWindow; in ImplIsWindowInFront()
119 while ( !pTempWindow->mpWindowImpl->mbFrame ); in ImplIsWindowInFront()
125 … if ( pTestWindow->mpWindowImpl->mpOverlapWindow == pThisWindow->mpWindowImpl->mpOverlapWindow ) in ImplIsWindowInFront()
[all …]
H A Dsyswin.cxx75 mpWindowImpl->mbSysWin = sal_True; in SystemWindow()
76 mpWindowImpl->mnActivateMode = ACTIVATE_MODE_GRABFOCUS; in SystemWindow()
193 if ( mpWindowImpl->mxWindowPeer.is() && IsCreatedWithToolkit() ) in Close()
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()
[all …]
H A Dwindow4.cxx58 Window* pChild = mpWindowImpl->mpFirstChild; in ImplDeleteOwnedChildren()
62 pChild = pChild->mpWindowImpl->mpNext; in ImplDeleteOwnedChildren()
72 if( mpWindowImpl ) in ImplFreeExtWindowImpl()
74 delete mpWindowImpl->mpExtImpl; in ImplFreeExtWindowImpl()
75 mpWindowImpl->mpExtImpl = NULL; in ImplFreeExtWindowImpl()
82 if( mpWindowImpl ) in ImplGetExtWindowImpl()
84 if( ! mpWindowImpl->mpExtImpl && ! mpWindowImpl->mbInDtor ) in ImplGetExtWindowImpl()
85 mpWindowImpl->mpExtImpl = new vcl::ExtWindowImpl(); in ImplGetExtWindowImpl()
86 pImpl = mpWindowImpl->mpExtImpl; in ImplGetExtWindowImpl()
93 if( mpWindowImpl && mpWindowImpl->mpExtImpl ) in ImplExtResize()
[all …]
H A Ddlgctrl.cxx504 else if ( mpWindowImpl->mbPushButton ) in ImplControlFocus()
578 pButtonWindow->mpWindowImpl->mbPushButton ) in ImplDlgCtrl()
606 if ( !pTempWindow->mpWindowImpl->mbPushButton ) in ImplDlgCtrl()
637 pSWindow->mpWindowImpl->mnGetFocusFlags = nGetFocusFlags | GETFOCUS_AROUND; in ImplDlgCtrl()
641 pSWindow->mpWindowImpl->mnGetFocusFlags = 0; in ImplDlgCtrl()
661 if ( bKeyInput && mpWindowImpl->mpDlgCtrlDownWindow ) in ImplDlgCtrl()
663 if ( mpWindowImpl->mpDlgCtrlDownWindow != pButtonWindow ) in ImplDlgCtrl()
665 ((PushButton*)mpWindowImpl->mpDlgCtrlDownWindow)->SetPressed( sal_False ); in ImplDlgCtrl()
666 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrl()
770 … pSWindow->mpWindowImpl->mnGetFocusFlags = nGetFocusFlags | GETFOCUS_AROUND; in ImplDlgCtrl()
[all …]
H A Ddialog.cxx250 mpWindowImpl->mbDialog = sal_True; in ImplInitDialogData()
326 …(pParent->mpWindowImpl->mpFrameData->mbNeedSysWindow && !(nSysWinMode & SYSTEMWINDOW_MODE_NOAUTOMO… in ImplInit()
334 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
335 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
336 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
337 mpWindowImpl->mpRealParent = pParent; in ImplInit()
341 mpWindowImpl->mbFrame = sal_True; in ImplInit()
342 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
345 mpWindowImpl->mnStyle = nStyle; in ImplInit()
352 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
[all …]
H A Dwrkwin.cxx69 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
70 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
71 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
189 mpWindowImpl->mpFrameWindow->mpWindowImpl->mbWaitSystemResize = sal_True; in ShowFullScreenMode()
213 mpWindowImpl->mpFrame->SetAlwaysOnTop( sal_True ); in StartPresentationMode()
216 mpWindowImpl->mpFrame->StartPresentation( sal_True ); in StartPresentationMode()
227 mpWindowImpl->mpFrame->StartPresentation( sal_False ); in StartPresentationMode()
229 mpWindowImpl->mpFrame->SetAlwaysOnTop( sal_False ); in StartPresentationMode()
246 mpWindowImpl->mpFrame->GetWindowState(&aState); in IsMinimized()
260 sal_Bool bRet = mpWindowImpl->mpFrame->SetPluginParent( pParent ); in SetPluginParent()
[all …]
H A Ddockmgr.cxx564mpWindowImpl->mbToolbarFloatingWindow = sal_True; // indicate window type, required for accessib… in ImplPopupFloatWin()
594 if( mpWindowImpl->mpClientWindow ) in GetPreferredKeyInputWindow()
595 return mpWindowImpl->mpClientWindow; in GetPreferredKeyInputWindow()
607 mpWindowImpl->mnTopBorder = 1; in ImplSetBorder()
609 mpWindowImpl->mnTopBorder += POPUP_DRAGHEIGHT+2; in ImplSetBorder()
610 mpWindowImpl->mnBottomBorder = 1; in ImplSetBorder()
611 mpWindowImpl->mnLeftBorder = 1; in ImplSetBorder()
612 mpWindowImpl->mnRightBorder = 1; in ImplSetBorder()
1261 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in StartPopupMode()
1262 GetWindow()->mpWindowImpl->mnLeftBorder = 0; in StartPopupMode()
[all …]
H A Dfloatwin.cxx74 mpWindowImpl->mbFloatWin = sal_True; in ImplInit()
88 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
103 mpWindowImpl->mbFrame = sal_True; in ImplInit()
104 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
122 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
123 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
125 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
126 mpWindowImpl->mpRealParent = pParent; in ImplInit()
255 if ( pW->mpWindowImpl->mpRealParent ) in ImplCalcPos()
256 pW = pW->mpWindowImpl->mpRealParent; in ImplCalcPos()
[all …]
H A Ddockwin.cxx345 mpWindowImpl->mbDockWin = sal_True; in ImplInitDockingWindowData()
522 Size aFrameSize = mpWindowImpl->mpFrameWindow->GetOutputSizePixel(); in Tracking()
628 if( ! IsFloatingMode() || ! mpFloatWin->mpWindowImpl->mbFrame ) in Notify()
718 if ( mpWindowImpl->mxWindowPeer.is() && IsCreatedWithToolkit() ) in Close()
849 Window* pRealParent = mpWindowImpl->mpRealParent; in SetFloatingMode()
850 mpOldBorderWin = mpWindowImpl->mpBorderWindow; in SetFloatingMode()
858 mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
859 mpWindowImpl->mnLeftBorder = 0; in SetFloatingMode()
860 mpWindowImpl->mnTopBorder = 0; in SetFloatingMode()
861 mpWindowImpl->mnRightBorder = 0; in SetFloatingMode()
[all …]
H A Dsyschild.cxx121mpWindowImpl->mpSysObj = ImplGetSVData()->mpDefInst->CreateObject( pParent->ImplGetFrame(), pData,… in ImplInitSysChild()
128 mpWindowImpl->mpSysObj->SetCallback( this, ImplSysChildProc ); in ImplInitSysChild()
169 if ( mpWindowImpl->mpSysObj ) in ~SystemChildWindow()
171 ImplGetSVData()->mpDefInst->DestroyObject( mpWindowImpl->mpSysObj ); in ~SystemChildWindow()
172 mpWindowImpl->mpSysObj = NULL; in ~SystemChildWindow()
180 if ( mpWindowImpl->mpSysObj ) in GetSystemData()
181 return mpWindowImpl->mpSysObj->GetSystemData(); in GetSystemData()
190 if ( mpWindowImpl->mpSysObj ) in EnableEraseBackground()
191 mpWindowImpl->mpSysObj->EnableEraseBackground( bEnable ); in EnableEraseBackground()
198 if ( mpWindowImpl->mpSysObj ) in IsEraseBackgroundEnabled()
[all …]
H A Dbrdwin.cxx1843 mpWindowImpl->mbBorderWin = sal_True; in ImplInit()
1849 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
1850 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1855 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
1856 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1861 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
1862 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1871 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
2059 … GetBorder( pClientWindow->mpWindowImpl->mnLeftBorder, pClientWindow->mpWindowImpl->mnTopBorder, in Resize()
2060 … pClientWindow->mpWindowImpl->mnRightBorder, pClientWindow->mpWindowImpl->mnBottomBorder ); in Resize()
[all …]
H A Dmsgbox.cxx284 if ( mpWindowImpl->mbFrame ) in ImplPosControls()
289 nMaxWidth -= mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder+4; in ImplPosControls()
294 nTitleWidth += mpWindowImpl->mnTopBorder; in ImplPosControls()
H A Dcursor.cxx185 … if ( !pWindow || (pWindow->mpWindowImpl->mpCursor != this) || pWindow->mpWindowImpl->mbInPaint in ImplShow()
186 || !pWindow->mpWindowImpl->mpFrameData->mbHasFocus ) in ImplShow()
H A Dmenu.cxx4000 mpWindowImpl->mbMenuFloatingWindow= sal_True; in MenuFloatingWindow()
/AOO41X/main/vcl/source/app/
H A Dsvapp.cxx751 pFrame->mpWindowImpl->mpFrameData->meMapUnit = MAP_PIXEL; in SetSettings()
760 Window* pTempWin = pFrame->mpWindowImpl->mpFrameData->mpFirstOverlap; in SetSettings()
769 pTempWin = pTempWin->mpWindowImpl->mpNextOverlap; in SetSettings()
772 pFrame = pFrame->mpWindowImpl->mpFrameData->mpNextFrame; in SetSettings()
834 Window* pSysWin = pFrame->mpWindowImpl->mpFrameData->mpFirstOverlap; in NotifyAllWindows()
838 pSysWin = pSysWin->mpWindowImpl->mpNextOverlap; in NotifyAllWindows()
841 pFrame = pFrame->mpWindowImpl->mpFrameData->mpNextFrame; in NotifyAllWindows()
1027 if( pData->mpWin && pData->mpWin->mpWindowImpl->mpFrameWindow && pEventData ) in IMPL_STATIC_LINK_NOINSTANCE()
1028 …ImplWindowFrameProc( pData->mpWin->mpWindowImpl->mpFrameWindow, NULL, (sal_uInt16) nEvent, pEventD… in IMPL_STATIC_LINK_NOINSTANCE()
1260 return pWindow->mpWindowImpl->mpFrameData->mpNextFrame; in GetNextTopLevelWindow()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Doutdev.cxx596 mpGraphics = pWindow->mpWindowImpl->mpFrame->GetGraphics(); in ImplGetGraphics()
604 … if ( ((Window*)pReleaseOutDev)->mpWindowImpl->mpFrame == pWindow->mpWindowImpl->mpFrame ) in ImplGetGraphics()
623 mpGraphics = pWindow->mpWindowImpl->mpFrame->GetGraphics(); in ImplGetGraphics()
778 pWindow->mpWindowImpl->mpFrame->ReleaseGraphics( mpGraphics ); in ImplReleaseGraphics()
966 if ( pWindow->mpWindowImpl->mpFrameData->mpFirstBackWin ) in ImplInitClipRegion()
968 if ( pWindow->mpWindowImpl->mbInPaint ) in ImplInitClipRegion()
969 aRegion = *(pWindow->mpWindowImpl->mpPaintRegion); in ImplInitClipRegion()
1124 if ( pWindow->mpWindowImpl->mbInPaint ) in GetActiveClipRegion()
1126 aRegion = *(pWindow->mpWindowImpl->mpPaintRegion); in GetActiveClipRegion()
H A Doutmap.cxx837 if ( ((Window*)this)->mpWindowImpl->mpCursor ) in SetMapMode()
838 ((Window*)this)->mpWindowImpl->mpCursor->ImplNew(); in SetMapMode()
938 if ( ((Window*)this)->mpWindowImpl->mpCursor ) in SetMapMode()
939 ((Window*)this)->mpWindowImpl->mpCursor->ImplNew(); in SetMapMode()
2487 ImplFrameData* pFrameData = mpWindowImpl->mpFrameData; in ImplLogicUnitToPixelX()
2514 ImplFrameData* pFrameData = mpWindowImpl->mpFrameData; in ImplLogicUnitToPixelY()
H A Doutdev3.cxx248 Window* pChild = ((Window*)this)->mpWindowImpl->mpFirstChild; in ImplUpdateFontData()
252 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdateFontData()
269 Window* pSysWin = pFrame->mpWindowImpl->mpFrameData->mpFirstOverlap; in ImplUpdateAllFontData()
273 pSysWin = pSysWin->mpWindowImpl->mpNextOverlap; in ImplUpdateAllFontData()
276 pFrame = pFrame->mpWindowImpl->mpFrameData->mpNextFrame; in ImplUpdateAllFontData()
305 …((OutputDevice*)pFrame)->mpGraphics->GetDevFontList( pFrame->mpWindowImpl->mpFrameData->mpFontList… in ImplUpdateAllFontData()
H A Doutdev2.cxx169 …if ( ((Window*)this)->mpWindowImpl->mpFrameWindow == ((Window*)pSrcDev)->mpWindowImpl->mpFrameWind… in ImplDrawOutDevDirect()
/AOO41X/main/vcl/source/control/
H A Dbutton.cxx772 mpWindowImpl->mbPushButton = sal_True; in ImplInitPushButtonData()
850 mpWindowImpl->mbUseNativeFocus = (GetStyle() & WB_FLATBUTTON) in ImplInitSettings()
2130 mpWindowImpl->mbUseNativeFocus = ImplGetSVData()->maNWFData.mbNoFocusRects; in ImplInitSettings()
2487 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplUncheckAllOther()
2512 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2543 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2556 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplCallClick()
2981 mpWindowImpl->mnStyle |= WB_TABSTOP; in SetState()
2983 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in SetState()
2999 mpWindowImpl->mnStyle |= WB_TABSTOP; in Check()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dwindow.hxx386 WindowImpl* mpWindowImpl; member in Window
486 SAL_DLLPRIVATE WindowImpl* ImplGetWindowImpl() const { return mpWindowImpl; } in ImplGetWindowImpl()