summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/srcview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/srcview.hxx')
-rw-r--r--sw/source/ui/inc/srcview.hxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/sw/source/ui/inc/srcview.hxx b/sw/source/ui/inc/srcview.hxx
index 1e99efb2f895..b4d6d55a7b91 100644
--- a/sw/source/ui/inc/srcview.hxx
+++ b/sw/source/ui/inc/srcview.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
@@ -41,20 +41,20 @@ class SfxMedium;
class SwSrcView: public SfxViewShell
{
- SwSrcEditWindow aEditWin;
+ SwSrcEditWindow aEditWin;
- SvxSearchItem* pSearchItem;
+ SvxSearchItem* pSearchItem;
- BOOL bSourceSaved :1;
+ BOOL bSourceSaved :1;
rtl_TextEncoding eLoadEncoding;
void Init();
// fuer Readonly-Umschaltung
- virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
+ virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
protected:
- USHORT StartSearchAndReplace(const SvxSearchItem& rItem,
+ USHORT StartSearchAndReplace(const SvxSearchItem& rItem,
BOOL bFromStart,
BOOL bApi,
BOOL bRecursive = FALSE);
@@ -71,30 +71,30 @@ public:
~SwSrcView();
- SwDocShell* GetDocShell();
+ SwDocShell* GetDocShell();
SwSrcEditWindow& GetEditWin() {return aEditWin;}
- void SaveContent(const String& rTmpFile);
- void SaveContentTo(SfxMedium& rMed);
+ void SaveContent(const String& rTmpFile);
+ void SaveContentTo(SfxMedium& rMed);
- BOOL IsModified() {return aEditWin.IsModified();}
+ BOOL IsModified() {return aEditWin.IsModified();}
- void Execute(SfxRequest&);
- void GetState(SfxItemSet&);
+ void Execute(SfxRequest&);
+ void GetState(SfxItemSet&);
- SvxSearchItem* GetSearchItem();
- void SetSearchItem( const SvxSearchItem& rItem );
+ SvxSearchItem* GetSearchItem();
+ void SetSearchItem( const SvxSearchItem& rItem );
- void Load(SwDocShell* pDocShell);
+ void Load(SwDocShell* pDocShell);
virtual USHORT SetPrinter( SfxPrinter* pNew, USHORT nDiff = SFX_PRINTER_ALL, bool bIsAPI=false );
virtual SfxPrinter* GetPrinter( BOOL bCreate = FALSE );
-
+
sal_Int32 PrintSource( OutputDevice *pOutDev, sal_Int32 nPage, bool bCalcNumPagesOnly );
- void SourceSaved() {bSourceSaved = TRUE;}
- BOOL HasSourceSaved() const {return bSourceSaved;}
+ void SourceSaved() {bSourceSaved = TRUE;}
+ BOOL HasSourceSaved() const {return bSourceSaved;}
};