| /trunk/main/rsc/inc/ |
| H A D | rscdb.hxx | 55 DECLARE_LIST( RscBaseList, RscTop * ) 81 RscTop * pRoot; // Zeiger auf die Wurzel vom Typenbaum 167 RscTop * InitClassMgr(); 168 RscTop * InitClassString( RscTop * pSuper ); 169 RscTop * InitClassBitmap( RscTop * pSuper ); 170 RscTop * InitClassColor( RscTop * pSuper, RscEnum * pColor ); 171 RscTop * InitClassImage( RscTop * pSuper, RscTop *pClassBitmap, 172 RscTop * pClassColor ); 173 RscTop * InitClassImageList( RscTop * pSuper, RscTop *pClassBitmap, 174 RscTop * pClassColor, RscCont * pStrLst ); [all …]
|
| H A D | rsctop.hxx | 43 class RscTop : public RefNode class 45 RscTop * pSuperClass; 48 RscTop * pRefClass; 51 RscTop( Atom nId, sal_uInt32 nTypIdent, 52 RscTop * pSuperCl = NULL ); 59 void SetSuperClass( RscTop * pClass ) in SetSuperClass() 63 RscTop* GetSuperClass() const in GetSuperClass() 69 sal_Bool InHierarchy( RscTop * pClass ); 76 void SetRefClass( RscTop * pRef ) { pRefClass = pRef; } in SetRefClass() 77 RscTop* GetRefClass() const { return pRefClass; } in GetRefClass() [all …]
|
| H A D | rsccont.hxx | 43 class RscBaseCont : public RscTop 46 RscTop * pTypeClass; // Typ der Eintraege 47 RscTop * pTypeClass1;// Zwei verschiedene Typen moeglich 54 RscTop * pClass, sal_uInt32 nPos ); 64 RscTop * pSuper = NULL, 68 void SetTypeClass( RscTop * pClass, RscTop * pClass1 = NULL ) in SetTypeClass() 76 RscTop * pCreateClass, const RSCINST & rCreateInst, 79 RscTop * pClass ); 102 void Delete( const RSCINST & rInst, RscTop * pClass, 121 RscTop * pSuper = NULL, [all …]
|
| H A D | rscclass.hxx | 32 class RscClass : public RscTop 43 RscTop * pClass; // Klasse 62 RscClass( Atom nId, sal_uInt32 nTypId, RscTop * pSuperCl ); 68 ERRTYPE SetVariable( Atom nVarName, RscTop * pClass, 76 RscTop * pCreateClass = NULL ); 87 using RscTop::GetDefault; 108 RscSysDepend( Atom nId, sal_uInt32 nTypId, RscTop * pSuper ); 120 RscTop * pSuper ); 128 RscTupel( Atom nId, sal_uInt32 nTypId, RscTop * pSuper );
|
| H A D | rscinst.hxx | 34 class RscTop; 66 RscInst GetElement( RscTop * pClass, const RscId & rName ); 69 ERRTYPE DeleteElement( RscTop * pClass, const RscId & rName ); 106 RscTop * GetClassType(){ return aInst.pClass; }; in GetClassType() 119 RscInstCopy( RscTop * pNewType, const RscInst & rInst ); 145 RscTop* GetClassType( Atom nClassName ); 223 RscInstCopy CreateRscInst( RscTop * pClass ); 225 ERRTYPE DeleteRscInst( RscTop * pClass, const RscId & rInstName ); 230 RscInst GetRscInst( RscTop* pClass, const RscId & rInstName );
|
| H A D | rscarray.hxx | 59 class RscArray : public RscTop 70 RscTop * pSuper, RscEnum * pTypeClass ); 78 virtual RscTop * GetTypeClass() const; 82 RscTop * pCreateClass, 85 RscTop * pCreateClass, 111 RscTop * pSuper, RscEnum * pTypeClass ); 128 RscTop * pSuper, RscEnum * pTypeClass );
|
| H A D | rscall.h | 38 class RscTop; variable 86 RscTop * pClass; 90 RSCINST( RscTop * pCl, CLASS_DATA pClassData ){ in RSCINST() 102 RscTop * pClass; // Klasse des Eintrages
|
| H A D | rscerror.h | 116 class RscTop; variable 133 void ErrorFormat( const ERRTYPE& rError, RscTop * pClass, 152 virtual void Error( const ERRTYPE& rError, RscTop* pClass, const RscId &aId, 158 …void Error( const ERRTYPE& rError, RscTop* pClass, const RscId& rId, const rtl::OString& rStr ) { … in Error()
|
| H A D | rsckey.hxx | 27 class RscTop; 49 Atom Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass ); 50 Atom Put( const char * pName, sal_uInt32 nTyp, RscTop * pClass );
|
| H A D | rscstr.hxx | 32 class RscString : public RscTop 34 RscTop * pRefClass; 45 void SetRefClass( RscTop * pClass ) in SetRefClass()
|
| H A D | rscrange.hxx | 32 class RscRange : public RscTop 72 class RscLongRange : public RscTop 124 class RscIdRange : public RscTop
|
| /trunk/main/rsc/source/parser/ |
| H A D | rscicpx.cxx | 45 void RscTypCont::InsWinBit( RscTop * pClass, const ByteString & rName, in InsWinBit() 66 RscTop * RscTypCont::InitClassMgr() in InitClassMgr() 68 RscTop * pClassMgr; in InitClassMgr() 105 RscTop * RscTypCont::InitClassString( RscTop * pSuper ){ in InitClassString() 107 RscTop * pClassString; in InitClassString() 123 RscTop * RscTypCont::InitClassBitmap( RscTop * pSuper ){ in InitClassBitmap() 125 RscTop * pClassBitmap; in InitClassBitmap() 143 RscTop * RscTypCont::InitClassColor( RscTop * pSuper, RscEnum * pColor ){ in InitClassColor() 145 RscTop * pClassColor; in InitClassColor() 169 RscTop * RscTypCont::InitClassImage( RscTop * pSuper, RscTop * pClassBitmap, in InitClassImage() [all …]
|
| H A D | rscinit.cxx | 57 void NameToVerCtrl( RSCINST & aVersion, RscTop * pClass, in NameToVerCtrl() 58 RscTop * pClassString ) in NameToVerCtrl() 62 NameToVerCtrl( aVersion, (RscTop *)pClass->Left(), pClassString ); in NameToVerCtrl() 75 NameToVerCtrl( aVersion, (RscTop *)pClass->Right(), pClassString ); in NameToVerCtrl() 109 RscTop * pClassMgr; in Init() 110 RscTop * pClassString; in Init() 111 RscTop * pClassStringArray; in Init() 112 RscTop * pClassBitmap; in Init() 113 RscTop * pClassColor; in Init() 114 RscTop * pClassImage; in Init() [all …]
|
| H A D | rscdb.cxx | 188 void DestroyNode( RscTop * pRscTop, ObjNode * pObjNode ){ in DestroyNode() 201 void DestroySubTrees( RscTop * pRscTop ){ in DestroySubTrees() 203 DestroySubTrees( (RscTop*)pRscTop->Left() ); in DestroySubTrees() 207 DestroySubTrees( (RscTop*)pRscTop->Right() ); in DestroySubTrees() 211 void DestroyTree( RscTop * pRscTop ){ in DestroyTree() 213 DestroyTree( (RscTop*)pRscTop->Left() ); in DestroyTree() 214 DestroyTree( (RscTop*)pRscTop->Right() ); in DestroyTree() 220 void Pre_dtorTree( RscTop * pRscTop ){ in Pre_dtorTree() 222 Pre_dtorTree( (RscTop*)pRscTop->Left() ); in Pre_dtorTree() 223 Pre_dtorTree( (RscTop*)pRscTop->Right() ); in Pre_dtorTree() [all …]
|
| H A D | rsclex.hxx | 52 RscTop * pClass; 55 RscTop * pRefClass;
|
| H A D | rsckey.cxx | 160 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass ) 165 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, RscTop * pClass )
|
| /trunk/main/rsc/source/res/ |
| H A D | rsctop.cxx | 46 RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl ) in RscTop() function in RscTop 66 void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2, in SetCallPar() 83 RSCINST RscTop::GetDefault() in GetDefault() 99 void RscTop :: Pre_dtor(){ in Pre_dtor() 116 Atom RscTop :: GetConstant( sal_uInt32 ){ in GetConstant() 129 RscTop * RscTop::GetTypeClass() const in GetTypeClass() 146 sal_uInt32 RscTop :: Size() in Size() 163 ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){ in GetRef() 179 sal_Bool RscTop::InHierarchy( RscTop * pClass ){ in InHierarchy() 196 ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass, in SetVariable() [all …]
|
| H A D | rsccont.cxx | 68 RscBaseCont::RscBaseCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, in RscBaseCont() 70 : RscTop( nId, nTypeId, pSuper ), in RscBaseCont() 76 nOffInstData = RscTop::Size(); in RscBaseCont() 155 RscTop::Create( &aInst, rDflt, bOwnClass ); in Create() 199 RscTop::Destroy( rInst); in Destroy() 215 RscTop * pClass, sal_uInt32 nPos ) in SearchElePos() 246 RscTop * pClass ) in SearchEle() 261 RscTop * pCreateClass, in GetElement() 677 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent() 733 RscTop::SetToDefault( rInst ); in SetToDefault() [all …]
|
| H A D | rscclass.cxx | 52 RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl ) in RscClass() 53 : RscTop( nId, nTypeId, pSuperCl ) in RscClass() 57 nSuperSize = RscTop::Size(); in RscClass() 74 RscTop::Pre_dtor(); in Pre_dtor() 269 RscTop::Create( &aInst, rDflt, bOwnClass ); in Create() 322 RscTop::Destroy( rInst ); in Destroy() 355 RscTop * pClass, in SetVariable() 418 RscTop::EnumVariables( pData, pProc ); in EnumVariables() 440 RscTop * pCreateClass in GetVariable() 503 return( RscTop::GetVariable( rInst, nVarName, rInitInst, in GetVariable() [all …]
|
| H A D | rscarray.cxx | 98 RscArray::RscArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, RscEnum * pTypeCl ) in RscArray() 99 : RscTop( nId, nTypeId, pSuper ) in RscArray() 102 nOffInstData = RscTop::Size(); in RscArray() 142 RscTop * RscArray::GetTypeClass() const in GetTypeClass() 190 RscTop::Create( &aInst, rDflt, bOwnClass ); in Create() 226 RscTop::Destroy( rInst ); in Destroy() 245 RscTop * pCreateClass, in GetValueEle() 308 RscTop * pCreateClass, in GetArrayEle() 350 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent() 386 RscTop::SetToDefault( rInst ); in SetToDefault() [all …]
|
| H A D | rscmgr.cxx | 49 RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl ) in RscMgr() 285 RscTop * pTmpRefClass = rInst.pClass->GetRefClass(); in WriteRcHeader() 316 aError = RscTop::WriteRc( rInst, rMem, pTC, nDeep, bExtra ); in WriteRcHeader() 379 static ByteString MakeName( RscTypCont * pTypCon, RscTop * pClass, in MakeName()
|
| H A D | rscrange.cxx | 52 : RscTop( nId, nTypeId ) in RscRange() 262 : RscTop( nId, nTypeId ) in RscLongRange() 486 : RscTop( nId, nTypeId ) in RscIdRange()
|
| H A D | rscconst.cxx | 54 : RscTop( nId, nTypeId ) in RscConst() 207 RscTop::WriteSyntax( fOutput, pTC ); in WriteSyntax()
|
| /trunk/main/rsc/doku/feinkonz.43/ |
| H A D | rscinst.doc | 1589 RscTop* GetClassType( HASHID nClassName ); 1631 RscTop* pClassTyp; // ein Klassentyp 1709 RscTop * aType1 = aCmpInst1.GetClassType( aClassName ); 1710 RscTop * aType2 = aCmpInst2.GetClassType( aClassName ); 1711 RscTop * aType3 = aCmpInst2.GetClassType( aClassName ); 2554 RscInstCopy CreateRscInst( RscTop * pClass ); 2555 ERRTYPE DeleteRscInst( RscTop * pTypeClass, 2558 RscInst GetRscInst( RscTop * pClass, RscId & rInst ); 2607 RscTop* pClassTyp; // ein Klassentyp 2679 AliRscInstCopy RscSrc::CreateRscInst( RscTop * pClass ); [all …]
|
| /trunk/main/rsc/source/misc/ |
| H A D | rscdbl.cxx | 79 void FillListObj( ObjNode * pObjNode, RscTop * pRscTop, in FillListObj() 103 void FillList( RscTop * pRscTop, REResourceList * pList, sal_uLong lFileKey ){ in FillList() 105 FillList( (RscTop*)pRscTop->Left(), pList, lFileKey ); in FillList() 109 FillList( (RscTop*)pRscTop->Right(), pList, lFileKey ); in FillList()
|