Searched refs:xConvertVar (Results 1 – 1 of 1) sorted by relevance
749 SbxVariableRef xConvertVar = new SbxVariable(); in DefEnum() local751 xConvertVar->PutString( aExpr.GetString() ); in DefEnum()753 xConvertVar->PutDouble( aExpr.GetValue() ); in DefEnum()755 nCurrentEnumValue = xConvertVar->GetLong(); in DefEnum()
Completed in 7 milliseconds