Home
last modified time | relevance | path

Searched refs:GetWin (Results 1 – 25 of 51) sorted by relevance

123

/AOO41X/main/sw/source/core/view/
H A Dviewsh.cxx116 mpPrePostOutDev = (GetWin() ? GetWin() : GetOut()); in DLPrePaint2()
168 if ( !GetWin() || IsPreView() ) in ImplEndAction()
223 GetWin()->Update(); in ImplEndAction()
343 if ( GetWin() ) in ImplEndAction()
345 Window& rWindow = *(GetWin()); in ImplEndAction()
432 if ( GetWin() && GetWin()->IsVisible() ) in ImplLockPaint()
433 GetWin()->EnablePaint( sal_False ); //Auch die Controls abklemmen. in ImplLockPaint()
441 if ( GetWin() && GetWin()->IsVisible() ) in ImplUnlockPaint()
453 GetWin()->EnablePaint( sal_True ); in ImplUnlockPaint()
454 GetWin()->Validate(); in ImplUnlockPaint()
[all …]
H A Dvnew.cxx76 if( GetWin() && 100 != pOpt->GetZoom() ) in Init()
121 if( GetWin() ) in Init()
123 pOpt->Init( GetWin() ); in Init()
124 GetWin()->SetFillColor(); in Init()
125 GetWin()->SetBackground(); in Init()
126 GetWin()->SetLineColor(); in Init()
339 if( pDoc && GetWin() ) in ~ViewShell()
H A Dpagepreviewlayout.cxx1054 if ( !mrParentViewShell.GetWin() && in Paint()
1222 if ( !mrParentViewShell.GetWin() && in Repaint()
1258 mrParentViewShell.GetWin()->Invalidate( aInvalidPrevwRect ); in Repaint()
1281 const StyleSettings& rSettings = mrParentViewShell.GetWin()->GetSettings().GetStyleSettings(); in _PaintSelectMarkAtPage()
1346 mrParentViewShell.GetWin()->Invalidate( pOutputDev->PixelToLogic( aInvalPxRect ) ); in MarkNewSelectedPage()
1350 mrParentViewShell.GetWin()->Invalidate( pOutputDev->PixelToLogic( aInvalPxRect ) ); in MarkNewSelectedPage()
1354 mrParentViewShell.GetWin()->Invalidate( pOutputDev->PixelToLogic( aInvalPxRect ) ); in MarkNewSelectedPage()
1358 mrParentViewShell.GetWin()->Invalidate( pOutputDev->PixelToLogic( aInvalPxRect ) ); in MarkNewSelectedPage()
H A Dvprint.cxx148 if ( pSh->GetWin() ) in Repaint()
152 pSh->GetWin()->Invalidate(); in Repaint()
153 pSh->GetWin()->Update(); in Repaint()
197 ASSERT( !pSh->GetWin(), "Drucken mit Window?" ); in SetSwVisArea()
H A Dviewimp.cxx329 OutputDevice* pOutDevForDrawView = GetShell()->GetWin(); in MakeDrawView()
380 if ( rSh.GetWin() ) in GetRetoucheColor()
411 Window *pWin = GetShell()->GetWin(); in UpdateAccessible()
/AOO41X/main/sw/source/core/doc/
H A Dnotxtfrm.cxx276 if ( pSh->GetWin() && !pSh->IsPreView() ) in Paint()
291 !pSh->GetWin() ) in Paint()
311 !pSh->GetWin() ) && in Paint()
320 if ( HasAnimation() && pSh->GetWin() ) in Paint()
335 if( pSh->GetWin() ) in Paint()
702 if( pSh->GetWin() ) in Modify()
707 pSh->GetWin()->Invalidate( Frm().SVRect() ); in Modify()
762 if( pSh->GetWin() ) in Modify()
769 pSh->GetWin()->Invalidate( aRect.SVRect() ); in Modify()
944 … if ( !linkMgr.urlIsVendor( aUrl ) && linkMgr.GetUserAllowsLinkUpdate( pShell->GetWin() ) ) { in PaintPicture()
[all …]
/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx825 if( pGlobalShell->GetWin() && in PaintLines()
857 if( pGlobalShell->GetWin() && in PaintLines()
943 if( pGlobalShell->GetWin() && in PaintSubsidiary()
1880 if ( pGlobalShell->GetWin() && in DrawGraphic()
2241 if( pGlobalShell->GetWin() && in PaintLines()
2324 if ( IS_SUBS_TABLE && pGlobalShell->GetWin() ) in PaintLines()
2360 if( pGlobalShell->GetWin() ) in PaintLines()
2770 if ( pSh->GetWin() ) in Paint()
2772 if ( pSh->GetOut() == pSh->GetWin() && !pSh->GetWin()->IsVisible() ) in Paint()
2790 if( !pSh->GetWin() ) in Paint()
[all …]
H A Dvirtoutp.cxx190 bOn = bOn && !nCount && rRect.HasArea() && pShell->GetWin(); in Enter()
208 ASSERT( !pSh->GetWin()->IsReallyVisible() || in Enter()
209 aTmpRect.GetWidth() <= pSh->GetWin()->GetOutputSizePixel().Width() + 2, in Enter()
H A Dlayact.cxx2378 Window *pWin = pImp->GetShell()->GetWin(); in ShowIdle()
2597 if ( bIndicator && pImp->GetShell()->GetWin() ) in SwLayIdle()
2610 aRect = pImp->GetShell()->GetWin()->PixelToLogic( aRect ); in SwLayIdle()
2611 pImp->GetShell()->GetWin()->Invalidate( aRect ); in SwLayIdle()
/AOO41X/main/sw/source/core/crsr/
H A Dviscrs.cxx191 Window* pWin = GetShell()->GetWin(); in Paint()
317 pCShell->GetWin()->SetCursor( &aTxtCrsr ); in SwVisCrsr()
340 pCrsrShell->GetWin()->SetCursor( 0 ); in ~SwVisCrsr()
397 if ( !pCrsrShell->GetWin() ) //SwFrmFmt::GetGraphic setzt das Win temp aus! in Timeout()
507 aTxtCrsr.SetWindow( bIsDragCrsr ? pCrsrShell->GetWin() : 0 ); in _SetPosAndShow()
743 const OutputDevice* pOut = rSh.GetWin(); in Get1PixelInLogic()
H A Dcrsrsh.cxx258 if( GetWin() ) in EndAction()
260 GetWin()->Push(); in EndAction()
261 GetWin()->ChangePen( Pen( Color( COL_YELLOW ))); in EndAction()
265 GetWin()->DrawRect( aIRect.SVRect() ); in EndAction()
267 GetWin()->Pop(); in EndAction()
/AOO41X/main/sw/source/core/access/
H A Daccmap.cxx245 maInfo.SetWindow( pMap->GetShell()->GetWin() ); in SwAccessibleShapeMap_Impl()
1483 Window *pWin = GetShell()->GetWin(); in DoInvalidateShapeSelection()
3279 Window *pWin = GetShell()->GetWin(); in LogicToPixel()
3297 if( GetShell()->GetWin() ) in LogicToPixel()
3302 aSize = GetShell()->GetWin()->LogicToPixel( aSize, aMapMode ); in LogicToPixel()
3311 Window *pWin = GetShell()->GetWin(); in PixelToLogic()
3330 if( GetShell()->GetWin() ) in PixelToLogic()
3335 aSize = GetShell()->GetWin()->PixelToLogic( rSize, aMapMode ); in PixelToLogic()
3509 if( GetShell()->GetWin() ) in PixelToCore()
3514 aPoint = GetShell()->GetWin()->PixelToLogic( rPoint, aMapMode ); in PixelToCore()
[all …]
H A Daccdoc.cxx91 mxParent( _pMap->GetShell()->GetWin()->GetAccessibleParentWindow()->GetAccessible() ), in SwAccessibleDocumentBase()
383 Window *pWin = pInitMap->GetShell()->GetWin(); in SwAccessibleDocument()
400 Window *pWin = GetMap() ? GetMap()->GetShell()->GetWin() : 0; in ~SwAccessibleDocument()
409 Window *pWin = GetMap() ? GetMap()->GetShell()->GetWin() : 0; in Dispose()
/AOO41X/main/sw/source/core/edit/
H A Dedredln.cxx74 if ( pSh->GetWin() ) in lcl_InvalidateAll()
75 pSh->GetWin()->Invalidate(); in lcl_InvalidateAll()
H A Dedws.cxx145 if ( pSh->GetWin() ) in CalcLayout()
146 pSh->GetWin()->Invalidate(); in CalcLayout()
/AOO41X/main/sw/source/core/text/
H A Dfrmpaint.cxx118 : aClip( pVwSh->GetWin() || pFrm->IsUndersized() ? pVwSh->GetOut() : 0 ), in SwExtraPainter()
487 else if( pSh->GetWin() ) in PaintEmpty()
700 const sal_Bool bOnWin = pSh->GetWin() != 0; in Paint()
H A Datrstck.cxx265 if ( pShell->GetWin() && in lcl_ChgHyperLinkColor()
755 if( (mpShell && !mpShell->GetWin()) || in FontChg()
840 if( mpShell && mpShell->GetWin()) in FontChg()
H A Dtxtdrop.cxx829 if( rInf.GetVsh() && rInf.GetVsh()->GetWin() ) in CalcFontSize()
830 pWin = rInf.GetVsh()->GetWin(); in CalcFontSize()
/AOO41X/main/sw/source/core/txtnode/
H A Dfntcache.cxx415 const bool bBrowse = ( pSh->GetWin() && in GetFontLeading()
457 if( !rSh.GetWin() || in CreateScrFont()
551 OutputDevice *pWin = rSh.GetWin() ? in GuessLeading()
552 rSh.GetWin() : in GuessLeading()
851 OutputDevice* pWin = rInf.GetShell()->GetWin(); in DrawText()
2638 sal_Bool bPrt = GetShell() && ! GetShell()->GetWin(); in ApplyAutoColor()
2699 if( GetShell() && GetShell()->GetWin() ) in ApplyAutoColor()
/AOO41X/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx205 GetWin()->Update(); in StartInputFldDlg()
225 GetWin()->Update(); in StartDropDownFldDlg()
/AOO41X/main/sw/source/ui/app/
H A Dswmodul1.cxx664 if ( bSmartTags && pViewShell && pViewShell->GetWin() ) in CheckSpellChanges()
665 pViewShell->GetWin()->Invalidate(); in CheckSpellChanges()
/AOO41X/main/sw/source/filter/html/
H A Dhtmlforw.cxx727 ASSERT( pDrawView && pVSh->GetWin(), "no DrawView or window!" ); in GetControlSize()
728 if ( pDrawView && pVSh->GetWin() ) in GetControlSize()
729 xControl = pFormObj->GetUnoControl( *pDrawView, *pVSh->GetWin() ); in GetControlSize()
/AOO41X/main/sw/source/core/frmedt/
H A Dfecopy.cxx1247 else if( GetWin() ) in GetDrawObjGraphic()
1256 MapMode aTmp( GetWin()->GetMapMode() ); in GetDrawObjGraphic()
1280 VirtualDevice aVirtDev( *GetWin() ); in GetDrawObjGraphic()
/AOO41X/main/starmath/source/
H A Daccessibility.hxx104 SmGraphicWindow * GetWin() { return pWin; } in GetWin() function in SmGraphicAccessible
360 SmEditWindow * GetWin() { return pWin; } in GetWin() function in SmEditAccessible
/AOO41X/main/editeng/inc/editeng/
H A Dsplwrap.hxx119 inline Window* GetWin() { return pWin; } in GetWin() function in SvxSpellWrapper

123