summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accfrmobj.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-28 14:38:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-28 14:38:47 +0000
commita4f9baa4b179882443f3d8f8cf8055435301dca4 (patch)
treebb4b3b6322047d6f13460e5b0e111d8b8a4fbe2d /sw/source/core/access/accfrmobj.hxx
parentb53ce9550a311e754a27ee16c12dfc731237293c (diff)
INTEGRATION: CWS swnewtable (1.14.52); FILE MERGED
2006/11/23 15:58:15 fme 1.14.52.1: #i4032# New table concept
Diffstat (limited to 'sw/source/core/access/accfrmobj.hxx')
-rw-r--r--sw/source/core/access/accfrmobj.hxx21
1 files changed, 3 insertions, 18 deletions
diff --git a/sw/source/core/access/accfrmobj.hxx b/sw/source/core/access/accfrmobj.hxx
index 536d322985db..59bd38e0869a 100644
--- a/sw/source/core/access/accfrmobj.hxx
+++ b/sw/source/core/access/accfrmobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accfrmobj.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:43:49 $
+ * last change: $Author: vg $ $Date: 2007-02-28 15:38:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,10 +38,6 @@
#include <flyfrm.hxx>
#endif
-#ifndef _CELLFRM_HXX
-#include <cellfrm.hxx>
-#endif
-
#ifndef _PAGEFRM_HXX
#include <pagefrm.hxx>
#endif
@@ -82,7 +78,7 @@ public:
inline const SdrObject *GetSdrObject() const;
inline const SwFrm *GetSwFrm() const;
- inline sal_Bool IsAccessible( sal_Bool bPagePreview ) const;
+ sal_Bool IsAccessible( sal_Bool bPagePreview ) const;
sal_Bool IsBoundAsChar() const;
inline sal_Bool IsVisibleChildrenOnly() const;
inline SwRect GetBox() const;
@@ -184,17 +180,6 @@ inline const SwFrm *SwFrmOrObj::GetSwFrm() const
return pFrm;
}
-inline sal_Bool SwFrmOrObj::IsAccessible( sal_Bool bPagePreview ) const
-{
- return ( pFrm && pFrm->IsAccessibleFrm() &&
- ( !pFrm->IsCellFrm() ||
- static_cast<const SwCellFrm *>( pFrm )->GetTabBox()
- ->GetSttNd() != 0 ) &&
- ( bPagePreview || !pFrm->IsPageFrm() ) ) ||
- pObj;
-}
-
-
inline sal_Bool SwFrmOrObj::IsVisibleChildrenOnly() const
{
return !pFrm || pFrm->IsRootFrm() ||