Home
last modified time | relevance | path

Searched refs:mpFrame (Results 1 – 25 of 30) sorted by path

12

/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1329 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 Dsdtreelb.hxx150 SfxViewFrame* mpFrame; member in SdPageObjsTLB
211 void SetViewFrame( SfxViewFrame* pViewFrame ) { mpFrame = pViewFrame; } in SetViewFrame()
212 SfxViewFrame* GetViewFrame() const { return mpFrame; } in GetViewFrame()
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx165 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/aqua/source/app/
H A Dsalinst.cxx706 if( aEvent.mpFrame && AquaSalFrame::isAlive( aEvent.mpFrame ) ) in Yield()
708 aEvent.mpFrame->CallCallback( aEvent.mnType, aEvent.mpData ); in Yield()
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx168 mpFrame(NULL), in DragSource()
177 if( mpFrame && AquaSalFrame::isAlive( mpFrame ) ) in ~DragSource()
215 mpFrame = (AquaSalFrame*)[pWin performSelector: @selector(getSalFrame)]; in initialize()
H A DDragSource.hxx120 AquaSalFrame* mpFrame; member in DragSource
H A DDropTarget.cxx153 mpFrame(NULL), in DropTarget()
166 if( AquaSalFrame::isAlive( mpFrame ) ) in ~DropTarget()
408 mpFrame = [(SalFrameView*)mView getSalFrame]; in initialize()
H A DDropTarget.hxx159 AquaSalFrame* mpFrame; member in DropTarget
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx264 : 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()
H A Dsalgdiutils.cxx48 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 Dsalnativewidgets.cxx41 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 …]
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm227 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 Dsalmenu.cxx57 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 Dsalnsmenu.mm170 …if( AquaSalMenu::pCurrentMenuBar->mpFrame && AquaSalFrame::isAlive( AquaSalMenu::pCurrentMenuBar->
173 … AquaSalMenu::pCurrentMenuBar->mpFrame->CallCallback(SALEVENT_MENUBUTTONCOMMAND, &aMenuEvt);
H A Dsalobj.cxx36 mpFrame( pFrame ), in AquaSalObject()
54 [mpFrame->getNSView() addSubview: mpClipView]; in AquaSalObject()
191 mpFrame->VCLToCocoa( aClipViewRect, false ); in setClippedPosSize()
/trunk/main/vcl/inc/aqua/
H A Dsalframeview.h31 AquaSalFrame* mpFrame; field
68 AquaSalFrame* mpFrame; field
H A Dsalgdi.h151 AquaSalFrame* mpFrame; member in AquaSalGraphics
210 AquaSalFrame* getGraphicsFrame() const { return mpFrame; } in getGraphicsFrame()
211 void setGraphicsFrame( AquaSalFrame* pFrame ) { mpFrame = pFrame; } in setGraphicsFrame()
H A Dsalinst.h79 AquaSalFrame* mpFrame; member
84 mpFrame( pFrame ), mpData( pData ), mnType( nType ) in SalUserEvent()
H A Dsalmenu.h96 const AquaSalFrame* mpFrame; // the frame to dispatch the menu events to member in AquaSalMenu
H A Dsalobj.h45 AquaSalFrame* mpFrame; // parent frame member in AquaSalObject
/trunk/main/vcl/inc/
H A Dwindow.h242 SalFrame* mpFrame; member in WindowImpl
/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()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2519 unsigned int nScreenNumber = pWin->ImplGetWindowImpl()->mpFrame->maGeometry.nScreenNumber; in ImplCalcSize()
6139 … aRect = pMenu->mpSalMenu->GetMenuBarButtonRectPixel( nId, ImplGetWindowImpl()->mpFrame ); in GetMenuBarButtonRectPixel()
H A Dsyswin.cxx281 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 Dtoolbox.cxx1278 …x->IsReallyVisible() && pBox->ImplGetWindowImpl()->mpFrame == mpDragBox->ImplGetWindowImpl()->mpFr… in FindToolBox()

Completed in 175 milliseconds

12