summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-12 23:35:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-13 07:20:18 +0200
commite9b017f533497c3a809d719934e01e4041fa252f (patch)
tree47e50566f0e4691eb51959779fb744d70428d129 /svx/inc
parent9b8b278d5e38b11f9c819f2b6c2bfa478a35b217 (diff)
callcatcher: remove unused Viewport3D:::Foo
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/viewpt3d.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/inc/svx/viewpt3d.hxx b/svx/inc/svx/viewpt3d.hxx
index 41e654dae150..9d4b79133ded 100644
--- a/svx/inc/svx/viewpt3d.hxx
+++ b/svx/inc/svx/viewpt3d.hxx
@@ -94,8 +94,6 @@ class SVX_DLLPUBLIC Viewport3D
void SetVUV(const basegfx::B3DVector& rNewVUV);
void SetPRP(const basegfx::B3DPoint& rNewPRP);
void SetVPD(double fNewVPD);
- void SetNearClipDist(double fNewNCD);
- void SetFarClipDist(double fNewFCD);
const basegfx::B3DPoint& GetVRP() const { return aVRP; }
const basegfx::B3DVector& GetVPN() const { return aVPN; }
@@ -114,20 +112,12 @@ class SVX_DLLPUBLIC Viewport3D
AspectMapType GetAspectMapping() { return eAspectMapping; }
void SetViewWindow(double fX, double fY, double fW, double fH);
- void GetViewWindow(double& rX, double& rY, double& rW, double& rH) const;
void SetDeviceWindow(const Rectangle& rRect);
const Rectangle& GetDeviceWindow() const { return aDeviceRect; }
// Beobachterstandpunkt in Weltkoordinaten zurueckgeben
const basegfx::B3DPoint& GetViewPoint();
-
- // View-Transformationen
- const basegfx::B3DHomMatrix& GetViewTransform();
-
- // Projektion und Mapping
- basegfx::B3DPoint DoProjection(const basegfx::B3DPoint& rVec) const;
- basegfx::B3DPoint MapToDevice(const basegfx::B3DPoint& rVec) const;
};
#endif // _VIEWPT3D_HXX