Home
last modified time | relevance | path

Searched refs:aInst (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/rsc/source/parser/
H A Drscyacc.y525 RSCINST aInst; variable
527 aInst = S.Top().pClass->GetVariable( S.Top(), $1, RSCINST(), sal_False, $3.pClass );
529 if( aInst.pData )
530 S.Push( aInst );
544 RSCINST aInst; variable
546 aInst = S.Top().pClass->GetVariable( S.Top(), $1, RSCINST() );
548 if( aInst.pData )
553 aError = aInst.pClass->GetArrayEle( aInst, $3.hashid, NULL, &aIdxInst );
572 RSCINST aInst; variable
574 aInst = S.Top().pClass->GetVariable( S.Top(), $1, RSCINST() );
[all …]
H A Drscyacc.cxx51 RSCINST aInst; in GetVarInst() local
53 aInst = rInst.pClass->GetVariable( rInst, pHS->getID( pVarName ), in GetVarInst()
56 if( !aInst.pData ) in GetVarInst()
59 return( aInst ); in GetVarInst()
64 RSCINST aInst; in SetNumber() local
66 aInst = GetVarInst( rInst, pVarName ); in SetNumber()
68 if( aInst.pData ){ in SetNumber()
70 aError = aInst.pClass->SetNumber( aInst, lValue ); in SetNumber()
73 pTC->pEH->Error( aError, aInst.pClass, RscId() ); in SetNumber()
80 RSCINST aInst; in SetConst() local
[all …]
H A Drsclex.hxx62 RSCINST aInst; member
74 const RSCINST & Top () { return pRoot->aInst; } in Top()
79 void Push( RSCINST aInst ) in Push() argument
85 pRoot->aInst = aInst; in Push()
/AOO41X/main/rsc/source/res/
H A Drscarray.cxx67 if( aInst.IsInst() ) in ~RscInstNode()
69 aInst.pClass->Destroy( aInst ); in ~RscInstNode()
70 rtl_freeMemory( aInst.pData ); in ~RscInstNode()
164 pRetNode->aInst = pNode->aInst.pClass->Create( NULL, pNode->aInst ); in Create()
177 RSCINST aInst; in Create() local
182 aInst.pClass = this; in Create()
183 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
186 aInst = *pInst; in Create()
190 RscTop::Create( &aInst, rDflt, bOwnClass ); in Create()
192 pClassData = (RscArrayInst *)(aInst.pData + nOffInstData); in Create()
[all …]
H A Drscrange.cxx165 RSCINST aInst; in Create() local
169 aInst.pClass = this; in Create()
170 aInst.pData = (CLASS_DATA) in Create()
174 aInst = *pInst; in Create()
179 memmove( aInst.pData, rDflt.pData, sizeof( RscRangeInst ) ); in Create()
183 ((RscRangeInst *)aInst.pData)->nValue = (sal_uInt16)(0L - nMin); in Create()
185 ((RscRangeInst *)aInst.pData)->nValue = 0; in Create()
186 ((RscRangeInst *)aInst.pData)->bDflt = sal_True; in Create()
189 return( aInst ); in Create()
373 RSCINST aInst; in Create() local
[all …]
H A Drsccont.cxx52 if( aInst.IsInst() ){ in Destroy()
53 aInst.pClass->Destroy( aInst ); in Destroy()
54 rtl_freeMemory( aInst.pData ); in Destroy()
143 RSCINST aInst; in Create() local
147 aInst.pClass = this; in Create()
148 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
151 aInst = *pInst; in Create()
155 RscTop::Create( &aInst, rDflt, bOwnClass ); in Create()
157 pClassData = (RscBaseContInst *)(aInst.pData + nOffInstData); in Create()
177 aDfltI = pDfltClassData->pEntries[ i ].aInst; in Create()
[all …]
H A Drscflag.cxx125 RSCINST aInst; in CreateBasic() local
128 aInst.pClass = this; in CreateBasic()
129 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in CreateBasic()
132 aInst = *pInst; in CreateBasic()
134 return( aInst ); in CreateBasic()
148 RSCINST aInst = CreateBasic( pInst ); in Create() local
155 memmove( aInst.pData, rDflt.pData, Size() ); in Create()
160 ((RscFlagInst *)aInst.pData)[ i ].nFlags = 0; in Create()
161 ((RscFlagInst *)aInst.pData)[ i ].nDfltFlags = 0xFFFFFFFF; in Create()
165 return( aInst ); in Create()
[all …]
H A Drscstr.cxx166 RSCINST aInst; in Create() local
169 aInst.pClass = this; in Create()
170 aInst.pData = (CLASS_DATA) in Create()
174 aInst = *pInst; in Create()
178 ((RscStringInst *)aInst.pData)->aRefId.Create(); in Create()
179 ((RscStringInst *)aInst.pData)->pStr = NULL; in Create()
180 ((RscStringInst *)aInst.pData)->bDflt = sal_True; in Create()
183 ((RscStringInst *)aInst.pData)->aRefId = in Create()
185 SetString( aInst, ((RscStringInst *)rDflt.pData)->pStr ); in Create()
186 ((RscStringInst *)aInst.pData)->bDflt = in Create()
[all …]
H A Drscclass.cxx134 RSCINST aInst; in GetInstData() local
136 aInst.pClass = pVarTypeList[ nEle ].pClass; in GetInstData()
146 aInst.pData = GetCopyVar( in GetInstData()
151 aInst.pData = GetVariable( in GetInstData()
160 aInst = *(RSCINST *) in GetInstData()
163 aInst.pData = *(CLASS_DATA *) in GetInstData()
167 aInst.pData = pData + pVarTypeList[ nEle ].nOffset; in GetInstData()
169 return( aInst ); in GetInstData()
256 RSCINST aInst; in Create() local
261 aInst.pClass = this; in Create()
[all …]
H A Drscconst.cxx332 RSCINST aInst; in Create() local
335 aInst.pClass = this; in Create()
336 aInst.pData = (CLASS_DATA) in Create()
340 aInst = *pInst; in Create()
345 memmove( aInst.pData, rDflt.pData, Size() ); in Create()
347 ((RscEnumInst *)aInst.pData)->nValue = 0; in Create()
348 ((RscEnumInst *)aInst.pData)->bDflt = sal_True; in Create()
351 return( aInst ); in Create()
H A Drscmgr.cxx78 RSCINST aInst; in Create() local
82 aInst.pClass = this; in Create()
83 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
86 aInst = *pInst; in Create()
90 RscClass::Create( &aInst, rDflt, bOwnClass ); in Create()
92 pClassData = (RscMgrInst *)(aInst.pData + RscClass::Size() ); in Create()
100 return( aInst ); in Create()
/AOO41X/main/rsc/inc/
H A Drscinst.hxx50 RSCINST aInst; member in RscInst
58 sal_Bool IsInst() const { return( aInst.IsInst() ); } in IsInst()
106 RscTop * GetClassType(){ return aInst.pClass; }; in GetClassType()
H A Drsccont.hxx33 RSCINST aInst; member
34 void Create(){ aName.Create(); aInst = RSCINST(); } in Create()
H A Drscmgr.hxx51 void WriteSrcHeader( const RSCINST & aInst, FILE * fOutput,
H A Drscarray.hxx39 RSCINST aInst; member in RscInstNode
/AOO41X/main/store/workben/
H A Dt_page.cxx1528 Implementation aInst;
1529 return aInst;
/AOO41X/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2606 RscInst aInst; // eine ResourceInstanz
2614 aInst = aSrc.GetRscInst( pClassTyp, RscId( 1000 ) );
2616 aInst.SetNumber( HashId( "Red" ), 65535 );
2617 // Da es sich bei aInst nur um eine Referenz in die
2901 RSCINST aInst;