diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:01:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:01:18 +0000 |
commit | 7cc87b9a7454b4dd5da5f3d25ff494eaf4d27f94 (patch) | |
tree | 9dc5009036622535361d6fb5ac99621028ffc629 /idl/inc/database.hxx | |
parent | bb485f0c05f948953e684f02087f7a3d3779fc7b (diff) |
INTEGRATION: CWS mba30patches01 (1.4.46); FILE MERGED
2008/04/23 09:44:55 mba 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED
2008/03/18 15:40:03 mba 1.4.46.1: #i86353#: remove unused code
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r-- | idl/inc/database.hxx | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 033af6f4659b..4d334bba000c 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: database.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -103,9 +103,6 @@ public: void Load( SvStream & rInStm ); void Save( SvStream & rInStm, UINT32 nContextFlags ); - BOOL IsModified() const; - - SvMetaAttributeMemberList& GetAttrList() { return aAttrList; } SvStringHashTable * GetIdTable() { return pIdTable; } SvMetaTypeMemberList & GetTypeList(); @@ -148,9 +145,6 @@ public: rInStm.Seek( nTokPos ); return bOk; } - BOOL FillTypeList( SvMetaTypeList & rOutList, - SvToken * pNameTok ); - sal_uInt32 GetUniqueId() { return ++nUniqueId; } BOOL FindId( const ByteString & rIdName, ULONG * pVal ); BOOL InsertId( const ByteString & rIdName, ULONG nVal ); @@ -158,10 +152,8 @@ public: SvMetaType * FindType( const ByteString & rName ); static SvMetaType * FindType( const SvMetaType *, SvMetaTypeMemberList & ); - static ByteString * FindName( const ByteString & rName, ByteStringList & ); SvMetaType * ReadKnownType( SvTokenStream & rInStm ); - SvMetaAttribute * FindAttr( SvMetaAttributeMemberList *, SvMetaAttribute * ) const; SvMetaAttribute * ReadKnownAttr( SvTokenStream & rInStm, SvMetaType * pType = NULL ); SvMetaAttribute * SearchKnownAttr( const SvNumberIdentifier& ); @@ -180,14 +172,7 @@ public: BOOL WriteSfx( SvStream & ); BOOL WriteHelpIds( SvStream & ); - BOOL WriteCHeader( SvStream & ); - BOOL WriteCSource( SvStream & ); BOOL WriteSfxItem( SvStream & ); -// BOOL WriteSbx( SvStream & ); - BOOL WriteOdl( SvStream & ); - BOOL WriteSrc( SvStream & ); - BOOL WriteCxx( SvStream & ); - BOOL WriteHxx( SvStream & ); BOOL WriteCSV( SvStream& ); BOOL WriteDocumentation( SvStream& ); }; |