Lines Matching refs:ScViewForwarder
56 class ScViewForwarder : public SvxViewForwarder class
62 … ScViewForwarder(ScTabViewShell* pViewShell, ScSplitPos eSplitPos, const ScAddress& rCell);
63 virtual ~ScViewForwarder();
73 ScViewForwarder::ScViewForwarder(ScTabViewShell* pViewShell, ScSplitPos eSplitPos, const ScAddress&… in ScViewForwarder() function in ScViewForwarder
81 ScViewForwarder::~ScViewForwarder() in ~ScViewForwarder()
85 sal_Bool ScViewForwarder::IsValid() const in IsValid()
90 Rectangle ScViewForwarder::GetVisArea() const in GetVisArea()
118 Point ScViewForwarder::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel()
133 Point ScViewForwarder::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const in PixelToLogic()
148 void ScViewForwarder::SetInvalid() in SetInvalid()
1016 mpViewForwarder = new ScViewForwarder(mpViewShell, meSplitPos, aCellPos); in GetViewForwarder()