Searched defs:PagePosToLogic (Results 1 – 1 of 1) sorted by relevance
235 void PagePosToLogic(Point& rPnt) const { rPnt+=aPgOrg; } in PagePosToLogic() function in SdrPageView236 void PagePosToLogic(Rectangle& rRect) const { rRect.Move(aPgOrg.X(),aPgOrg.Y()); } in PagePosToLogic() function in SdrPageView
Completed in 10 milliseconds