summaryrefslogtreecommitdiff
path: root/rsc/source/res/rsctop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rsctop.cxx')
-rw-r--r--rsc/source/res/rsctop.cxx212
1 files changed, 0 insertions, 212 deletions
diff --git a/rsc/source/res/rsctop.cxx b/rsc/source/res/rsctop.cxx
index 7b6ae4c06410..7bb0cf707eff 100644
--- a/rsc/source/res/rsctop.cxx
+++ b/rsc/source/res/rsctop.cxx
@@ -43,10 +43,6 @@
|*
|* RscTop::RscTop()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.06.91
-|* Letzte Aenderung MM 03.06.91
-|*
*************************************************************************/
RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
: RefNode( nId )
@@ -63,10 +59,6 @@ RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
|*
|* RscTop::SetCallPar()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2,
const ByteString & rParType )
@@ -80,10 +72,6 @@ void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2,
|*
|* RscTop::GetDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetDefault()
{
@@ -96,10 +84,6 @@ RSCINST RscTop::GetDefault()
|*
|* RscTop::Pre_dtor()
|*
-|* Beschreibung
-|* Ersterstellung MM 19.06.91
-|* Letzte Aenderung MM 19.06.91
-|*
*************************************************************************/
void RscTop :: Pre_dtor(){
if( aDfltInst.IsInst() ){
@@ -113,10 +97,6 @@ void RscTop :: Pre_dtor(){
|*
|* RscTop::GetConstant()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
Atom RscTop :: GetConstant( sal_uInt32 ){
return InvalidAtom;
@@ -126,10 +106,6 @@ Atom RscTop :: GetConstant( sal_uInt32 ){
|*
|* RscTop::GetIndexType()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RscTop * RscTop::GetTypeClass() const
{
@@ -143,10 +119,6 @@ RscTop * RscTop::GetTypeClass() const
|*
|* RscTop::Size()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
sal_uInt32 RscTop :: Size()
{
@@ -160,10 +132,6 @@ sal_uInt32 RscTop :: Size()
|*
|* RscTop::GetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){
if( pSuperClass )
@@ -176,10 +144,6 @@ ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){
|*
|* RscTop::InHierarchy()
|*
-|* Beschreibung
-|* Ersterstellung MM 17.05.91
-|* Letzte Aenderung MM 17.05.91
-|*
*************************************************************************/
BOOL RscTop::InHierarchy( RscTop * pClass ){
if( this == pClass )
@@ -193,10 +157,6 @@ BOOL RscTop::InHierarchy( RscTop * pClass ){
|*
|* RscTop::SetVariable()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass,
RSCINST * pDflt, RSCVAR nVarType, sal_uInt32 nMask,
@@ -214,10 +174,6 @@ ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass,
|*
|* RscTop::EnumVariable()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.02.93
-|* Letzte Aenderung MM 03.02.93
-|*
*************************************************************************/
void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc )
{
@@ -229,10 +185,6 @@ void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc )
|*
|* RscTop::GetVariable()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetVariable
(
@@ -254,10 +206,6 @@ RSCINST RscTop::GetVariable
|*
|* RscTop::GetCopyVar()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName )
{
@@ -272,10 +220,6 @@ RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName )
|*
|* RscTop::GetTupelVar()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos,
const RSCINST & rInitInst )
@@ -290,10 +234,6 @@ RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos,
|*
|* RscTop::GetElement()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName,
RscTop *pCreateClass, const RSCINST & rCreateInst,
@@ -312,10 +252,6 @@ ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName,
|*
|* RscTop::GetArrayEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetArrayEle
(
@@ -335,10 +271,6 @@ ERRTYPE RscTop::GetArrayEle
|*
|* RscTop::GetValueEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetValueEle
(
@@ -358,10 +290,6 @@ ERRTYPE RscTop::GetValueEle
|*
|* RscTop::SearchEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName,
RscTop * pClass )
@@ -377,10 +305,6 @@ RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName,
|*
|* RscTop::GetPosEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
if( pSuperClass )
@@ -394,10 +318,6 @@ RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){
|*
|* RscTop::MovePosEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
sal_uInt32 nSourcePos )
@@ -413,10 +333,6 @@ ERRTYPE RscTop::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos,
|*
|* RscTop::SetPosRscId()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
const RscId & rRscId )
@@ -432,10 +348,6 @@ ERRTYPE RscTop::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos,
|*
|* RscTop::GetInfoEle()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
SUBINFO_STRUCT RscTop::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
if( pSuperClass )
@@ -449,10 +361,6 @@ SUBINFO_STRUCT RscTop::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){
|*
|* RscTop::GetCount()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
sal_uInt32 RscTop::GetCount( const RSCINST & rInst ){
if( pSuperClass )
@@ -465,10 +373,6 @@ sal_uInt32 RscTop::GetCount( const RSCINST & rInst ){
|*
|* RscTop::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetNumber( const RSCINST & rInst, INT32 lValue ){
if( pSuperClass )
@@ -482,10 +386,6 @@ ERRTYPE RscTop::SetNumber( const RSCINST & rInst, INT32 lValue ){
|*
|* RscTop::SetBool()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetBool( const RSCINST & rInst, BOOL bValue ){
if( pSuperClass )
@@ -499,10 +399,6 @@ ERRTYPE RscTop::SetBool( const RSCINST & rInst, BOOL bValue ){
|*
|* RscTop::SetConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetConst( const RSCINST & rInst, Atom nId, INT32 nVal )
{
@@ -516,10 +412,6 @@ ERRTYPE RscTop::SetConst( const RSCINST & rInst, Atom nId, INT32 nVal )
|*
|* RscTop::SetNotConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetNotConst( const RSCINST & rInst, Atom nId ){
if( pSuperClass )
@@ -533,10 +425,6 @@ ERRTYPE RscTop::SetNotConst( const RSCINST & rInst, Atom nId ){
|*
|* RscTop::SetString()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetString( const RSCINST & rInst, const char * pStr ){
if( pSuperClass )
@@ -550,10 +438,6 @@ ERRTYPE RscTop::SetString( const RSCINST & rInst, const char * pStr ){
|*
|* RscTop::GetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetNumber( const RSCINST & rInst, INT32 * pN ){
if( pSuperClass )
@@ -567,10 +451,6 @@ ERRTYPE RscTop::GetNumber( const RSCINST & rInst, INT32 * pN ){
|*
|* RscTop::GetBool()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetBool( const RSCINST & rInst, BOOL * pB ){
if( pSuperClass )
@@ -584,10 +464,6 @@ ERRTYPE RscTop::GetBool( const RSCINST & rInst, BOOL * pB ){
|*
|* RscTop::GetCont()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetConst( const RSCINST & rInst, Atom * pH ){
if( pSuperClass )
@@ -601,10 +477,6 @@ ERRTYPE RscTop::GetConst( const RSCINST & rInst, Atom * pH ){
|*
|* RscTop::GetString()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
ERRTYPE RscTop::GetString( const RSCINST & rInst, char ** ppStr ){
if( pSuperClass )
@@ -618,10 +490,6 @@ ERRTYPE RscTop::GetString( const RSCINST & rInst, char ** ppStr ){
|*
|* RscTop::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 17.05.91
-|* Letzte Aenderung MM 17.07.91
-|*
*************************************************************************/
RSCINST RscTop::Create( RSCINST * pInst, const RSCINST & rDefInst, BOOL bOwnRange )
{
@@ -639,10 +507,6 @@ RSCINST RscTop::Create( RSCINST * pInst, const RSCINST & rDefInst, BOOL bOwnRang
|*
|* RscTop::Destroy()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::Destroy( const RSCINST & rInst ){
if( pSuperClass )
@@ -653,10 +517,6 @@ void RscTop::Destroy( const RSCINST & rInst ){
|*
|* RscTop::IsConsistent()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
BOOL RscTop::IsConsistent( const RSCINST & rInst,
RscInconsList * pList )
@@ -671,10 +531,6 @@ BOOL RscTop::IsConsistent( const RSCINST & rInst,
|*
|* RscTop::SetToDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::SetToDefault( const RSCINST & rInst )
{
@@ -686,10 +542,6 @@ void RscTop::SetToDefault( const RSCINST & rInst )
|*
|* RscTop::IsDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
BOOL RscTop::IsDefault( const RSCINST & rInst ){
if( pSuperClass )
@@ -702,10 +554,6 @@ BOOL RscTop::IsDefault( const RSCINST & rInst ){
|*
|* RscTop::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
BOOL RscTop::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
if( pSuperClass )
@@ -718,10 +566,6 @@ BOOL RscTop::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
|*
|* RscTop::SetDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::SetDefault( const RSCINST & rInst, Atom nVarId ){
if( pSuperClass )
@@ -732,10 +576,6 @@ void RscTop::SetDefault( const RSCINST & rInst, Atom nVarId ){
|*
|* RscTop::GetDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
RSCINST RscTop::GetDefault( Atom nVarId ){
if( pSuperClass )
@@ -749,10 +589,6 @@ RSCINST RscTop::GetDefault( Atom nVarId ){
|*
|* RscTop::Delete()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::Delete( const RSCINST & rInst, RscTop * pClass,
const RscId & rId )
@@ -765,10 +601,6 @@ void RscTop::Delete( const RSCINST & rInst, RscTop * pClass,
|*
|* RscTop::DeletePos()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.10.91
-|* Letzte Aenderung MM 29.10.91
-|*
*************************************************************************/
void RscTop::DeletePos( const RSCINST & rInst, sal_uInt32 nPos )
{
@@ -780,10 +612,6 @@ void RscTop::DeletePos( const RSCINST & rInst, sal_uInt32 nPos )
|*
|* RscTop::SetRef()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.09.91
-|* Letzte Aenderung MM 18.09.91
-|*
*************************************************************************/
ERRTYPE RscTop::SetRef( const RSCINST & rInst, const RscId & rRefId ){
if( pSuperClass )
@@ -796,10 +624,6 @@ ERRTYPE RscTop::SetRef( const RSCINST & rInst, const RscId & rRefId ){
|*
|* RscTop::WriteHxxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId )
@@ -814,10 +638,6 @@ ERRTYPE RscTop::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteHxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteHxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId ){
@@ -831,10 +651,6 @@ ERRTYPE RscTop::WriteHxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteCxxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId )
@@ -849,10 +665,6 @@ ERRTYPE RscTop::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteCxx()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteCxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId ){
@@ -866,10 +678,6 @@ ERRTYPE RscTop::WriteCxx( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteSrcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscTop::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab,
@@ -885,10 +693,6 @@ void RscTop::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscTop::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, sal_uInt32 nTab, const char * pVarName )
@@ -901,10 +705,6 @@ void RscTop::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscTop::WriteRcHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 12.04.91
-|* Letzte Aenderung MM 12.04.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, const RscId & rId,
@@ -921,10 +721,6 @@ ERRTYPE RscTop::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
|*
|* RscTop::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
ERRTYPE RscTop::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
RscTypCont * pTC, sal_uInt32 nDeep, BOOL bExtra )
@@ -940,10 +736,6 @@ ERRTYPE RscTop::WriteRc( const RSCINST & rInst, RscWriteRc & rMem,
|*
|* RscTop::WriteSyntaxHeader()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
void RscTop::WriteSyntaxHeader( FILE * fOutput, RscTypCont * pTC )
{
@@ -959,10 +751,6 @@ void RscTop::WriteSyntaxHeader( FILE * fOutput, RscTypCont * pTC )
|*
|* RscTop::WriteSyntax()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
void RscTop::WriteSyntax( FILE * fOutput, RscTypCont * pTC )
{