2001-02-08 14:52:44 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 13:06:54 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2001-02-08 14:52:44 +00:00
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2001-02-08 14:52:44 +00:00
|
|
|
*
|
2008-04-10 13:06:54 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-02-08 14:52:44 +00:00
|
|
|
*
|
2008-04-10 13:06:54 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2001-02-08 14:52:44 +00:00
|
|
|
*
|
2008-04-10 13:06:54 +00:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2001-02-08 14:52:44 +00:00
|
|
|
*
|
2008-04-10 13:06:54 +00:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2001-02-08 14:52:44 +00:00
|
|
|
*
|
2008-04-10 13:06:54 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2001-02-08 14:52:44 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#ifndef _SW_XMLTEXTBLOCKS_HXX
|
|
|
|
#define _SW_XMLTEXTBLOCKS_HXX
|
2004-10-04 18:07:56 +00:00
|
|
|
#include <sfx2/objsh.hxx>
|
2005-01-11 11:19:34 +00:00
|
|
|
#include <sfx2/docfile.hxx>
|
2001-02-08 14:52:44 +00:00
|
|
|
#include <swblocks.hxx>
|
|
|
|
|
|
|
|
class SfxMedium;
|
|
|
|
class SwPaM;
|
|
|
|
class SwDoc;
|
|
|
|
class SvxMacroTableDtor;
|
|
|
|
class SwImpBlocks;
|
|
|
|
|
|
|
|
#define SWXML_CONVBLOCK 0x0001
|
|
|
|
#define SWXML_NOROOTCOMMIT 0x0002
|
|
|
|
|
|
|
|
class SwXMLTextBlocks : public SwImpBlocks
|
|
|
|
{
|
|
|
|
protected:
|
|
|
|
BOOL bAutocorrBlock;
|
|
|
|
BOOL bBlock;
|
2004-10-04 18:07:56 +00:00
|
|
|
SfxObjectShellRef xDocShellRef;
|
2001-02-08 14:52:44 +00:00
|
|
|
USHORT nFlags;
|
|
|
|
String aPackageName;
|
2005-01-11 11:19:34 +00:00
|
|
|
SfxMediumRef xMedium;
|
2001-06-06 08:54:31 +00:00
|
|
|
|
|
|
|
void ReadInfo();
|
|
|
|
void WriteInfo();
|
2004-10-04 18:07:56 +00:00
|
|
|
void InitBlockMode ( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rStorage );
|
2001-06-06 08:54:31 +00:00
|
|
|
void ResetBlockMode();
|
|
|
|
|
2001-02-08 14:52:44 +00:00
|
|
|
public:
|
2004-10-04 18:07:56 +00:00
|
|
|
com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xBlkRoot;
|
|
|
|
com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xRoot;
|
2001-02-08 14:52:44 +00:00
|
|
|
short nCurBlk;
|
2005-01-11 11:19:34 +00:00
|
|
|
SwXMLTextBlocks( const String& rFile );
|
|
|
|
SwXMLTextBlocks( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const String& rFile );
|
2001-02-08 14:52:44 +00:00
|
|
|
void AddName( const String&, const String&, const String&, BOOL bOnlyTxt = FALSE );
|
|
|
|
virtual void AddName( const String&, const String&, BOOL bOnlyTxt = FALSE );
|
|
|
|
void GeneratePackageName ( const String& rShort, String& rPackageName );
|
|
|
|
virtual ~SwXMLTextBlocks();
|
|
|
|
//virtual BOOL IsOld() const;
|
|
|
|
virtual ULONG Delete( USHORT );
|
|
|
|
virtual ULONG Rename( USHORT, const String&, const String& );
|
|
|
|
virtual ULONG CopyBlock( SwImpBlocks& rImp, String& rShort, const String& rLong);
|
2001-04-30 18:59:13 +00:00
|
|
|
virtual void ClearDoc();
|
2001-02-08 14:52:44 +00:00
|
|
|
virtual ULONG GetDoc( USHORT );
|
|
|
|
virtual ULONG BeginPutDoc( const String&, const String& );
|
|
|
|
virtual ULONG PutDoc();
|
|
|
|
virtual ULONG GetText( USHORT, String& );
|
|
|
|
virtual ULONG PutText( const String&, const String&, const String& );
|
|
|
|
virtual ULONG MakeBlockList();
|
|
|
|
|
|
|
|
virtual short GetFileType ( void ) const;
|
|
|
|
virtual ULONG OpenFile( BOOL bReadOnly = TRUE );
|
|
|
|
virtual void CloseFile();
|
|
|
|
|
|
|
|
static BOOL IsFileUCBStorage( const String & rFileName);
|
|
|
|
|
|
|
|
// Methods for the new Autocorrecter
|
|
|
|
ULONG GetText( const String& rShort, String& );
|
|
|
|
|
|
|
|
virtual BOOL IsOnlyTextBlock( const String& rShort ) const;
|
|
|
|
virtual BOOL IsOnlyTextBlock( USHORT nIdx ) const;
|
2001-02-26 12:35:00 +00:00
|
|
|
virtual void SetIsTextOnly( const String& rShort, BOOL bNewValue );
|
|
|
|
virtual void SetIsTextOnly( USHORT nIdx, BOOL bNewValue );
|
2001-02-08 14:52:44 +00:00
|
|
|
|
2001-05-02 11:52:15 +00:00
|
|
|
virtual ULONG GetMacroTable( USHORT, SvxMacroTableDtor& rMacroTbl,
|
|
|
|
sal_Bool bFileAlreadyOpen = sal_False );
|
|
|
|
virtual ULONG SetMacroTable( USHORT nIdx,
|
|
|
|
const SvxMacroTableDtor& rMacroTable,
|
|
|
|
sal_Bool bFileAlreadyOpen = sal_False );
|
2001-02-08 14:52:44 +00:00
|
|
|
virtual BOOL PutMuchEntries( BOOL bOn );
|
|
|
|
|
|
|
|
public:
|
2001-03-19 10:07:07 +00:00
|
|
|
SwDoc* GetDoc() const { return pDoc; }
|
2001-03-19 10:11:42 +00:00
|
|
|
//void SetDoc( SwDoc * pNewDoc);
|
2001-02-08 14:52:44 +00:00
|
|
|
ULONG StartPutBlock( const String& rShort, const String& rPackageName );
|
|
|
|
ULONG PutBlock( SwPaM& rPaM, const String& rLong );
|
|
|
|
ULONG GetBlockText( const String& rShort, String& rText );
|
|
|
|
ULONG PutBlockText( const String& rShort, const String& rName, const String& rText, const String& rPackageName );
|
|
|
|
void MakeBlockText( const String& rText );
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|