summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawvie3.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 14:30:15 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 14:30:15 +0000
commit934e3c1599db08ae95dbff16507529b2b3967e8c (patch)
tree3a9bf7ab54a02a83529f319190f9f98804ca88e4 /sc/source/ui/view/drawvie3.cxx
parent4e878ba9de0a9d2a09cf95439dad8aed516146d7 (diff)
INTEGRATION: CWS aw013 (1.3.310); FILE MERGED
2004/06/29 13:20:58 aw 1.3.310.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/24 09:30:43 aw 1.3.310.1: #i29181#
Diffstat (limited to 'sc/source/ui/view/drawvie3.cxx')
-rw-r--r--sc/source/ui/view/drawvie3.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/view/drawvie3.cxx b/sc/source/ui/view/drawvie3.cxx
index e3355412f914..17e6baeaefce 100644
--- a/sc/source/ui/view/drawvie3.cxx
+++ b/sc/source/ui/view/drawvie3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawvie3.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 11:59:58 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:30:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,9 +120,9 @@ ScDrawView::ScDrawView( OutputDevice* pOut, ScDocument* pDocument, SCTAB nTable
void ScDrawView::SetAnchor( ScAnchorType eType )
{
SdrObject* pObj = NULL;
- if( HasMarkedObj() )
+ if( AreObjectsMarked() )
{
- const SdrMarkList* pMark = &GetMarkList();
+ const SdrMarkList* pMark = &GetMarkedObjectList();
ULONG nCount = pMark->GetMarkCount();
for( ULONG i=0; i<nCount; i++ )
{
@@ -140,9 +140,9 @@ ScAnchorType ScDrawView::GetAnchor() const
BOOL bPage = FALSE;
BOOL bCell = FALSE;
const SdrObject* pObj = NULL;
- if( HasMarkedObj() )
+ if( AreObjectsMarked() )
{
- const SdrMarkList* pMark = &GetMarkList();
+ const SdrMarkList* pMark = &GetMarkedObjectList();
ULONG nCount = pMark->GetMarkCount();
Point p0;
for( ULONG i=0; i<nCount; i++ )