diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-07 16:31:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-07 16:31:13 +0000 |
commit | 36962a2b66dbf50ba5475842f6a66e8087e12d55 (patch) | |
tree | b0a38734e0e2047e16804acfa86b38df88705cb8 /svx/inc | |
parent | f2b0b0288e83087a50aa02498e6acc4a209f782f (diff) |
INTEGRATION: CWS aw028 (1.7.178); FILE MERGED
2005/02/24 21:29:40 aw 1.7.178.1: #i42815#
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdr/contact/objectcontactofpageview.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx b/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx index e5f9aa940e0a..a415c044c2d4 100644 --- a/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx +++ b/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objectcontactofpageview.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-12-13 08:53:53 $ + * last change: $Author: vg $ $Date: 2005-03-07 17:31:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -153,6 +153,10 @@ namespace sdr // getting visible virtual void ObjectGettingPotentiallyVisible(const ViewObjectContact& rVOC) const; + // #i42815# + // Get info if given Rectangle is visible in this view + virtual sal_Bool IsAreaVisible(const Rectangle& rRectangle) const; + // Get info about the need to visualize GluePoints. The default // is that it is not necessary. virtual sal_Bool AreGluePointsVisible() const; |