Home
last modified time | relevance | path

Searched refs:aObjPixel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dchartins.cxx79 Rectangle aObjPixel = pParentWin->LogicToPixel( rLogicChart, pParentWin->GetMapMode() ); in SwGetChartDialogPos() local
80 Rectangle aObjAbs( pParentWin->OutputToAbsoluteScreenPixel( aObjPixel.TopLeft() ), in SwGetChartDialogPos()
81 pParentWin->OutputToAbsoluteScreenPixel( aObjPixel.BottomRight() ) ); in SwGetChartDialogPos()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2055 Rectangle aObjPixel = pWin->LogicToPixel( rLogicChart, aDrawMode ); in GetChartDialogPos() local
2056 Rectangle aObjAbs( pWin->OutputToAbsoluteScreenPixel( aObjPixel.TopLeft() ), in GetChartDialogPos()
2057 pWin->OutputToAbsoluteScreenPixel( aObjPixel.BottomRight() ) ); in GetChartDialogPos()