Lines Matching refs:GetWindow

536                         QueryBox aBox( &GetWindow(), SfxResId(MSG_QUERY_OPENASTEMPLATE) );  in ExecReload_Impl()
624 QueryBox aBox( &GetWindow(), SfxResId(MSG_QUERY_LASTVERSION) ); in ExecReload_Impl()
817 QueryBox aBox( &GetWindow(), SfxResId(MSG_QUERY_OPENASTEMPLATE) ); in ExecReload_Impl()
1134 if ( GetWindow().HasChildPathFocus( sal_True ) ) in ReleaseObjectShell_Impl()
1137 GetWindow().GrabFocus(); in ReleaseObjectShell_Impl()
1284 if ( GetViewShell() && GetWindow().IsVisible() ) in InvalidateBorderImpl()
1299 GetWindow().GetOutputSizePixel() ); in InvalidateBorderImpl()
1316 Size aSize = pVSh->GetWindow()->GetOutputSizePixel(); in SetBorderPixelImpl()
1322 Size aOldSize = GetWindow().GetOutputSizePixel(); in SetBorderPixelImpl()
1323 GetWindow().SetOutputSizePixel( aSize ); in SetBorderPixelImpl()
1324 Window* pParent = &GetWindow(); in SetBorderPixelImpl()
1336 Rectangle aEditArea( aPoint, GetWindow().GetOutputSizePixel() ); in SetBorderPixelImpl()
1341 pVSh->GetWindow()->SetPosSizePixel( aEditArea.TopLeft(), aEditArea.GetSize() ); in SetBorderPixelImpl()
1562 pImp->pWindow = new SfxFrameViewWindow_Impl( this, rFrame.GetWindow() ); in SfxViewFrame()
1563 pImp->pWindow->SetSizePixel( rFrame.GetWindow().GetOutputSizePixel() ); in SfxViewFrame()
1779 if( pSh && pSh->GetWindow() && !nAdjustPosPixelLock ) in DoAdjustPosSizePixel()
1862 Window *pWindow = pSh->GetWindow(); in DoAdjustPosSize()
1893 Window *pWindow = &GetFrame().GetTopFrame().GetWindow(); in Enable()
1954 if ( &GetWindow() == &GetFrame().GetWindow() || !GetFrame().HasComponent() ) in Show()
1955 GetWindow().Show(); in Show()
1956 GetFrame().GetWindow().Show(); in Show()
1980 GetWindow().Hide(); in Hide()
2027 Window* pWindow = VCLUnoHelper::GetWindow(xContainerWindow); in MakeActive_Impl()
2430 if ( GetWindow().IsReallyVisible() ) in SwitchToViewShell_Impl()
2431 DoAdjustPosSizePixel( pNewSh, Point(), GetWindow().GetOutputSizePixel() ); in SwitchToViewShell_Impl()
2750 Window& SfxViewFrame::GetWindow() const in GetWindow() function in SfxViewFrame
2752 return pImp->pWindow ? *pImp->pWindow : GetFrame().GetWindow(); in GetWindow()
2781 return pImp->bModal || GetFrame().GetWindow().IsInModalMode(); in IsInModalMode()
2786 Size aSize = GetWindow().GetOutputSizePixel(); in Resize()
2795 Point aPoint = GetWindow().GetPosPixel(); in Resize()