summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscconst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscconst.cxx')
-rw-r--r--rsc/source/res/rscconst.cxx70
1 files changed, 0 insertions, 70 deletions
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index 7a2bb986539a..9903fe27c076 100644
--- a/rsc/source/res/rscconst.cxx
+++ b/rsc/source/res/rscconst.cxx
@@ -50,10 +50,6 @@
|*
|* RscConst::RscConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
RscConst::RscConst( Atom nId, sal_uInt32 nTypeId )
: RscTop( nId, nTypeId )
@@ -66,10 +62,6 @@ RscConst::RscConst( Atom nId, sal_uInt32 nTypeId )
|*
|* RscConst::~RscConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
RscConst::~RscConst()
{
@@ -81,10 +73,6 @@ RscConst::~RscConst()
|*
|* RscConst::GetClassType()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.05.91
-|* Letzte Aenderung MM 03.05.91
-|*
*************************************************************************/
RSCCLASS_TYPE RscConst::GetClassType() const
{
@@ -95,10 +83,6 @@ RSCCLASS_TYPE RscConst::GetClassType() const
|*
|* RscConst::SetConstance()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscConst::SetConstant( Atom nVarName, INT32 lValue ){
if( pVarArray )
@@ -119,10 +103,6 @@ ERRTYPE RscConst::SetConstant( Atom nVarName, INT32 lValue ){
|*
|* RscConst::GetConstance()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
Atom RscConst::GetConstant( sal_uInt32 nPos ){
if( nPos < nEntries )
@@ -134,10 +114,6 @@ Atom RscConst::GetConstant( sal_uInt32 nPos ){
|*
|* RscConst::GetConstValue()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
BOOL RscConst::GetConstValue( Atom nConst, INT32 * pValue ) const
{
@@ -156,10 +132,6 @@ BOOL RscConst::GetConstValue( Atom nConst, INT32 * pValue ) const
|*
|* RscConst::GetValueConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.05.91
-|* Letzte Aenderung MM 15.05.91
-|*
*************************************************************************/
BOOL RscConst::GetValueConst( INT32 lValue, Atom * pConst ) const
{
@@ -181,8 +153,6 @@ BOOL RscConst::GetValueConst( INT32 lValue, Atom * pConst ) const
|* Beschreibung Sucht die Position der Konstanten
|* Return = nEntries, nicht gefunden
|* Return = Position im Feld
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
|*
*************************************************************************/
sal_uInt32 RscConst::GetConstPos( Atom nConst )
@@ -202,10 +172,6 @@ sal_uInt32 RscConst::GetConstPos( Atom nConst )
|*
|* RscEnum::WriteSyntax()
|*
-|* Beschreibung
-|* Ersterstellung MM 29.05.91
-|* Letzte Aenderung MM 29.05.91
-|*
*************************************************************************/
void RscConst::WriteSyntax( FILE * fOutput, RscTypCont * pTC )
{
@@ -241,10 +207,6 @@ void RscConst::WriteRcAccess
|*
|* RscEnum::RscEnum()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId )
: RscConst( nId, nTypeId )
@@ -256,10 +218,6 @@ RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId )
|*
|* RscEnum::SetConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
{
@@ -279,10 +237,6 @@ ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, INT32 /*nVal*/ )
|*
|* RscEnum::SetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.91
-|* Letzte Aenderung MM 18.07.91
-|*
*************************************************************************/
ERRTYPE RscEnum::SetNumber( const RSCINST & rInst, INT32 lValue )
{
@@ -300,10 +254,6 @@ ERRTYPE RscEnum::SetNumber( const RSCINST & rInst, INT32 lValue )
|*
|* RscEnum::GetConst()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
ERRTYPE RscEnum::GetConst( const RSCINST & rInst, Atom * pH ){
*pH = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].nId;
@@ -314,10 +264,6 @@ ERRTYPE RscEnum::GetConst( const RSCINST & rInst, Atom * pH ){
|*
|* RscEnum::GetNumber()
|*
-|* Beschreibung
-|* Ersterstellung MM 16.09.91
-|* Letzte Aenderung MM 16.09.91
-|*
*************************************************************************/
ERRTYPE RscEnum::GetNumber( const RSCINST & rInst, INT32 * pNumber ){
*pNumber = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].lValue;
@@ -328,10 +274,6 @@ ERRTYPE RscEnum::GetNumber( const RSCINST & rInst, INT32 * pNumber ){
|*
|* RscEnum::Create()
|*
-|* Beschreibung
-|* Ersterstellung MM 03.04.91
-|* Letzte Aenderung MM 03.04.91
-|*
*************************************************************************/
RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass ){
RSCINST aInst;
@@ -360,10 +302,6 @@ RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass
|*
|* RscEnum::IsValueDefault()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.01.92
-|* Letzte Aenderung MM 15.01.92
-|*
*************************************************************************/
BOOL RscEnum::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
if( pDef ){
@@ -381,10 +319,6 @@ BOOL RscEnum::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){
|*
|* RscEnum::WriteSrc()
|*
-|* Beschreibung
-|* Ersterstellung MM 08.04.91
-|* Letzte Aenderung MM 08.04.91
-|*
*************************************************************************/
void RscEnum::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
@@ -397,10 +331,6 @@ void RscEnum::WriteSrc( const RSCINST & rInst, FILE * fOutput,
|*
|* RscEnum::WriteRc()
|*
-|* Beschreibung
-|* Ersterstellung MM 15.04.91
-|* Letzte Aenderung MM 15.04.91
-|*
*************************************************************************/
ERRTYPE RscEnum::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont *, sal_uInt32, BOOL )