summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-13 01:49:11 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-13 01:49:11 -0500
commit685f41cee0d727c26e78edf438175a295d435349 (patch)
tree6167ae1ae533792bd27ed9f27f861eaa348c4355 /sc/inc/dpobject.hxx
parentAligned names. (diff)
downloadcore-685f41cee0d727c26e78edf438175a295d435349.tar.gz
core-685f41cee0d727c26e78edf438175a295d435349.zip
Ditto
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 46579491c9c4..95ebbd375b75 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -272,9 +272,9 @@ private:
DataCachesType maDPDataCaches;
public:
- ScDPCollection(ScDocument* pDocument);
- ScDPCollection(const ScDPCollection& r);
- ~ScDPCollection();
+ ScDPCollection(ScDocument* pDocument);
+ ScDPCollection(const ScDPCollection& r);
+ ~ScDPCollection();
SC_DLLPUBLIC size_t GetCount() const;
SC_DLLPUBLIC ScDPObject* operator[](size_t nIndex);
@@ -282,12 +282,12 @@ public:
const ScDPObject* GetByName(const String& rName) const;
- void DeleteOnTab( SCTAB nTab );
- void UpdateReference( UpdateRefMode eUpdateRefMode,
- const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
+ void DeleteOnTab( SCTAB nTab );
+ void UpdateReference( UpdateRefMode eUpdateRefMode,
+ const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
- bool RefsEqual( const ScDPCollection& r ) const;
- void WriteRefsTo( ScDPCollection& r ) const;
+ bool RefsEqual( const ScDPCollection& r ) const;
+ void WriteRefsTo( ScDPCollection& r ) const;
/**
* Create a new name that's not yet used by any existing data pilot