summaryrefslogtreecommitdiff
path: root/sc/inc/stlpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/stlpool.hxx')
-rw-r--r--sc/inc/stlpool.hxx42
1 files changed, 21 insertions, 21 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx
index 3da0a25351ce..fdb24bc2a4ba 100644
--- a/sc/inc/stlpool.hxx
+++ b/sc/inc/stlpool.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,49 +38,49 @@ class ScDocument;
class ScStyleSheetPool : public SfxStyleSheetPool
{
public:
- ScStyleSheetPool( SfxItemPool& rPool,
- ScDocument* pDocument );
+ ScStyleSheetPool( SfxItemPool& rPool,
+ ScDocument* pDocument );
- void SetDocument( ScDocument* pDocument );
- ScDocument* GetDocument() const { return pDoc; }
+ void SetDocument( ScDocument* pDocument );
+ ScDocument* GetDocument() const { return pDoc; }
- virtual void Remove( SfxStyleSheetBase* pStyle );
+ virtual void Remove( SfxStyleSheetBase* pStyle );
- void SetActualStyleSheet ( SfxStyleSheetBase* pActStyleSheet )
+ void SetActualStyleSheet ( SfxStyleSheetBase* pActStyleSheet )
{ pActualStyleSheet = pActStyleSheet; }
- SfxStyleSheetBase* GetActualStyleSheet ()
+ SfxStyleSheetBase* GetActualStyleSheet ()
{ return pActualStyleSheet; }
- void CreateStandardStyles();
- void CopyStdStylesFrom( ScStyleSheetPool* pSrcPool );
+ void CreateStandardStyles();
+ void CopyStdStylesFrom( ScStyleSheetPool* pSrcPool );
- void CopyStyleFrom( ScStyleSheetPool* pSrcPool,
+ void CopyStyleFrom( ScStyleSheetPool* pSrcPool,
const String& rName, SfxStyleFamily eFamily );
- ScStyleSheet* FindCaseIns( const String& rName, SfxStyleFamily eFam );
+ ScStyleSheet* FindCaseIns( const String& rName, SfxStyleFamily eFam );
- const String* GetForceStdName() const { return pForceStdName; }
+ const String* GetForceStdName() const { return pForceStdName; }
virtual SfxStyleSheetBase& Make( const String&, SfxStyleFamily eFam,
USHORT nMask = 0xffff, USHORT nPos = 0xffff );
protected:
- virtual ~ScStyleSheetPool();
+ virtual ~ScStyleSheetPool();
using SfxStyleSheetPool::Create; // calcwarnings: Create(const SfxStyleSheet&) - ever used?
- virtual SfxStyleSheetBase* Create( const String& rName,
- SfxStyleFamily eFamily,
- USHORT nMask);
+ virtual SfxStyleSheetBase* Create( const String& rName,
+ SfxStyleFamily eFamily,
+ USHORT nMask);
virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& rStyle );
private:
- SfxStyleSheetBase* pActualStyleSheet;
- ScDocument* pDoc;
- const String* pForceStdName;
+ SfxStyleSheetBase* pActualStyleSheet;
+ ScDocument* pDoc;
+ const String* pForceStdName;
};
-#endif // SC_STLPOOL_HXX
+#endif // SC_STLPOOL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */