Lines Matching refs:pDesc
847 const ScFuncDesc* pDesc = pFuncList->GetFunction(nIndex); in getById() local
848 if ( pDesc && pDesc->nFIndex == nId ) in getById()
851 lcl_FillSequence( aSeq, *pDesc ); in getById()
878 const ScFuncDesc* pDesc = pFuncList->GetFunction(nIndex); in getByName() local
880 if ( pDesc && pDesc->pFuncName && aNameStr == *pDesc->pFuncName ) in getByName()
883 lcl_FillSequence( aSeq, *pDesc ); in getByName()
918 const ScFuncDesc* pDesc = pFuncList->GetFunction(nIndex); in getByIndex() local
919 if ( pDesc ) in getByIndex()
922 lcl_FillSequence( aSeq, *pDesc ); in getByIndex()
969 const ScFuncDesc* pDesc = pFuncList->GetFunction(nIndex); in getElementNames() local
970 if ( pDesc && pDesc->pFuncName ) in getElementNames()
971 pAry[nIndex] = *pDesc->pFuncName; in getElementNames()
989 const ScFuncDesc* pDesc = pFuncList->GetFunction(nIndex); in hasByName() local
991 if ( pDesc && pDesc->pFuncName && aNameStr == *pDesc->pFuncName ) in hasByName()