Home
last modified time | relevance | path

Searched refs:pFormulaDataPara (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/app/
H A Dinputhdl.cxx427 pFormulaDataPara( NULL ), in ScInputHandler()
490 delete pFormulaDataPara; in ~ScInputHandler()
647 if( pFormulaDataPara ) in GetFormulaData()
648 pFormulaDataPara->FreeAll(); in GetFormulaData()
650 pFormulaDataPara = new TypedScStrCollection; in GetFormulaData()
688 if (!pFormulaDataPara->Insert(pData)) in GetFormulaData()
693 pDoc->GetFormulaEntries( *pFormulaDataPara ); in GetFormulaData()
745 if ( bFormulaMode && pActiveView && pFormulaDataPara && pEngine->GetParagraphCount() == 1 ) in ShowTipCursor()
792 … if( pFormulaDataPara->FindText( ppFDesc->getFunctionName(), aNew, nParAutoPos, sal_False ) ) in ShowTipCursor()
894 if( pFormulaDataPara->FindText( aText, aNew, nParAutoPos, sal_False ) ) in ShowTipCursor()
[all …]
/aoo4110/main/sc/source/ui/inc/
H A Dinputhdl.hxx66 TypedScStrCollection* pFormulaDataPara; member in ScInputHandler

Completed in 49 milliseconds