/trunk/main/vcl/aqua/source/window/ |
H A D | salframeview.mm | 227 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 258 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 270 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 279 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 291 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 304 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 317 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 331 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) 349 if( !mpFrame || !AquaSalFrame::isAlive( mpFrame)) 359 if( !mpFrame || !AquaSalFrame::isAlive( mpFrame)) [all …]
|
H A D | salmenu.cxx | 57 const AquaSalFrame* pFrame = AquaSalMenu::pCurrentMenuBar->mpFrame; 252 mpFrame( NULL ), in AquaSalMenu() 271 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) && mpFrame->mpMenu == this ) in ~AquaSalMenu() 272 const_cast<AquaSalFrame*>(mpFrame)->mpMenu = NULL; in ~AquaSalMenu() 409 while( pMenu && ! pMenu->mpFrame ) in getFrame() 411 return pMenu ? pMenu->mpFrame : NULL; in getFrame() 540 mpFrame = static_cast<const AquaSalFrame*>(pFrame); in SetFrame()
|
H A D | salobj.cxx | 36 mpFrame( pFrame ), in AquaSalObject() 54 [mpFrame->getNSView() addSubview: mpClipView]; in AquaSalObject() 191 mpFrame->VCLToCocoa( aClipViewRect, false ); in setClippedPosSize()
|
H A D | salnsmenu.mm | 170 …if( AquaSalMenu::pCurrentMenuBar->mpFrame && AquaSalFrame::isAlive( AquaSalMenu::pCurrentMenuBar->… 173 … AquaSalMenu::pCurrentMenuBar->mpFrame->CallCallback(SALEVENT_MENUBUTTONCOMMAND, &aMenuEvt);
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdiutils.cxx | 48 mpFrame = pFrame; in SetWindowGraphics() 178 if( mbWindow && mpFrame && mpFrame->getNSWindow() ) in CheckContext() 180 const unsigned int nWidth = mpFrame->maGeometry.nWidth; in CheckContext() 181 const unsigned int nHeight = mpFrame->maGeometry.nHeight; in CheckContext() 201 …NSGraphicsContext* pNSGContext = [NSGraphicsContext graphicsContextWithWindow: mpFrame->getNSWindo… in CheckContext() 242 if( mpFrame ) in RefreshRect() 253 mpFrame->maInvalidRect.Union( aVclRect ); in RefreshRect() 275 if( !mpFrame ) in UpdateWindow() 282 CGMutablePathRef rClip = mpFrame->getClipPath(); in UpdateWindow() 297 DBG_ASSERT( mpFrame->mbInitShow, "UpdateWindow called on uneligible graphics" ); in UpdateWindow()
|
H A D | salnativewidgets.cxx | 41 AquaSalFrame* mpFrame; member in AquaBlinker 45 : mpFrame( pFrame ), maInvalidateRect( rRect ) in AquaBlinker() 47 mpFrame->maBlinkers.push_back( this ); in AquaBlinker() 57 if( AquaSalFrame::isAlive( mpFrame ) && mpFrame->mbShown ) in Timeout() 59 mpFrame->maBlinkers.remove( this ); in Timeout() 60 mpFrame->SendPaintEvent( &maInvalidateRect ); in Timeout() 437 const bool bDrawActive = mpFrame ? ([mpFrame->getNSWindow() isKeyWindow] ? true : false) : true; in getState() 457 const bool bDrawActive = mpFrame ? ([mpFrame->getNSWindow() isKeyWindow] ? true : false) : true; in getTrackState() 647 AquaBlinker::Blink( mpFrame, buttonRect ); in drawNativeControl() 1158 if( rc.origin.y + rc.size.height >= mpFrame->maGeometry.nHeight-3 ) in drawNativeControl() [all …]
|
H A D | salgdi.cxx | 264 : mpFrame( NULL ) in AquaSalGraphics() 331 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in updateResolution() 426 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in GetResolution() 434 if( !rGraphics.mnRealDPIY && rGraphics.mbWindow && rGraphics.mpFrame ) in copyResolution() 435 rGraphics.initResolution( rGraphics.mpFrame->getNSWindow() ); in copyResolution() 1106 …l bSameGraphics = (this == pSrc) || (mbWindow && mpFrame && pSrc->mbWindow && (mpFrame == pSrc->mp… in copyBits() 1770 if( mbWindow && mpFrame ) in GetGraphicsWidth() 1771 w = mpFrame->maGeometry.nWidth; in GetGraphicsWidth()
|
/trunk/main/vcl/source/window/ |
H A D | wrkwin.cxx | 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() 274 mpWindowImpl->mpFrame->SetWindowState( &aState ); in ImplSetFrameState() 309 if( mpWindowImpl->mpFrame->GetWindowState( &aState ) ) in IsMaximized()
|
H A D | window.cxx | 873 mpWindowImpl->mpFrame = pFrame; in ImplInit() 1028 …DBG_ASSERT( mpWindowImpl->mpFrame != pFrameWindow->mpWindowImpl->mpFrame, "SetFrameParent to own" … in ImplSetFrameParent() 1049 mpWindowImpl->mpFrame = pFrameParent->mpWindowImpl->mpFrame; in ImplInsertWindow() 1170 if( pParent->mpWindowImpl->mpFrame != mpWindowImpl->mpFrame ) in ImplCallMove() 3130 mpWindowImpl->mpFrame = pWindow->mpWindowImpl->mpFrame; in ImplUpdateWindowPtr() 3877 (pCaptureWin->mpWindowImpl && pCaptureWin->mpWindowImpl->mpFrame == mpWindowImpl->mpFrame) in IMPL_LINK() 6358 mpWindowImpl->mpFrame->SetParent( pNewParent->mpWindowImpl->mpFrame ); in SetParent() 7797 mpWindowImpl->mpFrame->Sync(); in Sync() 8041 if (mpWindowImpl->mpFrame) in GetPointerState() 8407 return mpWindowImpl->mpFrame ? mpWindowImpl->mpFrame->GetSystemData() : NULL; in GetSystemData() [all …]
|
H A D | syswin.cxx | 281 pWindow->mpWindowImpl->mpFrame->SetRepresentedURL( i_rURL ); in SetRepresentedURL() 307 pWindow->mpWindowImpl->mpFrame->SetIcon( nIcon ); in SetIcon() 454 mpWindowImpl->mpFrame->SetMinClientSize( rSize.Width(), rSize.Height() ); in SetMinOutputSizePixel() 475 mpWindowImpl->mpFrame->SetMaxClientSize( aSize.Width(), aSize.Height() ); in SetMaxOutputSizePixel() 771 SalFrameGeometry g = pWin->mpWindowImpl->mpFrame->GetGeometry(); in SetWindowStateData() 801 mpWindowImpl->mpFrame->SetWindowState( &aState ); in SetWindowStateData() 809 SalFrameGeometry aGeometry = mpWindowImpl->mpFrame->GetGeometry(); in SetWindowStateData() 840 const SalFrameGeometry& rGeom = pWindow->mpWindowImpl->mpFrame->GetGeometry(); in SetWindowStateData() 883 if ( mpWindowImpl->mpFrame->GetWindowState( &aState ) ) in GetWindowStateData() 1070 return mpWindowImpl->mpFrame->maGeometry.nScreenNumber; in GetScreenNumber() [all …]
|
H A D | winproc.cxx | 1206 …GetParent() && (pWindow->ImplGetWindowImpl()->mpFrame != pWindow->GetParent()->ImplGetWindowImpl()… in ImplHandleKey() 2489 SalFrame* pSalFrame = pWindow->ImplGetWindowImpl()->mpFrame; in ImplWindowFrameProc() 2507 pWindow->ImplGetWindowImpl()->mpFrame->GetClientSize( nNewWidth, nNewHeight ); in ImplWindowFrameProc() 2514 SalFrameGeometry g = pWindow->ImplGetWindowImpl()->mpFrame->GetGeometry(); in ImplWindowFrameProc()
|
/trunk/main/vcl/aqua/source/dtrans/ |
H A D | DragSource.cxx | 168 mpFrame(NULL), in DragSource() 177 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) in ~DragSource() 215 mpFrame = (AquaSalFrame*)[pWin performSelector: @selector(getSalFrame)]; in initialize()
|
H A D | DropTarget.cxx | 153 mpFrame(NULL), in DropTarget() 166 if( AquaSalFrame::isAlive( mpFrame ) ) in ~DropTarget() 408 mpFrame = [(SalFrameView*)mView getSalFrame]; in initialize()
|
H A D | DragSource.hxx | 120 AquaSalFrame* mpFrame; member in DragSource
|
H A D | DropTarget.hxx | 159 AquaSalFrame* mpFrame; member in DropTarget
|
/trunk/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 1329 if( mpFrame->HasChildWindow( SID_NAVIGATOR ) ) in StartDrag() 1330 …pNavWin = (SdNavigatorWin*) ( mpFrame->GetChildWindow( SID_NAVIGATOR )->GetContextWindow( SD_MOD()… in StartDrag() 1379 mpDropNavWin = ( mpFrame->HasChildWindow( SID_NAVIGATOR ) ) ? in DoDrag() 1380 (SdNavigatorWin*)( mpFrame->GetChildWindow( SID_NAVIGATOR )->GetContextWindow( SD_MOD() ) ) : in DoDrag() 1476 if( mpFrame->HasChildWindow( SID_NAVIGATOR ) ) in OnDragFinished() 1478 …SdNavigatorWin* pNewNavWin = (SdNavigatorWin*) ( mpFrame->GetChildWindow( SID_NAVIGATOR )->GetCont… in OnDragFinished() 1554 if( mpFrame->HasChildWindow( nId ) ) in ExecuteDrop() 1555 … pNavWin = (SdNavigatorWin*)( mpFrame->GetChildWindow( nId )->GetContextWindow( SD_MOD() ) ); in ExecuteDrop()
|
/trunk/main/sd/source/ui/inc/ |
H A D | sdtreelb.hxx | 150 SfxViewFrame* mpFrame; member in SdPageObjsTLB 211 void SetViewFrame( SfxViewFrame* pViewFrame ) { mpFrame = pViewFrame; } in SetViewFrame() 212 SfxViewFrame* GetViewFrame() const { return mpFrame; } in GetViewFrame()
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 151 AquaSalFrame* mpFrame; member in AquaSalGraphics 210 AquaSalFrame* getGraphicsFrame() const { return mpFrame; } in getGraphicsFrame() 211 void setGraphicsFrame( AquaSalFrame* pFrame ) { mpFrame = pFrame; } in setGraphicsFrame()
|
H A D | salinst.h | 79 AquaSalFrame* mpFrame; member 84 mpFrame( pFrame ), mpData( pData ), mnType( nType ) in SalUserEvent()
|
H A D | salframeview.h | 31 AquaSalFrame* mpFrame; field 68 AquaSalFrame* mpFrame; field
|
H A D | salobj.h | 45 AquaSalFrame* mpFrame; // parent frame member in AquaSalObject
|
H A D | salmenu.h | 96 const AquaSalFrame* mpFrame; // the frame to dispatch the menu events to member in AquaSalMenu
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews1.cxx | 165 SfxViewFrame *mpFrame; member in sd::__anonc0e656410111::LockUI 167 LockUI(SfxViewFrame *pFrame) : mpFrame(pFrame) { Lock(true); } in LockUI() 174 if (!mpFrame) in Lock() 176 mpFrame->Enable( !bLock ); in Lock()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev.cxx | 596 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()
|
/trunk/main/vcl/aqua/source/app/ |
H A D | salinst.cxx | 706 if( aEvent.mpFrame && AquaSalFrame::isAlive( aEvent.mpFrame ) ) in Yield() 708 aEvent.mpFrame->CallCallback( aEvent.mnType, aEvent.mpData ); in Yield()
|