Searched refs:pRetValue (Results 1 – 2 of 2) sorted by relevance
95 SbxValue* pRetValue = new SbxValue; in ExecMacro() local96 aRef = pRetValue; in ExecMacro()99 pArgs, pRet ? pRetValue : 0 ); in ExecMacro()101 if( pRet && SbxNULL < pRetValue->GetType() && in ExecMacro()102 SbxVOID != pRetValue->GetType() ) in ExecMacro()104 *pRet = pRetValue->GetString(); in ExecMacro()
664 PptFontEntityAtom* pRetValue = NULL; in GetFontEnityAtom() local666 pRetValue = (*pFonts)[ (sal_uInt16)nNum ]; in GetFontEnityAtom()667 return pRetValue; in GetFontEnityAtom()
Completed in 41 milliseconds