Home
last modified time | relevance | path

Searched refs:pConst (Results 1 – 7 of 7) sorted by relevance

/trunk/main/idlc/source/
H A Dastenum.cxx48 AstConstant* pConst = NULL; in checkValue() local
54 pConst = (AstConstant*)pDecl; in checkValue()
56 if (pConst->getConstValue()->compare(pExpr)) in checkValue()
57 return pConst; in checkValue()
H A Dastexpression.cxx1071 AstConstant *pConst; in eval_symbol() local
1116 pConst = static_cast< AstConstant* >(pDecl); in eval_symbol()
1117 if (pConst == NULL) in eval_symbol()
1119 return pConst->getConstValue()->eval_internal(ek); in eval_symbol()
/trunk/main/basic/source/comp/
H A Dexprtree.cxx305 SbiConstDef* pConst = pDef->GetConstDef(); in Term() local
306 if( pConst ) in Term()
308 if( pConst->GetType() == SbxSTRING ) in Term()
309 return new SbiExprNode( pParser, pConst->GetString() ); in Term()
311 return new SbiExprNode( pParser, pConst->GetValue(), pConst->GetType() ); in Term()
H A Ddim.cxx461 SbiConstDef* pConst = pDef->GetConstDef(); in DefVar() local
463 pConst->Set( aExpr.GetString() ); in DefVar()
465 pConst->Set( aExpr.GetValue(), aExpr.GetType() ); in DefVar()
789 SbiConstDef* pConst = pElem->GetConstDef(); in DefEnum() local
790 pConst->Set( nCurrentEnumValue, SbxLONG ); in DefEnum()
H A Dparser.cxx826 SbiConstDef* pConst = new SbiConstDef( String::CreateFromAscii( pSym ) ); in addStringConst() local
827 pConst->SetType( SbxSTRING ); in addStringConst()
828 pConst->Set( rStr ); in addStringConst()
829 rPool.Add( pConst ); in addStringConst()
/trunk/main/rsc/source/res/
H A Drscconst.cxx159 sal_Bool RscConst::GetValueConst( sal_Int32 lValue, Atom * pConst ) const in GetValueConst()
166 *pConst = pVarArray[ i ].nId; in GetValueConst()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3380 SbxVariable* pConst = NULL; in getVBAConstant() local
3419 pConst = new SbxVariable( SbxVARIANT ); in getVBAConstant()
3420 pConst->SetName( rName ); in getVBAConstant()
3421 unoToSbxValue( pConst, it->second ); in getVBAConstant()
3423 return pConst; in getVBAConstant()

Completed in 51 milliseconds