Searched refs:pConst (Results 1 – 7 of 7) sorted by relevance
48 AstConstant* pConst = NULL; in checkValue() local54 pConst = (AstConstant*)pDecl; in checkValue()56 if (pConst->getConstValue()->compare(pExpr)) in checkValue()57 return pConst; in checkValue()
1071 AstConstant *pConst; in eval_symbol() local1116 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()
305 SbiConstDef* pConst = pDef->GetConstDef(); in Term() local306 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()
461 SbiConstDef* pConst = pDef->GetConstDef(); in DefVar() local463 pConst->Set( aExpr.GetString() ); in DefVar()465 pConst->Set( aExpr.GetValue(), aExpr.GetType() ); in DefVar()789 SbiConstDef* pConst = pElem->GetConstDef(); in DefEnum() local790 pConst->Set( nCurrentEnumValue, SbxLONG ); in DefEnum()
826 SbiConstDef* pConst = new SbiConstDef( String::CreateFromAscii( pSym ) ); in addStringConst() local827 pConst->SetType( SbxSTRING ); in addStringConst()828 pConst->Set( rStr ); in addStringConst()829 rPool.Add( pConst ); in addStringConst()
159 sal_Bool RscConst::GetValueConst( sal_Int32 lValue, Atom * pConst ) const in GetValueConst()166 *pConst = pVarArray[ i ].nId; in GetValueConst()
3380 SbxVariable* pConst = NULL; in getVBAConstant() local3419 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 67 milliseconds