Home
last modified time | relevance | path

Searched refs:nVarType (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/rsc/source/res/
H A Drscclass.cxx139 if( VAR_NODATAINST & pVarTypeList[ nEle ].nVarType ) in GetInstData()
157 else if( VAR_POINTER & pVarTypeList[ nEle ].nVarType ) in GetInstData()
159 if( VAR_EXTENDABLE & pVarTypeList[ nEle ].nVarType ) in GetInstData()
281 if( (VAR_POINTER & pVarTypeList[ i ].nVarType) in Create()
282 && !(VAR_NODATAINST & pVarTypeList[ i ].nVarType) ) in Create()
284 if( VAR_EXTENDABLE & pVarTypeList[ i ].nVarType ) in Create()
326 if( !(pVarTypeList[ i ].nVarType & VAR_NODATAINST) ) in Destroy()
335 if( pVarTypeList[ i ].nVarType & VAR_POINTER ) in Destroy()
357 RSCVAR nVarType, in SetVariable() argument
381 pVarTypeList[ nEntries ].nVarType = ~VAR_POINTER & nVarType; in SetVariable()
[all …]
H A Drsctop.cxx197 RSCINST * pDflt, RSCVAR nVarType, sal_uInt32 nMask, in SetVariable() argument
203 nVarType, nMask, nDataBaseName ); in SetVariable()
/AOO42X/main/rsc/inc/
H A Drscclass.hxx40 RSCVAR nVarType; // Variablentyp member
70 RSCVAR nVarType, sal_uInt32 nMask,
H A Drsctop.hxx103 RSCVAR nVarType = 0, sal_uInt32 nMask = 0,