Home
last modified time | relevance | path

Searched refs:RscTop (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/rsc/inc/
H A Drscdb.hxx171 RscTop * InitClassImage( RscTop * pSuper, RscTop *pClassBitmap,
173 RscTop * InitClassImageList( RscTop * pSuper, RscTop *pClassBitmap,
185 RscTop * InitClassMenuButton( RscTop * pSuper, RscTop * pClasMenu );
186 RscTop * InitClassImageButton( RscTop * pSuper, RscTop * pClassImage,
200 RscTop * InitClassAccelItem( RscTop * pSuper, RscTop * pKeyCode );
202 RscTop * InitClassMenuItem( RscTop * pSuper, RscTop * pClassBitmap,
204 RscTop * InitClassMenu( RscTop * pSuper, RscTop * pMenuItem );
229 RscTop * InitClassDateField( RscTop * pSuper, RscTop * pClassDate );
230 RscTop * InitClassTimeField( RscTop * pSuper, RscTop * pClassTime );
236 RscTop * InitClassDateBox( RscTop * pSuper, RscTop * pClassDate );
[all …]
H A Drsctop.hxx43 class RscTop : public RefNode class
45 RscTop * pSuperClass;
48 RscTop * pRefClass;
52 RscTop * pSuperCl = NULL );
59 void SetSuperClass( RscTop * pClass ) in SetSuperClass()
63 RscTop* GetSuperClass() const in GetSuperClass()
89 virtual RscTop * GetTypeClass() const;
114 RscTop * pCreateClass = NULL );
129 RscTop * pCreateClass,
135 RscTop * pCreateClass,
[all …]
H A Drsccont.hxx43 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()
79 RscTop * pClass );
102 void Delete( const RSCINST & rInst, RscTop * pClass,
121 RscTop * pSuper = NULL,
131 RscTop * pSuper = NULL,
[all …]
H A Drscclass.hxx32 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 Drscinst.hxx34 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 Drscarray.hxx59 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 Drscall.h38 class RscTop;
86 RscTop * pClass;
90 RSCINST( RscTop * pCl, CLASS_DATA pClassData ){ in RSCINST()
102 RscTop * pClass; // Klasse des Eintrages
H A Drscerror.h116 class RscTop;
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 Drsckey.hxx27 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 Drscstr.hxx32 class RscString : public RscTop
34 RscTop * pRefClass;
45 void SetRefClass( RscTop * pClass ) in SetRefClass()
H A Drscrange.hxx32 class RscRange : public RscTop
72 class RscLongRange : public RscTop
124 class RscIdRange : public RscTop
/trunk/main/rsc/source/parser/
H A Drscicpx.cxx107 RscTop * RscTypCont::InitClassString( RscTop * pSuper ){ in InitClassString()
125 RscTop * RscTypCont::InitClassBitmap( RscTop * pSuper ){ in InitClassBitmap()
171 RscTop * RscTypCont::InitClassImage( RscTop * pSuper, RscTop * pClassBitmap, in InitClassImage()
198 RscTop * RscTypCont::InitClassImageList( RscTop * pSuper, RscTop * /*pClassBitmap*/, in InitClassImageList() argument
633 RscTop * RscTypCont::InitClassEdit( RscTop * pSuper ) in InitClassEdit()
851 RscTop * RscTypCont::InitClassFixedBitmap( RscTop * pSuper, RscTop * pClassBitmap ) in InitClassFixedBitmap()
874 RscTop * RscTypCont::InitClassFixedImage( RscTop * pSuper, RscTop * pClassImage ) in InitClassFixedImage()
921 RscTop * RscTypCont::InitClassImageRadioButton( RscTop * pSuper, RscTop * pClassImage ) in InitClassImageRadioButton()
1069 RscTop * RscTypCont::InitClassAccel( RscTop * pSuper, RscTop * pClassAccelItem ) in InitClassAccel()
1701 RscTop * RscTypCont::InitClassDateField( RscTop * pSuper, RscTop * pClassDate ) in InitClassDateField()
[all …]
H A Drscinit.cxx109 RscTop * pClassMgr; in Init()
110 RscTop * pClassString; in Init()
112 RscTop * pClassBitmap; in Init()
113 RscTop * pClassColor; in Init()
114 RscTop * pClassImage; in Init()
116 RscTop * pClassWindow; in Init()
133 RscTop * pClassEdit; in Init()
146 RscTop * pClassAccel; in Init()
148 RscTop * pClassMenu; in Init()
158 RscTop * pClassTime; in Init()
[all …]
H A Drscdb.cxx201 void DestroySubTrees( RscTop * pRscTop ){ in DestroySubTrees()
211 void DestroyTree( RscTop * pRscTop ){ in DestroyTree()
220 void Pre_dtorTree( RscTop * pRscTop ){ in Pre_dtorTree()
230 RscTop * pRscTmp; in ~RscTypCont()
315 RscTop * pEle = aBaseLst.First(); in SearchType()
340 RscTop *pRscTop; in Search()
361 RscTop * pRscTop; in Delete()
503 RscTop * pClass;
677 RscTop * pRoot;
679 DECL_LINK( CallBackWriteRc, RscTop * );
[all …]
H A Drsclex.hxx52 RscTop * pClass;
55 RscTop * pRefClass;
H A Drsckey.cxx160 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass )
165 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, RscTop * pClass )
H A Derscerr.cxx411 void RscError::ErrorFormat( const ERRTYPE& rError, RscTop * pClass, in ErrorFormat()
473 void RscError::Error( const ERRTYPE& rError, RscTop * pClass, in Error()
/trunk/main/rsc/source/res/
H A Drsctop.cxx46 RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl ) in RscTop() function in RscTop
99 void RscTop :: Pre_dtor(){ in Pre_dtor()
129 RscTop * RscTop::GetTypeClass() const in GetTypeClass()
146 sal_uInt32 RscTop :: Size() in Size()
179 sal_Bool RscTop::InHierarchy( RscTop * pClass ){ in InHierarchy()
196 ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass, in SetVariable()
238 RscTop * pCreateClass in GetVariable()
319 RscTop * pCreateClass, in GetArrayEle()
342 RscTop * pCreateClass, in GetValueEle()
362 RscTop * pClass ) in SearchEle()
[all …]
H A Drsccont.cxx70 : 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()
762 return( RscTop::IsDefault( rInst ) ); in IsDefault()
[all …]
H A Drscclass.cxx53 : RscTop( nId, nTypeId, pSuperCl ) in RscClass()
57 nSuperSize = RscTop::Size(); in RscClass()
74 RscTop::Pre_dtor(); in Pre_dtor()
322 RscTop::Destroy( rInst ); in Destroy()
355 RscTop * pClass, in SetVariable()
418 RscTop::EnumVariables( pData, pProc ); in EnumVariables()
440 RscTop * pCreateClass in GetVariable()
609 RscTop::SetToDefault( rInst ); in SetToDefault()
633 return( RscTop::IsDefault( rInst ) ); in IsDefault()
1011 RscTop::WriteSyntax( fOutput, pTC ); in WriteSyntax()
[all …]
H A Drscarray.cxx99 : 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()
422 bRet = RscTop::IsDefault( rInst ); in IsDefault()
[all …]
H A Drscmgr.cxx49 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 Drscrange.cxx52 : RscTop( nId, nTypeId ) in RscRange()
262 : RscTop( nId, nTypeId ) in RscLongRange()
486 : RscTop( nId, nTypeId ) in RscIdRange()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc3062 Klasse: RscTop.
3372 Klasse: RscTop.
3395 Klassen: RscTop.
3435 Klassen: RscTop.
3471 Klassen: RscTop.
3507 Klassen: RscTop.
3575 Klassen: RscTop.
3614 Klassen: RscTop.
3635 Klassen: RscTop.
3655 Klassen: RscTop.
[all …]
/trunk/main/rsc/source/misc/
H A Drscdbl.cxx79 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()

Completed in 133 milliseconds

12