Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/unoobj/
H A Dfielduno.cxx294 ScUnoEditEngine aTempEngine(pEditEngine); in GetObjectByIndex_Impl() local
296 if ( aTempEngine.FindByIndex( (sal_uInt16)Index, NULL ) ) // in der Zelle ist der Typ egal in GetObjectByIndex_Impl()
298 sal_uInt16 nPar = aTempEngine.GetFieldPar(); in GetObjectByIndex_Impl()
299 xub_StrLen nPos = aTempEngine.GetFieldPos(); in GetObjectByIndex_Impl()
312 ScUnoEditEngine aTempEngine(pEditEngine); in getCount() local
314 return aTempEngine.CountFields(NULL); // Felder zaehlen, in Zelle ist der Typ egal in getCount()
604 ScUnoEditEngine aTempEngine(pEditEngine); in getPresentation() local
607 … SvxFieldData* pField = aTempEngine.FindByPos( aSelection.nStartPara, aSelection.nStartPos, 0 ); in getPresentation()
690 ScUnoEditEngine aTempEngine(pEditEngine); in setPropertyValue() local
693 … SvxFieldData* pField = aTempEngine.FindByPos( aSelection.nStartPara, aSelection.nStartPos, 0 ); in setPropertyValue()
[all …]