Home
last modified time | relevance | path

Searched refs:rWin (Results 51 – 75 of 80) sorted by relevance

1234

/dports/games/gnubg/gnubg-1.06.002/
H A Dmatchequity.c1410 float rWin = getME(nScore0, nScore1, nMatchTo, in getGammonPrice() local
1434 float rCenter = (rWin + rLose) / 2.0f; in getGammonPrice()
1444 if (fabsf(rWin - rCenter) > epsilon) { in getGammonPrice()
1450 arGammonPrice[0] = (rWinGammon - rCenter) / (rWin - rCenter) - 1.0f; in getGammonPrice()
1456 arGammonPrice[1] = (rCenter - rLoseGammon) / (rWin - rCenter) - 1.0f; in getGammonPrice()
1458 arGammonPrice[2] = (rWinBG - rCenter) / (rWin - rCenter) - (arGammonPrice[0] + 1.0f); in getGammonPrice()
1459 arGammonPrice[3] = (rCenter - rLoseBG) / (rWin - rCenter) - (arGammonPrice[1] + 1.0f); in getGammonPrice()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dgraphctl.cxx43 rWin.SdrObjChanged( rObj ); in Changed()
47 rWin.SdrObjCreated( rObj ); in Changed()
53 rWin.QueueIdleUpdate(); in Changed()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dgraphctl.cxx38 rWin.SdrObjChanged( rObj ); in Changed()
42 rWin.SdrObjCreated( rObj ); in Changed()
48 rWin.QueueIdleUpdate(); in Changed()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddrawview.hxx69 virtual void MakeVisible( const tools::Rectangle& rRect, vcl::Window& rWin ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddrawview.hxx70 virtual void MakeVisible( const tools::Rectangle& rRect, vcl::Window& rWin ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrawview.cxx529 void DrawView::MakeVisible(const ::tools::Rectangle& rRect, vcl::Window& rWin) in MakeVisible() argument
533 mpDrawViewShell->MakeVisible(rRect, rWin); in MakeVisible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrawview.cxx524 void DrawView::MakeVisible(const ::tools::Rectangle& rRect, vcl::Window& rWin) in MakeVisible() argument
528 mpDrawViewShell->MakeVisible(rRect, rWin); in MakeVisible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswdtflvr.hxx188 void RemoveDDELinkFormat( const vcl::Window& rWin );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswdtflvr.hxx190 void RemoveDDELinkFormat(vcl::Window& rWin);
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/scanner/
H A Dgrid.cxx65 bool isHit(OutputDevice const & rWin, const Point& rPos) in isHit()
67 const Point aOffset(rWin.PixelToLogic(Point(mnOffX, mnOffY))); in isHit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/scanner/
H A Dgrid.cxx65 bool isHit(OutputDevice const & rWin, const Point& rPos) in isHit()
67 const Point aOffset(rWin.PixelToLogic(Point(mnOffX, mnOffY))); in isHit()
/dports/biology/ncbi-toolkit/ncbi/ddv/
H A Dddvpanel.c808 RecT rWin, rButton; in DDV_SetupWin() local
815 ObjectRect(w,&rWin); in DDV_SetupWin()
816 width= rWin.right-rWin.left; in DDV_SetupWin()
823 height= rWin.bottom - rWin.top - rButton.bottom - gap; in DDV_SetupWin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dview.cxx901 SmGraphicWindow &rWin = GetGraphicWindow(); in OuterResizePixel() local
902 rWin.SetPosSizePixel(rOfs, rSize); in OuterResizePixel()
904 rWin.ZoomToFitInWindow(); in OuterResizePixel()
905 rWin.Update(); in OuterResizePixel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx80 SwEditWin& rWin = GetView().GetEditWin(); in SwDrawBaseShell() local
82 rWin.SetBezierMode(SID_BEZIER_MOVE); in SwDrawBaseShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DDrawViewShell.hxx261 void MakeVisible(const ::tools::Rectangle& rRect, vcl::Window& rWin);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DDrawViewShell.hxx264 void MakeVisible(const ::tools::Rectangle& rRect, vcl::Window& rWin);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx73 SwEditWin& rWin = GetView().GetEditWin(); in SwDrawBaseShell() local
75 rWin.SetBezierMode(SID_BEZIER_MOVE); in SwDrawBaseShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A Dedtwin.cxx5697 vcl::Window& rWin = rSh.GetView().GetEditWin(); in Command() local
5703 rWin.SetCompositionCharRect( &aRect, 1, bVertical ); in Command()
5717 rWin.SetCompositionCharRect( aRects.get(), nSize, bVertical ); in Command()
6041 vcl::Window& rWin = rSh.GetView().GetEditWin(); in Start() local
6044 Point aPt( rWin.OutputToScreenPixel( rWin.LogicToPixel( in Start()
6047 nTipId = Help::ShowPopover(&rWin, tools::Rectangle( aPt, Size( 1, 1 )), in Start()
6065 LanguageType eInputLanguage = rWin.GetInputLanguage(); in Start()
6083 vcl::Window& rWin = rSh.GetView().GetEditWin(); in Stop() local
6084 Help::HidePopover(&rWin, nTipId); in Stop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A Dedtwin.cxx5557 vcl::Window& rWin = rSh.GetView().GetEditWin(); in Command() local
5563 rWin.SetCompositionCharRect( &aRect, 1, bVertical ); in Command()
5577 rWin.SetCompositionCharRect( aRects.get(), nSize, bVertical ); in Command()
5901 vcl::Window& rWin = rSh.GetView().GetEditWin(); in Start() local
5904 Point aPt( rWin.OutputToScreenPixel( rWin.LogicToPixel( in Start()
5907 nTipId = Help::ShowPopover(&rWin, tools::Rectangle( aPt, Size( 1, 1 )), in Start()
5925 LanguageType eInputLanguage = rWin.GetInputLanguage(); in Start()
5943 vcl::Window& rWin = rSh.GetView().GetEditWin(); in Stop() local
5944 Help::HidePopover(&rWin, nTipId); in Stop()
/dports/devel/agar/agar-1.5.0/gui/
H A Dwindow.c1277 AG_SizeReq rWin; in AG_WindowSetGeometryRect() local
1292 AG_WidgetSizeReq(win, &rWin); in AG_WindowSetGeometryRect()
1293 nw = (r.w == -1) ? rWin.w : r.w; in AG_WindowSetGeometryRect()
1294 nh = (r.h == -1) ? rWin.h : r.h; in AG_WindowSetGeometryRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Ddrawview.cxx842 void ScDrawView::MakeVisible( const tools::Rectangle& rRect, vcl::Window& rWin ) in MakeVisible() argument
847 if ( pViewData && pViewData->GetActiveWin() == &rWin ) in MakeVisible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Ddrawview.cxx840 void ScDrawView::MakeVisible( const tools::Rectangle& rRect, vcl::Window& rWin ) in MakeVisible() argument
845 if ( pViewData && pViewData->GetActiveWin() == &rWin ) in MakeVisible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dbrwbox.hxx333 …void PaintData(vcl::Window const & rWin, vcl::RenderContext& rRenderContext, const tool…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dbrwbox.hxx412 …void PaintData(vcl::Window const & rWin, vcl::RenderContext& rRenderContext, const tool…
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/
H A Dbrwbox2.cxx1020 void BrowseBox::PaintData( vcl::Window const & rWin, vcl::RenderContext& rRenderContext, const tool… in PaintData() argument
1026 if (mvCols.empty() || !rWin.IsUpdateMode()) in PaintData()

1234