Kaydet (Commit) 11490409 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused UUID and VERSION from .SDI files

Change-Id: Ieb3e47c10c497a6f642f28a6741ac0fd2ecfd419
üst f811edfa
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface BasicIDEView interface BasicIDEView
[
uuid = "D88DF7A2-EE63-11d0-89CA-008029E4B0B1";
]
{ {
} }
...@@ -508,9 +505,6 @@ shell basctl_Shell ...@@ -508,9 +505,6 @@ shell basctl_Shell
} }
interface BasicIDEDocument interface BasicIDEDocument
[
uuid = "D88DF7A1-EE63-11d0-89CA-008029E4B0B1";
]
{ {
} }
......
...@@ -181,21 +181,13 @@ class SvMetaExtern : public SvMetaReference ...@@ -181,21 +181,13 @@ class SvMetaExtern : public SvMetaReference
{ {
SvMetaModule * pModule; // included in which module SvMetaModule * pModule; // included in which module
SvUUId aUUId;
SvVersion aVersion;
bool bReadUUId;
bool bReadVersion;
public: public:
SvMetaExtern(); SvMetaExtern();
SvMetaModule * GetModule() const; SvMetaModule * GetModule() const;
void GetUUId() const;
void SetModule( SvIdlDataBase & rBase ); void SetModule( SvIdlDataBase & rBase );
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override; virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
protected:
virtual void ReadAttributesSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
}; };
class SvMetaExternMemberList : public SvRefMemberList<SvMetaExtern *> {}; class SvMetaExternMemberList : public SvRefMemberList<SvMetaExtern *> {};
......
...@@ -120,24 +120,6 @@ class SvHelpContext : public SvIdentifier ...@@ -120,24 +120,6 @@ class SvHelpContext : public SvIdentifier
{ {
}; };
class SvUUId : public SvGlobalName
{
public:
SvUUId() {}
bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm );
};
class SvVersion
{
sal_uInt16 nMajorVersion;
sal_uInt16 nMinorVersion;
public:
SvVersion() : nMajorVersion( 1 ), nMinorVersion( 0 ) {}
bool ReadSvIdl( SvTokenStream & rInStm );
};
#endif // INCLUDED_IDL_INC_BASTYPE_HXX #endif // INCLUDED_IDL_INC_BASTYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -35,7 +35,6 @@ struct SvGlobalHashNames ...@@ -35,7 +35,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef MM_String; SvStringHashEntryRef MM_String;
SvStringHashEntryRef MM_UCHAR; SvStringHashEntryRef MM_UCHAR;
SvStringHashEntryRef MM_USHORT; SvStringHashEntryRef MM_USHORT;
SvStringHashEntryRef MM_uuid;
SvStringHashEntryRef MM_HelpContext; SvStringHashEntryRef MM_HelpContext;
SvStringHashEntryRef MM_HelpText; SvStringHashEntryRef MM_HelpText;
SvStringHashEntryRef MM_void; SvStringHashEntryRef MM_void;
...@@ -65,7 +64,6 @@ struct SvGlobalHashNames ...@@ -65,7 +64,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef MM_map; SvStringHashEntryRef MM_map;
SvStringHashEntryRef MM_Default; SvStringHashEntryRef MM_Default;
SvStringHashEntryRef MM_HelpFile; SvStringHashEntryRef MM_HelpFile;
SvStringHashEntryRef MM_Version;
SvStringHashEntryRef MM_import; SvStringHashEntryRef MM_import;
SvStringHashEntryRef MM_SlotIdFile; SvStringHashEntryRef MM_SlotIdFile;
SvStringHashEntryRef MM_SvName; SvStringHashEntryRef MM_SvName;
...@@ -89,7 +87,6 @@ struct SvGlobalHashNames ...@@ -89,7 +87,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef MM_Container; SvStringHashEntryRef MM_Container;
SvStringHashEntryRef MM_ImageRotation; SvStringHashEntryRef MM_ImageRotation;
SvStringHashEntryRef MM_ImageReflection; SvStringHashEntryRef MM_ImageReflection;
SvStringHashEntryRef MM_IsCollection;
SvStringHashEntryRef MM_ReadOnlyDoc; SvStringHashEntryRef MM_ReadOnlyDoc;
SvStringHashEntryRef MM_union; SvStringHashEntryRef MM_union;
SvStringHashEntryRef MM_struct; SvStringHashEntryRef MM_struct;
...@@ -130,7 +127,6 @@ HASH_INLINE(interface) ...@@ -130,7 +127,6 @@ HASH_INLINE(interface)
HASH_INLINE(in) HASH_INLINE(in)
HASH_INLINE(out) HASH_INLINE(out)
HASH_INLINE(inout) HASH_INLINE(inout)
HASH_INLINE(uuid)
HASH_INLINE(HelpContext) HASH_INLINE(HelpContext)
HASH_INLINE(HelpText) HASH_INLINE(HelpText)
HASH_INLINE(shell) HASH_INLINE(shell)
...@@ -156,7 +152,6 @@ HASH_INLINE(item) ...@@ -156,7 +152,6 @@ HASH_INLINE(item)
HASH_INLINE(PseudoSlots) HASH_INLINE(PseudoSlots)
HASH_INLINE(Default) HASH_INLINE(Default)
HASH_INLINE(HelpFile) HASH_INLINE(HelpFile)
HASH_INLINE(Version)
HASH_INLINE(import) HASH_INLINE(import)
HASH_INLINE(SlotIdFile) HASH_INLINE(SlotIdFile)
HASH_INLINE(SvName) HASH_INLINE(SvName)
...@@ -181,7 +176,6 @@ HASH_INLINE(SbxObject) ...@@ -181,7 +176,6 @@ HASH_INLINE(SbxObject)
HASH_INLINE(Container) HASH_INLINE(Container)
HASH_INLINE(ImageRotation) HASH_INLINE(ImageRotation)
HASH_INLINE(ImageReflection) HASH_INLINE(ImageReflection)
HASH_INLINE(IsCollection)
HASH_INLINE(ReadOnlyDoc) HASH_INLINE(ReadOnlyDoc)
HASH_INLINE(union) HASH_INLINE(union)
HASH_INLINE(struct) HASH_INLINE(struct)
......
...@@ -38,7 +38,6 @@ class SvMetaModule : public SvMetaExtern ...@@ -38,7 +38,6 @@ class SvMetaModule : public SvMetaExtern
bIsModified : 1; bIsModified : 1;
SvGlobalName aBeginName; SvGlobalName aBeginName;
SvGlobalName aEndName; SvGlobalName aEndName;
SvGlobalName aNextName;
protected: protected:
virtual void ReadAttributesSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override; virtual void ReadAttributesSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override; virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
...@@ -48,7 +47,6 @@ public: ...@@ -48,7 +47,6 @@ public:
SvMetaModule( bool bImported ); SvMetaModule( bool bImported );
bool FillNextName( SvGlobalName * );
bool IsImported() const { return bImported; } bool IsImported() const { return bImported; }
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override; virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
......
...@@ -37,7 +37,6 @@ class SvMetaAttribute : public SvMetaReference ...@@ -37,7 +37,6 @@ class SvMetaAttribute : public SvMetaReference
SvMetaTypeRef aType; SvMetaTypeRef aType;
SvIdentifier aSlotId; SvIdentifier aSlotId;
SvBOOL aExport; SvBOOL aExport;
SvBOOL aIsCollection;
SvBOOL aReadOnlyDoc; SvBOOL aReadOnlyDoc;
SvBOOL aHidden; SvBOOL aHidden;
bool bNewAttr; bool bNewAttr;
...@@ -56,7 +55,6 @@ public: ...@@ -56,7 +55,6 @@ public:
const SvIdentifier & GetSlotId() const; const SvIdentifier & GetSlotId() const;
bool GetExport() const; bool GetExport() const;
bool GetHidden() const; bool GetHidden() const;
bool GetIsCollection() const;
bool GetReadOnlyDoc() const; bool GetReadOnlyDoc() const;
SvMetaType * GetType() const; SvMetaType * GetType() const;
......
...@@ -164,8 +164,6 @@ SvMetaReference::SvMetaReference() ...@@ -164,8 +164,6 @@ SvMetaReference::SvMetaReference()
SvMetaExtern::SvMetaExtern() SvMetaExtern::SvMetaExtern()
: pModule( nullptr ) : pModule( nullptr )
, bReadUUId( false )
, bReadVersion( false )
{ {
} }
...@@ -175,31 +173,14 @@ SvMetaModule * SvMetaExtern::GetModule() const ...@@ -175,31 +173,14 @@ SvMetaModule * SvMetaExtern::GetModule() const
return pModule; return pModule;
} }
void SvMetaExtern::GetUUId() const
{
if( aUUId == SvGlobalName() )
GetModule()->FillNextName( &const_cast<SvMetaExtern *>(this)->aUUId );
}
void SvMetaExtern::SetModule( SvIdlDataBase & rBase ) void SvMetaExtern::SetModule( SvIdlDataBase & rBase )
{ {
pModule = static_cast<SvMetaModule *>(rBase.GetStack().Get( checkSvMetaObject<SvMetaModule> )); pModule = static_cast<SvMetaModule *>(rBase.GetStack().Get( checkSvMetaObject<SvMetaModule> ));
} }
void SvMetaExtern::ReadAttributesSvIdl( SvIdlDataBase & rBase,
SvTokenStream & rInStm )
{
SvMetaReference::ReadAttributesSvIdl( rBase, rInStm );
if( aUUId.ReadSvIdl( rBase, rInStm ) )
bReadUUId = true;
if( aVersion.ReadSvIdl( rInStm ) )
bReadVersion = true;
}
bool SvMetaExtern::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ) bool SvMetaExtern::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm )
{ {
SetModule( rBase ); SetModule( rBase );
GetUUId(); // id gets created
return SvMetaReference::ReadSvIdl( rBase, rInStm ); return SvMetaReference::ReadSvIdl( rBase, rInStm );
} }
......
...@@ -28,36 +28,6 @@ ...@@ -28,36 +28,6 @@
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <tools/stream.hxx> #include <tools/stream.hxx>
static bool ReadRangeSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm,
sal_uLong nMin, sal_uLong nMax, sal_uLong* pValue )
{
sal_uInt32 nTokPos = rInStm.Tell();
SvToken * pTok = rInStm.GetToken_Next();
if( pTok->Is( pName ) )
{
bool bOk = false;
if( rInStm.Read( '=' ) )
{
pTok = rInStm.GetToken_Next();
if( pTok->IsInteger() )
{
sal_uLong n = pTok->GetNumber();
if ( n >= nMin && n <= nMax )
{
*pValue = n;
bOk = true;
}
}
}
if( bOk )
return true;
}
rInStm.Seek( nTokPos );
return false;
}
bool SvBOOL::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm ) bool SvBOOL::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm )
{ {
sal_uInt32 nTokPos = rInStm.Tell(); sal_uInt32 nTokPos = rInStm.Tell();
...@@ -195,55 +165,4 @@ void SvHelpText::ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) ...@@ -195,55 +165,4 @@ void SvHelpText::ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm )
SvString::ReadSvIdl( SvHash_HelpText(), rInStm ); SvString::ReadSvIdl( SvHash_HelpText(), rInStm );
} }
bool SvUUId::ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm )
{
sal_uInt32 nTokPos = rInStm.Tell();
SvToken * pTok = rInStm.GetToken_Next();
if( pTok->Is( SvHash_uuid() ) )
{
bool bOk = true;
bool bBraket = rInStm.Read( '(' );
if( bBraket || rInStm.Read( '=' ) )
{
pTok = &rInStm.GetToken();
if( pTok->IsString() )
{
pTok = rInStm.GetToken_Next();
bOk = MakeId(OStringToOUString(pTok->GetString(), RTL_TEXTENCODING_ASCII_US));
}
if( bOk && bBraket )
bOk = rInStm.Read( ')' );
}
if( bOk )
return true;
}
rInStm.Seek( nTokPos );
return false;
}
bool SvVersion::ReadSvIdl( SvTokenStream & rInStm )
{
sal_uLong n = 0;
sal_uInt32 nTokPos = rInStm.Tell();
if( ReadRangeSvIdl( SvHash_Version(), rInStm, 0 , 0xFFFF, &n ) )
{
nMajorVersion = (sal_uInt16)n;
if( rInStm.Read( '.' ) )
{
SvToken * pTok = rInStm.GetToken_Next();
if( pTok->IsInteger() && pTok->GetNumber() <= 0xFFFF )
{
nMinorVersion = (sal_uInt16)pTok->GetNumber();
return true;
}
}
else
return true;
}
rInStm.Seek( nTokPos );
return false;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -43,19 +43,6 @@ bool SvMetaModule::SetName( const OString& rName, SvIdlDataBase * pBase ) ...@@ -43,19 +43,6 @@ bool SvMetaModule::SetName( const OString& rName, SvIdlDataBase * pBase )
return SvMetaExtern::SetName( rName ); return SvMetaExtern::SetName( rName );
} }
bool SvMetaModule::FillNextName( SvGlobalName * pName )
{
*pName = aNextName;
if( aNextName < aEndName )
{
++aNextName;
bIsModified = true;
return true;
}
return false;
}
void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase, void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase,
SvTokenStream & rInStm ) SvTokenStream & rInStm )
{ {
...@@ -216,8 +203,6 @@ bool SvMetaModule::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ) ...@@ -216,8 +203,6 @@ bool SvMetaModule::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm )
rInStm.ReadDelemiter(); rInStm.ReadDelemiter();
if( bOk ) if( bOk )
{ {
aNextName = aBeginName;
rBase.Push( this ); // onto the context stack rBase.Push( this ); // onto the context stack
if( ReadNameSvIdl( rBase, rInStm ) ) if( ReadNameSvIdl( rBase, rInStm ) )
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
SvMetaAttribute::SvMetaAttribute() SvMetaAttribute::SvMetaAttribute()
: aExport( true, false ) : aExport( true, false )
, aIsCollection ( false, false )
, aReadOnlyDoc ( true, false ) , aReadOnlyDoc ( true, false )
, aHidden( false, false ) , aHidden( false, false )
, bNewAttr( false ) , bNewAttr( false )
...@@ -41,7 +40,6 @@ SvMetaAttribute::SvMetaAttribute() ...@@ -41,7 +40,6 @@ SvMetaAttribute::SvMetaAttribute()
SvMetaAttribute::SvMetaAttribute( SvMetaType * pType ) SvMetaAttribute::SvMetaAttribute( SvMetaType * pType )
: aType( pType ) : aType( pType )
, aExport( true, false ) , aExport( true, false )
, aIsCollection ( false, false)
, aReadOnlyDoc ( true, false) , aReadOnlyDoc ( true, false)
, aHidden( false, false ) , aHidden( false, false )
, bNewAttr( false ) , bNewAttr( false )
...@@ -77,16 +75,6 @@ bool SvMetaAttribute::GetHidden() const ...@@ -77,16 +75,6 @@ bool SvMetaAttribute::GetHidden() const
return static_cast<SvMetaAttribute *>(GetRef())->GetHidden(); return static_cast<SvMetaAttribute *>(GetRef())->GetHidden();
} }
bool SvMetaAttribute::GetIsCollection() const
{
if( aIsCollection.IsSet() || !GetRef() )
{
return aIsCollection;
}
return static_cast<SvMetaSlot *>(GetRef())->GetIsCollection();
}
bool SvMetaAttribute::GetReadOnlyDoc() const bool SvMetaAttribute::GetReadOnlyDoc() const
{ {
if( aReadOnlyDoc.IsSet() || !GetRef() ) return aReadOnlyDoc; if( aReadOnlyDoc.IsSet() || !GetRef() ) return aReadOnlyDoc;
...@@ -170,7 +158,6 @@ void SvMetaAttribute::ReadAttributesSvIdl( SvIdlDataBase & rBase, ...@@ -170,7 +158,6 @@ void SvMetaAttribute::ReadAttributesSvIdl( SvIdlDataBase & rBase,
aSlotId.ReadSvIdl( rBase, SvHash_SlotId(), rInStm ); aSlotId.ReadSvIdl( rBase, SvHash_SlotId(), rInStm );
aExport.ReadSvIdl( SvHash_Export(), rInStm ); aExport.ReadSvIdl( SvHash_Export(), rInStm );
aHidden.ReadSvIdl( SvHash_Hidden(), rInStm ); aHidden.ReadSvIdl( SvHash_Hidden(), rInStm );
aIsCollection.ReadSvIdl( SvHash_IsCollection(), rInStm );
aReadOnlyDoc.ReadSvIdl( SvHash_ReadOnlyDoc(), rInStm ); aReadOnlyDoc.ReadSvIdl( SvHash_ReadOnlyDoc(), rInStm );
} }
......
...@@ -83,7 +83,6 @@ char const * SyntaxStrings[] = { ...@@ -83,7 +83,6 @@ char const * SyntaxStrings[] = {
"\t\tFastCall", "\t\tFastCall",
"\t\tGet, Set", "\t\tGet, Set",
"\t\tGroupId = Identifier", "\t\tGroupId = Identifier",
"\t\tIsCollection",
"\t\tImageRotation", "\t\tImageRotation",
"\t\tImageReflection", "\t\tImageReflection",
"\t\tPseudoPrefix = Identifier", "\t\tPseudoPrefix = Identifier",
......
...@@ -63,7 +63,6 @@ SvGlobalHashNames::SvGlobalHashNames() ...@@ -63,7 +63,6 @@ SvGlobalHashNames::SvGlobalHashNames()
, MM_String( INS( "String" ) ) , MM_String( INS( "String" ) )
, MM_UCHAR( INS( "UCHAR" ) ) , MM_UCHAR( INS( "UCHAR" ) )
, MM_USHORT( INS( "USHORT" ) ) , MM_USHORT( INS( "USHORT" ) )
, MM_uuid( INS( "uuid" ) )
, MM_HelpContext( INS( "HelpContext" ) ) , MM_HelpContext( INS( "HelpContext" ) )
, MM_HelpText( INS( "HelpText" ) ) , MM_HelpText( INS( "HelpText" ) )
, MM_void( INS( "void" ) ) , MM_void( INS( "void" ) )
...@@ -92,7 +91,6 @@ SvGlobalHashNames::SvGlobalHashNames() ...@@ -92,7 +91,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY(map) A_ENTRY(map)
A_ENTRY(Default) A_ENTRY(Default)
A_ENTRY(HelpFile) A_ENTRY(HelpFile)
A_ENTRY(Version)
A_ENTRY(import) A_ENTRY(import)
A_ENTRY(SlotIdFile) A_ENTRY(SlotIdFile)
A_ENTRY(SvName) A_ENTRY(SvName)
...@@ -116,7 +114,6 @@ SvGlobalHashNames::SvGlobalHashNames() ...@@ -116,7 +114,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY(Container) A_ENTRY(Container)
A_ENTRY(ImageRotation) A_ENTRY(ImageRotation)
A_ENTRY(ImageReflection) A_ENTRY(ImageReflection)
A_ENTRY(IsCollection)
A_ENTRY(ReadOnlyDoc) A_ENTRY(ReadOnlyDoc)
A_ENTRY(union) A_ENTRY(union)
A_ENTRY(struct) A_ENTRY(struct)
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface StarCalc interface StarCalc
[
uuid ( "AB3257C0-07D7-11CF-89CB-008029E4B0B1" )
]
{ {
FID_AUTOCOMPLETE [ ExecMethod = Execute; StateMethod = GetState; ] FID_AUTOCOMPLETE [ ExecMethod = Execute; StateMethod = GetState; ]
SID_DETECTIVE_AUTO [ ExecMethod = Execute; StateMethod = GetState; ] SID_DETECTIVE_AUTO [ ExecMethod = Execute; StateMethod = GetState; ]
......
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
interface CellSelection interface CellSelection
[
uuid ( "D7680520-137B-11D3-B25B-006097DA68F3" )
]
{ {
SbxObject Movement SbxObject Movement
[ [
...@@ -242,9 +239,6 @@ interface CellSelection ...@@ -242,9 +239,6 @@ interface CellSelection
interface CellMovement interface CellMovement
[
uuid ( "FF2E35C0-137B-11D3-B25B-006097DA68F3" )
]
{ {
SID_NEXT_TABLE SID_NEXT_TABLE
[ [
...@@ -421,9 +415,6 @@ interface CellMovement ...@@ -421,9 +415,6 @@ interface CellMovement
interface RangeSelection interface RangeSelection
[
uuid ( "0CAB4620-137C-11D3-B25B-006097DA68F3" )
]
{ {
import CellSelection; import CellSelection;
import FormatForSelection; import FormatForSelection;
...@@ -432,9 +423,6 @@ interface RangeSelection ...@@ -432,9 +423,6 @@ interface RangeSelection
} }
interface Cell interface Cell
[
uuid ( "F0645A00-1921-11D3-B25B-006097DA68F3" )
]
{ {
import CellSelection; import CellSelection;
import CellMovement; import CellMovement;
......
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
interface TableSelection interface TableSelection
[
uuid = "BA338A41-064E-11d0-89CB-008029E4B0B1" ;
]
{ {
SID_DELETE_PRINTAREA [ ExecMethod = Execute; StateMethod = GetState; ] SID_DELETE_PRINTAREA [ ExecMethod = Execute; StateMethod = GetState; ]
SID_OPENDLG_EDIT_PRINTAREA [ ExecMethod = Execute; StateMethod = GetState; ] SID_OPENDLG_EDIT_PRINTAREA [ ExecMethod = Execute; StateMethod = GetState; ]
...@@ -59,9 +56,6 @@ interface TableSelection ...@@ -59,9 +56,6 @@ interface TableSelection
interface TableDocument interface TableDocument
[
uuid = "BA338A42-064E-11d0-89CB-008029E4B0B1" ;
]
{ {
SID_OPEN_CALC [ ExecMethod = Execute; StateMethod = GetState; ] SID_OPEN_CALC [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SBA_IMPORT [ ExecMethod = Execute; StateMethod = GetState; ] SID_SBA_IMPORT [ ExecMethod = Execute; StateMethod = GetState; ]
...@@ -77,10 +71,7 @@ interface TableDocument ...@@ -77,10 +71,7 @@ interface TableDocument
SID_PIVOT_GET [ StateMethod = GetSbxState; ] SID_PIVOT_GET [ StateMethod = GetSbxState; ]
SID_SC_ACTIVEOBJECT [ StateMethod = GetDrawObjState; ] SID_SC_ACTIVEOBJECT [ StateMethod = GetDrawObjState; ]
SID_ATTR_YEAR2000 [ StateMethod = GetState; ExecMethod = Execute; ] SID_ATTR_YEAR2000 [ StateMethod = GetState; ExecMethod = Execute; ]
SbxObject OLEObjects SbxObject OLEObjects []
[
IsCollection ;
]
SID_CHART_SOURCE [ ExecMethod = Execute; ] SID_CHART_SOURCE [ ExecMethod = Execute; ]
SID_CHART_ADDSOURCE [ ExecMethod = Execute; ] SID_CHART_ADDSOURCE [ ExecMethod = Execute; ]
FID_AUTO_CALC [ ExecMethod = Execute; StateMethod = GetState; ] FID_AUTO_CALC [ ExecMethod = Execute; StateMethod = GetState; ]
...@@ -106,9 +97,6 @@ interface TableDocument ...@@ -106,9 +97,6 @@ interface TableDocument
shell ScDocShell shell ScDocShell
[
uuid ( "3F543FA0-B6A6-101B-9961-04021C007002" )
]
{ {
import TableDocument; import TableDocument;
} }
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
interface TableFont interface TableFont
[
uuid ( "2E4AC1C0-137C-11D3-B25B-006097DA68F3" )
]
{ {
SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
SID_ATTR_CHAR_PREVIEW_FONT [ ExecMethod = ExecuteAttr; ] SID_ATTR_CHAR_PREVIEW_FONT [ ExecMethod = ExecuteAttr; ]
...@@ -40,9 +37,6 @@ interface TableFont ...@@ -40,9 +37,6 @@ interface TableFont
interface FormatForSelection interface FormatForSelection
[
uuid ( "40F448A0-137C-11D3-B25B-006097DA68F3" )
]
{ {
//Auch das Basic muss wieder laufen //Auch das Basic muss wieder laufen
SbxObject Font SID_PROP_FONT SbxObject Font SID_PROP_FONT
......
...@@ -19,9 +19,6 @@ ...@@ -19,9 +19,6 @@
interface TableOLEObject interface TableOLEObject
[
uuid ( "C04AA960-137B-11D3-B25B-006097DA68F3" )
]
{ {
SID_ACTIVE_OBJ_NAME [ StateMethod = GetObjectState; ] SID_ACTIVE_OBJ_NAME [ StateMethod = GetObjectState; ]
SID_OLE_OBJECT [ StateMethod = GetObjectState; ] SID_OLE_OBJECT [ StateMethod = GetObjectState; ]
...@@ -36,9 +33,6 @@ interface TableOLEObject ...@@ -36,9 +33,6 @@ interface TableOLEObject
interface Tables interface Tables
[
uuid = "5692EFC0-355B-11cf-89CB-008029E4B0B1" ;
]
{ {
FID_TAB_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; ] FID_TAB_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; ]
FID_TAB_DESELECTALL [ ExecMethod = Execute; StateMethod = GetState; ] FID_TAB_DESELECTALL [ ExecMethod = Execute; StateMethod = GetState; ]
...@@ -55,9 +49,6 @@ interface Tables ...@@ -55,9 +49,6 @@ interface Tables
interface BaseSelection interface BaseSelection
[
uuid = "02ABE040-137B-11D3-B25B-006097DA68F3" ;
]
{ {
// Einfuegen von Objekten { // Einfuegen von Objekten {
...@@ -132,9 +123,6 @@ interface BaseSelection ...@@ -132,9 +123,6 @@ interface BaseSelection
} }
interface TableEditView interface TableEditView
[
uuid ( "16D7E4A0-2FB4-11CF-89CB-008029E4B0B1" )
]
{ {
SbxObject SearchSettings SbxObject SearchSettings
[ [
...@@ -230,32 +218,20 @@ interface TableEditView ...@@ -230,32 +218,20 @@ interface TableEditView
interface DataPilotTables interface DataPilotTables
[
uuid ( "86DB0400-4EE6-11d1-89CB-008029E4B0B1" )
]
{ {
} }
interface DataPilotTable interface DataPilotTable
[
uuid ( "E8DBA2C1-4C5E-11d1-89CB-008029E4B0B1" )
]
{ {
SbxObject DataPilotFields SID_PIVOT_FIELDS SbxObject DataPilotFields SID_PIVOT_FIELDS
[ HelpText = "" ; ] [ HelpText = "" ; ]
} }
interface DataPilotFields interface DataPilotFields
[
uuid ( "BA09AF20-4C70-11d1-89CB-008029E4B0B1" )
]
{ {
} }
interface DataPilotField interface DataPilotField
[
uuid ( "D2C2C540-4C8B-11d1-89CB-008029E4B0B1" )
]
{ {
String FieldName SID_PFIELD_NAME String FieldName SID_PFIELD_NAME
[ HelpText = "" ; ] [ HelpText = "" ; ]
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface StarImpress interface StarImpress
[
uuid ( "A1814AE0-07D4-11CF-89CA-008029E4B0B1" )
]
{ {
SID_NEWDOC // ole : ?, status : ? SID_NEWDOC // ole : ?, status : ?
[ [
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface ImpressDocument : DrawDocument interface ImpressDocument : DrawDocument
[
uuid ( "D8E15AE0-2FB4-11CF-89CA-008029E4B0B1" ) ;
]
{ {
} }
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface ImpressEditView : DrawView interface ImpressEditView : DrawView
[
uuid ( "661B07E0-2FB4-11CF-89CA-008029E4B0B1" ) ;
]
{ {
SID_MODIFYPAGE // ole : no, status : play rec SID_MODIFYPAGE // ole : no, status : play rec
[ [
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface GraphicDocument : DrawDocument interface GraphicDocument : DrawDocument
[
uuid ( "D7474100-ACDF-11D0-89CB-008029E4B0B1" ) ; // created at 04.04.97
]
{ {
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface GraphicEditView : DrawView interface GraphicEditView : DrawView
[
uuid ( "95F11180-ACE0-11D0-89CA-008029E4B0B1" ) ;
]
{ {
SID_SEARCH_OPTIONS // ole : ?, status : ? SID_SEARCH_OPTIONS // ole : ?, status : ?
[ [
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface OutlineView interface OutlineView
[
uuid ( "92E2F580-2FB4-11CF-89CA-008029E4B0B1" ) ;
]
{ {
SID_CUT // ole : no, status : ? SID_CUT // ole : no, status : ?
[ [
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface Documents interface Documents
[
uuid = "61753B60-1114-101D-B8ED-3273768855A7" ;
]
{ {
SID_NEWDOC // ole(opt) api(final/play/rec) SID_NEWDOC // ole(opt) api(final/play/rec)
[ [
......
...@@ -35,9 +35,6 @@ StarMath ...@@ -35,9 +35,6 @@ StarMath
include "svx.sdi" include "svx.sdi"
include "smath.sdi" include "smath.sdi"
interface StarMath interface StarMath
[
uuid ( "92B0FD20-2FC1-11CF-89CA-008029E4B0B1" )
]
{ {
SID_CONFIGEVENT //idlpp ole : no , status : no SID_CONFIGEVENT //idlpp ole : no , status : no
[ [
...@@ -51,9 +48,6 @@ shell SmModule ...@@ -51,9 +48,6 @@ shell SmModule
} }
interface FormulaDocument interface FormulaDocument
[
uuid ( "815CBB20-2FC3-11CF-89CA-008029E4B0B1" )
]
{ {
SID_DOCTEMPLATE //idlpp ole : no , status : no SID_DOCTEMPLATE //idlpp ole : no , status : no
[ [
...@@ -147,9 +141,6 @@ shell SmDocShell ...@@ -147,9 +141,6 @@ shell SmDocShell
interface FormulaView interface FormulaView
[
uuid ( "CE1A6C00-2FC3-11CF-89CA-008029E4B0B1" )
]
{ {
SID_FORMULACURSOR SID_FORMULACURSOR
[ [
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface Form interface Form
[
uuid = "F38D29A3-9EDA-11d1-AAF5-00A0248A7FBC"
]
{ {
SID_FM_CONFIG // ole : no, status : ? SID_FM_CONFIG // ole : no, status : ?
[ [
......
...@@ -34,9 +34,6 @@ SlotIdFile( "svxslots.hrc" ) ...@@ -34,9 +34,6 @@ SlotIdFile( "svxslots.hrc" )
include "fmslots.sdi" include "fmslots.sdi"
/* interface SearchSettings: Object /* interface SearchSettings: Object
[
uuid = "19B54420-184C-101D-B8ED-3273768855A7";
]
{ {
SID_SEARCH_ITEM SID_SEARCH_ITEM
[ [
...@@ -46,9 +43,6 @@ SlotIdFile( "svxslots.hrc" ) ...@@ -46,9 +43,6 @@ SlotIdFile( "svxslots.hrc" )
} }
interface Interior : Object interface Interior : Object
[
uuid ( "6CFA4FC0-608E-11cf-89CB-008029E4B0B1" )
]
{ {
SID_ATTR_BRUSH // status(final|play) SID_ATTR_BRUSH // status(final|play)
[ [
...@@ -58,9 +52,6 @@ SlotIdFile( "svxslots.hrc" ) ...@@ -58,9 +52,6 @@ SlotIdFile( "svxslots.hrc" )
} }
interface OLEObjects : Collection interface OLEObjects : Collection
[
uuid = "BA338A43-064E-11d0-89CB-008029E4B0B1" ;
]
{ {
} }
*/ */
......
...@@ -802,7 +802,6 @@ interface BaseTextEditView ...@@ -802,7 +802,6 @@ interface BaseTextEditView
} }
interface GlobalContents interface GlobalContents
[ uuid = "1FD80520-F517-11d0-AC9B-008029E867C6"; ]
{ {
UINT16 Type FN_COLL_TYPE UINT16 Type FN_COLL_TYPE
( (
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface Annotation : _Annotation interface Annotation : _Annotation
[
uuid = "CA0C4280-293D-11D1-89CB-008029E4B0B1"
]
{ {
SID_THESAURUS // api: SID_THESAURUS // api:
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextSelection : BaseTextSelection interface TextSelection : BaseTextSelection
[
uuid = "F23BA0A8-73A0-11d0-89CA-008029E4B0B1"
]
{ {
// Here shall the slots are inserted which are not supported by // Here shall the slots are inserted which are not supported by
// StarWriter/WEB // StarWriter/WEB
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
*/ */
interface TextBezier : TextSelection interface TextBezier : TextSelection
[
uuid = "68EF7EA0-6876-11D0-A887-008029E86826" ]
{ {
SID_DELETE SID_DELETE
[ [
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextDocument : BaseTextDocument interface TextDocument : BaseTextDocument
[
uuid = "0D960120-111C-101D-9757-6E74207A7520"
]
{ {
// Slots, which are not needed in the WebDocShell // Slots, which are not needed in the WebDocShell
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface TextDraw : TextDrawBase interface TextDraw : TextDrawBase
[
uuid = "626DE480-111A-101D-9757-6E74207A7520"
]
{ {
SID_ATTR_LINEEND_STYLE SID_ATTR_LINEEND_STYLE
[ [
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextDrawText interface TextDrawText
[
uuid = "CA0C4280-293D-11D1-89CB-008029E4B0B1"
]
{ {
SID_SELECTALL // api: SID_SELECTALL // api:
[ [
...@@ -634,7 +631,6 @@ interface TextDrawText ...@@ -634,7 +631,6 @@ interface TextDrawText
} }
interface TextDrawFont interface TextDrawFont
[ uuid = "074C35E0-11EF-101D-9757-6E74207A7520"; ]
{ {
SID_ATTR_CHAR_FONT // status() SID_ATTR_CHAR_FONT // status()
[ [
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface TextDrawForm: BaseTextDrawForm interface TextDrawForm: BaseTextDrawForm
[
uuid = "1D396B40-B8CC-11d1-AB80-006097B418C2"
]
{ {
import TextDrawBase; import TextDrawBase;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextFrame : BaseTextFrame interface TextFrame : BaseTextFrame
[
uuid = "564CBAA0-111A-101D-9757-6E74207A7520"
]
{ {
import TextSelection; import TextSelection;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextGraphic : BaseTextGraphic interface TextGraphic : BaseTextGraphic
[
uuid = "1885FE00-111C-101D-9757-6E74207A7520"
]
{ {
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextList : BaseTextList interface TextList : BaseTextList
[
uuid = "509E9100-111A-101D-9757-6E74207A7520"
]
{ {
import TextSelection; import TextSelection;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextMedia : BaseTextMedia interface TextMedia : BaseTextMedia
[
uuid = "54268616-9970-4ad9-8798-280206fc160a"
]
{ {
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextOLEObject : BaseTextOLEObject interface TextOLEObject : BaseTextOLEObject
[
uuid = "B156B300-39FC-101D-9757-C667E8298000"
]
{ {
import TextFrame; import TextFrame;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface TextTable : BaseTextTable interface TextTable : BaseTextTable
[
uuid = "49CE7CA0-111A-101D-9757-6E74207A7520"
]
{ {
// Here should the slots be integrated, which are not supported // Here should the slots be integrated, which are not supported
// in StarWriter/WEB // in StarWriter/WEB
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface Text : BaseText interface Text : BaseText
[
uuid = "1BD56200-111A-101D-9757-6E74207A7520"
]
{ {
FN_INSERT_FRAME_INTERACT // status() FN_INSERT_FRAME_INTERACT // status()
[ [
......
...@@ -17,14 +17,12 @@ ...@@ -17,14 +17,12 @@
*/ */
interface TextInTable interface TextInTable
[ uuid = "63C33940-69D8-101D-9757-C667E8298000" ]
{ {
import Text; import Text;
import TextTable; import TextTable;
} }
interface ListInTable interface ListInTable
[ uuid="7F1A6E20-69D8-101D-9757-C667E8298000" ]
{ {
import Text; import Text;
import TextList; import TextList;
...@@ -32,16 +30,12 @@ interface ListInTable ...@@ -32,16 +30,12 @@ interface ListInTable
} }
interface ListInText interface ListInText
[ uuid = "8A4C07E0-69D8-101D-9757-C667E8298000"]
{ {
import TextList; import TextList;
import Text; import Text;
} }
interface TextEditView : BaseTextEditView interface TextEditView : BaseTextEditView
[
uuid = "09782660-111A-101D-9757-6E74207A7520"
]
{ {
// Slots, which are not needed in the WebDocShell // Slots, which are not needed in the WebDocShell
FN_INSERT_OBJ_CTRL FN_INSERT_OBJ_CTRL
...@@ -211,7 +205,6 @@ shell SwView ...@@ -211,7 +205,6 @@ shell SwView
} }
interface TextPrintPreview interface TextPrintPreview
[ uuid = "1622A480-111A-101D-9757-6E74207A7520" ]
{ {
SID_BROWSER_MODE SID_BROWSER_MODE
[ [
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
interface Bezier : _Bezier interface Bezier : _Bezier
[ uuid = "68EF7EA0-6876-11D0-A887-008029E86826" ]
{ {
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface WebDocument : BaseTextDocument interface WebDocument : BaseTextDocument
[
uuid = "B47F0DE4-1E1F-11d1-89CA-008029E4B0B1"
]
{ {
// here only Slots, which the full Writer doesn't need // here only Slots, which the full Writer doesn't need
SID_SOURCEVIEW SID_SOURCEVIEW
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface WebDrawForm: BaseTextDrawForm interface WebDrawForm: BaseTextDrawForm
[
uuid = "4bac4490-fede-11d1-abff-006097b418c2"
]
{ {
import WebDrawBase; import WebDrawBase;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface WebFrame : BaseTextFrame interface WebFrame : BaseTextFrame
[
uuid = "B47F0DE6-1E1F-11d1-89CA-008029E4B0B1"
]
{ {
import BaseTextSelection; import BaseTextSelection;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface WebGraphic : BaseTextGraphic interface WebGraphic : BaseTextGraphic
[
uuid = "B47F0DEB-1E1F-11d1-89CA-008029E4B0B1"
]
{ {
} }
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface WebList : BaseTextList interface WebList : BaseTextList
[
uuid = "B47F0DE3-1E1F-11d1-89CA-008029E4B0B1"
]
{ {
import TextSelection; import TextSelection;
} }
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface WebOLEObject : BaseTextOLEObject interface WebOLEObject : BaseTextOLEObject
[
uuid = "B47F0DE2-1E1F-11d1-89CA-008029E4B0B1"
]
{ {
import WebFrame; import WebFrame;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface StarWriter interface StarWriter
[
uuid ( "4BF0AA20-E6B9-101C-8A0E-040224007802" )
]
{ {
FN_ENVELOP // status(final|play) FN_ENVELOP // status(final|play)
[ [
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
interface WebTable : BaseTextTable interface WebTable : BaseTextTable
[ uuid = "B47F0DEC-1E1F-11d1-89CA-008029E4B0B1" ]
{ {
import BaseTextSelection; import BaseTextSelection;
} }
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
*/ */
interface WebText : BaseText interface WebText : BaseText
[
uuid = "B47F0DE5-1E1F-11d1-89CA-008029E4B0B1";
]
{ {
FN_INSERT_FRAME_INTERACT_NOCOL FN_INSERT_FRAME_INTERACT_NOCOL
[ [
......
...@@ -17,14 +17,12 @@ ...@@ -17,14 +17,12 @@
*/ */
interface WebTextInTable interface WebTextInTable
[ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ]
{ {
import WebText; import WebText;
import WebTable; import WebTable;
} }
interface WebListInTable interface WebListInTable
[ uuid="B47F0DE8-1E1F-11d1-89CA-008029E4B0B1" ]
{ {
import WebText; import WebText;
import WebList; import WebList;
...@@ -32,16 +30,12 @@ interface WebListInTable ...@@ -32,16 +30,12 @@ interface WebListInTable
} }
interface WebListInText interface WebListInText
[ uuid = "B47F0DE9-1E1F-11d1-89CA-008029E4B0B1"]
{ {
import WebList; import WebList;
import WebText; import WebText;
} }
interface WebEditView : BaseTextEditView interface WebEditView : BaseTextEditView
[
uuid = "B47F0DEA-1E1F-11d1-89CA-008029E4B0B1"
]
{ {
SID_DRAW_TEXT_MARQUEE // status() SID_DRAW_TEXT_MARQUEE // status()
[ [
...@@ -62,7 +56,6 @@ shell SwWebView ...@@ -62,7 +56,6 @@ shell SwWebView
} }
interface WebSourceView interface WebSourceView
[ uuid = "95069CE0-69D8-101D-9757-C667E8298000"]
{ {
SID_TABLE_CELL // status() SID_TABLE_CELL // status()
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment