Home
last modified time | relevance | path

Searched refs:rLogicChart (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dchartins.cxx70 …etChartDialogPos( const Window *pParentWin, const Size& rDialogSize, const Rectangle& rLogicChart ) in SwGetChartDialogPos() argument
79 Rectangle aObjPixel = pParentWin->LogicToPixel( rLogicChart, pParentWin->GetMapMode() ); in SwGetChartDialogPos()
/trunk/main/sw/source/ui/inc/
H A Dchartins.hxx27 …tChartDialogPos( const Window *pParentWin, const Size& rDialogSize, const Rectangle& rLogicChart );
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx337 Point GetChartDialogPos( const Size& rDialogSize, const Rectangle& rLogicChart );
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2037 Point ScTabView::GetChartDialogPos( const Size& rDialogSize, const Rectangle& rLogicChart ) in GetChartDialogPos() argument
2055 Rectangle aObjPixel = pWin->LogicToPixel( rLogicChart, aDrawMode ); in GetChartDialogPos()