Home
last modified time | relevance | path

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

12

/AOO41X/main/vcl/aqua/source/window/
H A Dsalframeview.mm150 mpFrame = pFrame;
154 …NSWindow* pNSWindow = [super initWithContentRect: aRect styleMask: mpFrame->getStyleMask() backing…
158 …bool bAllowFullScreen = (0 == (mpFrame->mnStyle & (SAL_FRAME_STYLE_DIALOG | SAL_FRAME_STYLE_TOOLTI…
159 bAllowFullScreen &= (0 == (~mpFrame->mnStyle & (SAL_FRAME_STYLE_SIZEABLE)));
160 bAllowFullScreen &= (mpFrame->mpParent == NULL);
179 return mpFrame;
207 if( (mpFrame->mnStyle &
213 if( (mpFrame->mnStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) != 0 )
215 if( mpFrame->mbFullScreen )
217 if( (mpFrame->mnStyle & SAL_FRAME_STYLE_FLOAT_FOCUSABLE) )
[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 Dsalobj.cxx36 mpFrame( pFrame ), in AquaSalObject()
54 [mpFrame->getNSView() addSubview: mpClipView]; in AquaSalObject()
191 mpFrame->VCLToCocoa( aClipViewRect, false ); in setClippedPosSize()
H A Dsalnsmenu.mm170 …if( AquaSalMenu::pCurrentMenuBar->mpFrame && AquaSalFrame::isAlive( AquaSalMenu::pCurrentMenuBar->
173 … AquaSalMenu::pCurrentMenuBar->mpFrame->CallCallback(SALEVENT_MENUBUTTONCOMMAND, &aMenuEvt);
/AOO41X/main/vcl/aqua/source/gdi/
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 …]
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()
/AOO41X/main/vcl/source/window/
H A Dwrkwin.cxx213 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 Dsyswin.cxx281 pWindow->mpWindowImpl->mpFrame->SetRepresentedURL( i_rURL ); in SetRepresentedURL()
307 pWindow->mpWindowImpl->mpFrame->SetIcon( nIcon ); in SetIcon()
451 …mpWindowImpl->mpBorderWindow->mpWindowImpl->mpFrame->SetMinClientSize( rSize.Width(), rSize.Height… in SetMinOutputSizePixel()
454 mpWindowImpl->mpFrame->SetMinClientSize( rSize.Width(), rSize.Height() ); in SetMinOutputSizePixel()
472 …mpWindowImpl->mpBorderWindow->mpWindowImpl->mpFrame->SetMaxClientSize( aSize.Width(), aSize.Height… in SetMaxOutputSizePixel()
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()
[all …]
H A Dwindow.cxx158 mpFrame = NULL; // Pointer to frame window in WindowImpl()
854 pParentFrame = pParent->mpWindowImpl->mpFrame; in ImplInit()
873 mpWindowImpl->mpFrame = pFrame; in ImplInit()
971 mpWindowImpl->mpFrame->GetClientSize( mnOutWidth, mnOutHeight ); in ImplInit()
1028 …DBG_ASSERT( mpWindowImpl->mpFrame != pFrameWindow->mpWindowImpl->mpFrame, "SetFrameParent to own" … in ImplSetFrameParent()
1029 DBG_ASSERT( mpWindowImpl->mpFrame, "no frame" ); in ImplSetFrameParent()
1030 SalFrame* pParentFrame = pParent ? pParent->mpWindowImpl->mpFrame : NULL; in ImplSetFrameParent()
1031 pFrameWindow->mpWindowImpl->mpFrame->SetParent( pParentFrame ); in ImplSetFrameParent()
1049 mpWindowImpl->mpFrame = pFrameParent->mpWindowImpl->mpFrame; in ImplInsertWindow()
1170 if( pParent->mpWindowImpl->mpFrame != mpWindowImpl->mpFrame ) in ImplCallMove()
[all …]
H A Dwinproc.cxx1206 …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()
/AOO41X/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 DDropTarget.cxx153 mpFrame(NULL), in DropTarget()
166 if( AquaSalFrame::isAlive( mpFrame ) ) in ~DropTarget()
408 mpFrame = [(SalFrameView*)mView getSalFrame]; in initialize()
H A DDragSource.hxx120 AquaSalFrame* mpFrame; member in DragSource
H A DDropTarget.hxx159 AquaSalFrame* mpFrame; member in DropTarget
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/vcl/inc/aqua/
H A Dsalgdi.h151 AquaSalFrame* mpFrame;
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 Dsalframeview.h31 AquaSalFrame* mpFrame; variable
68 AquaSalFrame* mpFrame; variable
H A Dsalobj.h45 AquaSalFrame* mpFrame; // parent frame
H A Dsalmenu.h96 const AquaSalFrame* mpFrame; // the frame to dispatch the menu events to variable
/AOO41X/main/sd/source/ui/view/
H A Ddrviews1.cxx165 SfxViewFrame *mpFrame; member in sd::__anona7f8d2710111::LockUI
167 LockUI(SfxViewFrame *pFrame) : mpFrame(pFrame) { Lock(true); } in LockUI()
174 if (!mpFrame) in Lock()
176 mpFrame->Enable( !bLock ); in Lock()
/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()
/AOO41X/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()

12