Home
last modified time | relevance | path

Searched refs:pRetValue (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx664 PptFontEntityAtom* pRetValue = NULL; in GetFontEnityAtom() local
666 pRetValue = (*pFonts)[ (sal_uInt16)nNum ]; in GetFontEnityAtom()
667 return pRetValue; in GetFontEnityAtom()
/trunk/main/sw/source/core/doc/
H A Ddocbasic.cxx95 SbxValue* pRetValue = new SbxValue; in ExecMacro() local
96 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()

Completed in 47 milliseconds