Home
last modified time | relevance | path

Searched refs:mpBorderWindow (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dsyswin.cxx243 while ( pWindow->mpWindowImpl->mpBorderWindow ) in SetZLevel()
244 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetZLevel()
277 while ( pWindow->mpWindowImpl->mpBorderWindow ) in SetRepresentedURL()
278 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetRepresentedURL()
303 while ( pWindow->mpWindowImpl->mpBorderWindow ) in SetIcon()
304 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetIcon()
316 while ( pWindow->mpWindowImpl->mpBorderWindow ) in GetZLevel()
317 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in GetZLevel()
332 while ( pWindow->mpWindowImpl->mpBorderWindow ) in EnableSaveBackground()
333 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in EnableSaveBackground()
[all …]
H A Dwindow.cxx162 mpBorderWindow = NULL; // Border-Window in WindowImpl()
748 if ( !mpWindowImpl->mbFrame && !mpWindowImpl->mbBorderWin && !mpWindowImpl->mpBorderWindow in ImplInit()
767 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
768 pParent = mpWindowImpl->mpBorderWindow; in ImplInit()
3099 …if ( mpWindowImpl->mbFrame || (mpWindowImpl->mpBorderWindow && mpWindowImpl->mpBorderWindow->mpWin… in ImplUpdateAll()
3387 if ( mpWindowImpl->mpBorderWindow ) in ImplPosSizeWindow()
3388 mpWindowImpl->maPos = mpWindowImpl->mpBorderWindow->mpWindowImpl->maPos; in ImplPosSizeWindow()
3535 if ( !aRegion.IsEmpty() && !mpWindowImpl->mpBorderWindow ) in ImplPosSizeWindow()
3785 if ( !pFocusWindow->mpWindowImpl->mpBorderWindow ) in ImplFocusToTop()
4690 Window* pBorderWindow = mpWindowImpl->mpBorderWindow; in ~Window()
[all …]
H A Dbrdwin.cxx209 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplInitTitle()
245 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplHitTest()
352 pData->mpBorderWindow->SetPointer( Pointer( ePtrStyle ) ); in ImplMouseMove()
355 pData->mpBorderWindow->Invalidate( pData->maCloseRect ); in ImplMouseMove()
357 pData->mpBorderWindow->Invalidate( pData->maMenuRect ); in ImplMouseMove()
366 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplMouseButtonDown()
486 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplTracking()
800 pData->mpBorderWindow->SetPointer( Pointer( POINTER_MOVE ) ); in ImplTracking()
953 if ( pData->mpBorderWindow->mbRollUp ) in ImplRequestHelp()
994 aHelpStr = pData->mpBorderWindow->GetText(); in ImplRequestHelp()
[all …]
H A Ddockmgr.cxx1261 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in StartPopupMode()
1276 GetWindow()->mpWindowImpl->mpBorderWindow = pWin; in StartPopupMode()
1310 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in IMPL_LINK()
1319 GetWindow()->mpWindowImpl->mpBorderWindow = mpOldBorderWin; in IMPL_LINK()
1388 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
1401 GetWindow()->mpWindowImpl->mpBorderWindow = pWin; in SetFloatingMode()
1442 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
1451 GetWindow()->mpWindowImpl->mpBorderWindow = mpOldBorderWin; in SetFloatingMode()
H A Ddockwin.cxx850 mpOldBorderWin = mpWindowImpl->mpBorderWindow; in SetFloatingMode()
858 mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
874 mpWindowImpl->mpBorderWindow = pWin; in SetFloatingMode()
912 mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
919 mpWindowImpl->mpBorderWindow = mpOldBorderWin; in SetFloatingMode()
H A Dfloatwin.cxx125 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
639 if ( (mnTitle != nTitle) && mpWindowImpl->mpBorderWindow ) in SetTitleType()
650 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetTitleType( nTitleStyle, aOutSize ); in SetTitleType()
651 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindow… in SetTitleType()
H A Ddialog.cxx336 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
354 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
391 while ( pWindow->mpWindowImpl->mpBorderWindow ) in ImplCenterDialog()
392 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in ImplCenterDialog()
H A Dwindow2.cxx313 if ( bBorder && mpWindowImpl->mpBorderWindow ) in SnapShot()
314 aBmp = mpWindowImpl->mpBorderWindow->SnapShot(); in SnapShot()
1495 return mpWindowImpl->mpBorderWindow; in ImplGetBorderWindow()
H A Dwrkwin.cxx71 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
H A Dtoolbox.cxx6259 …n = pItem->mpWindow->ImplGetWindowImpl()->mpBorderWindow ? pItem->mpWindow->ImplGetWindowImpl()->m… in ImplShowFocus()
6275 …n = pItem->mpWindow->ImplGetWindowImpl()->mpBorderWindow ? pItem->mpWindow->ImplGetWindowImpl()->m… in ImplHideFocus()
/AOO41X/main/vcl/inc/
H A Dbrdwin.hxx198 ImplBorderWindow* mpBorderWindow; member
296 ImplBorderWindow* mpBorderWindow; member in ImplSmallBorderWindowView
H A Dwindow.h246 Window* mpBorderWindow; variable