Home
last modified time | relevance | path

Searched refs:ppFDesc (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/formula/source/ui/dlg/
H A DFormulaHelper.cxx77 const IFunctionDescription** ppFDesc, // = NULL in GetNextFunc() argument
84 rFStart = GetFunctionStart( rFormula, rFStart, bBack, ppFDesc ? &aFname : NULL ); in GetNextFunc()
92 if ( ppFDesc ) in GetNextFunc()
94 *ppFDesc = NULL; in GetNextFunc()
97 for(sal_uInt32 j= 0; j < nCategoryCount && !*ppFDesc; ++j) in GetNextFunc()
106 *ppFDesc = pCurrent; in GetNextFunc()
111 if ( *ppFDesc && pArgs ) in GetNextFunc()
113 …GetArgStrings( *pArgs,rFormula, rFStart, static_cast<sal_uInt16>((*ppFDesc)->getParameterCount() )… in GetNextFunc()
118 *ppFDesc = &s_aFunctionDescription; in GetNextFunc()
/aoo4110/main/sc/source/ui/app/
H A Dinputhdl.cxx760 const IFunctionDescription* ppFDesc; in ShowTipCursor() local
776 … if( aHelper.GetNextFunc( aSelText, sal_False, nNextFStart, &nNextFEnd, &ppFDesc, &aArgs ) ) in ShowTipCursor()
778 if( ppFDesc->getFunctionName().getLength() ) in ShowTipCursor()
781 nArgs = static_cast<sal_uInt16>(ppFDesc->getParameterCount()); in ShowTipCursor()
792 … if( pFormulaDataPara->FindText( ppFDesc->getFunctionName(), aNew, nParAutoPos, sal_False ) ) in ShowTipCursor()
991 const IFunctionDescription* ppFDesc; in UseFormulaData() local
1021 … if( aHelper.GetNextFunc( aFormula, sal_False, nNextFStart, &nNextFEnd, &ppFDesc, &aArgs ) ) in UseFormulaData()
1023 if( ppFDesc->getFunctionName().getLength() ) in UseFormulaData()
1026 nArgs = static_cast<sal_uInt16>(ppFDesc->getParameterCount()); in UseFormulaData()
1037 … if( pFormulaDataPara->FindText( ppFDesc->getFunctionName(), aNew, nParAutoPos, sal_False ) ) in UseFormulaData()
/aoo4110/main/formula/inc/formula/
H A Dformulahelper.hxx57 const IFunctionDescription** ppFDesc = NULL,

Completed in 38 milliseconds