Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx1108 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplRemoveWindow()
1112 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1119 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplRemoveWindow()
1123 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplRemoveWindow()
3563 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplToBottomChild()
3566 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplToBottomChild()
3567 mpWindowImpl->mpPrev = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in ImplToBottomChild()
3658 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplToTop()
3660 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplToTop()
4816 delete mpWindowImpl; mpWindowImpl = NULL; in ~Window()
[all …]
H A Dwindow2.cxx102 if ( pThisWindow->mpWindowImpl->mpOverlapWindow != pTestWindow->mpWindowImpl->mpOverlapWindow ) in ImplIsWindowInFront()
166 if ( !mpWindowImpl->mbFrame ) in ImplSaveOverlapBackground()
256 mpWindowImpl->mpFrameData->mpFirstBackWin = mpWindowImpl->mpOverlapData->mpNextBackWin; in ImplDeleteOverlapBackground()
1118 aSz.Width() += mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder; in CalcWindowSize()
1119 aSz.Height() += mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder; in CalcWindowSize()
1130 aSz.Width() -= mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder; in CalcOutputSize()
1131 aSz.Height() -= mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder; in CalcOutputSize()
1460 return mpWindowImpl->maUniqId.getLength() ? mpWindowImpl->maUniqId : mpWindowImpl->maHelpId; in GetUniqueOrHelpId()
1597 mpWindowImpl->mnLockCount++; in IncrementLockCount()
1602 mpWindowImpl->mnLockCount--; in DecrementLockCount()
[all …]
H A Dsyswin.cxx245 if ( pWindow->mpWindowImpl->mbOverlapWin && !pWindow->mpWindowImpl->mbFrame ) in SetZLevel()
255 pWindow->mpWindowImpl->mpPrev->mpWindowImpl->mpNext = pWindow->mpWindowImpl->mpNext; in SetZLevel()
257 …pWindow->mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpFirstOverlap = pWindow->mpWindowImpl->mpNe… in SetZLevel()
258 pWindow->mpWindowImpl->mpNext->mpWindowImpl->mpPrev = pWindow->mpWindowImpl->mpPrev; in SetZLevel()
261 …pWindow->mpWindowImpl->mpPrev = pWindow->mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpLastOverla… in SetZLevel()
262 pWindow->mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpLastOverlap = pWindow; in SetZLevel()
263 pWindow->mpWindowImpl->mpPrev->mpWindowImpl->mpNext = pWindow; in SetZLevel()
334 if ( pWindow->mpWindowImpl->mbOverlapWin && !pWindow->mpWindowImpl->mbFrame ) in EnableSaveBackground()
450 if ( mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame ) in SetMinOutputSizePixel()
453 else if ( mpWindowImpl->mbFrame ) in SetMinOutputSizePixel()
[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()
86 pImpl = mpWindowImpl->mpExtImpl; in ImplGetExtWindowImpl()
93 if( mpWindowImpl && mpWindowImpl->mpExtImpl ) in ImplExtResize()
164 pChild = pChild->mpWindowImpl->mpNext; in findWindow()
[all …]
H A Ddlgctrl.cxx504 else if ( mpWindowImpl->mbPushButton ) in ImplControlFocus()
666 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrl()
878 … if ( mpWindowImpl->mpDlgCtrlDownWindow && (mpWindowImpl->mpDlgCtrlDownWindow != pButtonWindow) ) in ImplDlgCtrl()
889 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrl()
1019 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrlFocusChanged()
1136 if ( mpWindowImpl->mpAccessibleInfos && mpWindowImpl->mpAccessibleInfos->pLabelForWindow ) in GetAccessibleRelationLabelFor()
1149 if ( mpWindowImpl->mpRealParent ) in GetAccessibleRelationLabelFor()
1158 if( ! pWindow && mpWindowImpl->mpRealParent ) in GetAccessibleRelationLabelFor()
1225 if ( mpWindowImpl->mpAccessibleInfos && mpWindowImpl->mpAccessibleInfos->pLabeledByWindow ) in GetAccessibleRelationLabeledBy()
1231 if ( mpWindowImpl->mpRealParent ) in GetAccessibleRelationLabeledBy()
[all …]
H A Ddialog.cxx250 mpWindowImpl->mbDialog = sal_True; in ImplInitDialogData()
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()
353 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
354 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
355 mpWindowImpl->mpRealParent = pParent; in ImplInit()
[all …]
H A Ddockmgr.cxx594 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()
1315 GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in IMPL_LINK()
1316 GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in IMPL_LINK()
1447 … GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in SetFloatingMode()
[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()
274 mpWindowImpl->mpFrame->SetWindowState( &aState ); in ImplSetFrameState()
[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()
858 mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
859 mpWindowImpl->mnLeftBorder = 0; in SetFloatingMode()
860 mpWindowImpl->mnTopBorder = 0; in SetFloatingMode()
861 mpWindowImpl->mnRightBorder = 0; in SetFloatingMode()
862 mpWindowImpl->mnBottomBorder = 0; in SetFloatingMode()
874 mpWindowImpl->mpBorderWindow = pWin; in SetFloatingMode()
876 mpWindowImpl->mpRealParent = pRealParent; in SetFloatingMode()
912 mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
916 …mpOldBorderWin)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->m… 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()
1856 mpWindowImpl->mbFrame = 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()
2063 …aSize.Width()-pClientWindow->mpWindowImpl->mnLeftBorder-pClientWindow->mpWindowImpl->mnRightBorder, in Resize()
2064 …aSize.Height()-pClientWindow->mpWindowImpl->mnTopBorder-pClientWindow->mpWindowImpl->mnBottomBorde… in Resize()
2118 else if ( mpWindowImpl->mbFrame ) in InitView()
2161 GetBorder( pClientWindow->mpWindowImpl->mnLeftBorder, pClientWindow->mpWindowImpl->mnTopBorder, in UpdateView()
[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()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx838 pSysWin = pSysWin->mpWindowImpl->mpNextOverlap; in NotifyAllWindows()
1260 return pWindow->mpWindowImpl->mpFrameData->mpNextFrame; in GetNextTopLevelWindow()
1274 pWin = pWin->mpWindowImpl->mpFrameData->mpNextFrame; in GetTopWindowCount()
1295 pWin = pWin->mpWindowImpl->mpFrameData->mpNextFrame; in GetTopWindow()
1309 pWin = pWin->mpWindowImpl->mpParent; in GetActiveTopWindow()
1596 while( pWin->mpWindowImpl && pWin->mpWindowImpl->mpParent ) in GetDefDialogParent()
1597 pWin = pWin->mpWindowImpl->mpParent; in GetDefDialogParent()
1602 if( !pWin->mpWindowImpl ) in GetDefDialogParent()
1630 pWin->mpWindowImpl->mbReallyVisible && in GetDefDialogParent()
1634 while( pWin->mpWindowImpl->mpParent ) in GetDefDialogParent()
[all …]
/trunk/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()
/trunk/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 …]
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx386 WindowImpl* mpWindowImpl; member in Window
486 SAL_DLLPRIVATE WindowImpl* ImplGetWindowImpl() const { return mpWindowImpl; } in ImplGetWindowImpl()

Completed in 345 milliseconds