Lines Matching refs:aTempEngine

294 	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()
769 ScUnoEditEngine aTempEngine(pEditEngine); in getPropertyValue() local
772 SvxFieldData* pField = aTempEngine.FindByPos( aSelection.nStartPara, aSelection.nStartPos, 0 ); in getPropertyValue()
914 ScUnoEditEngine aTempEngine(pEditEngine); in GetObjectByIndex_Impl() local
928 SvxFieldData* pData = aTempEngine.FindByIndex( (sal_uInt16)Index, aTypeId ); in GetObjectByIndex_Impl()
931 sal_uInt16 nPar = aTempEngine.GetFieldPar(); in GetObjectByIndex_Impl()
932 xub_StrLen nPos = aTempEngine.GetFieldPos(); in GetObjectByIndex_Impl()
958 ScUnoEditEngine aTempEngine(pEditEngine); in getCount() local
971 return aTempEngine.CountFields(aTypeId); // Felder zaehlen in getCount()
1406 ScUnoEditEngine aTempEngine(pEditEngine); in setPropertyValue() local
1407 SvxFieldData* pField = aTempEngine.FindByPos( in setPropertyValue()
1452 ScUnoEditEngine aTempEngine(pEditEngine); in getPropertyValue() local
1453 SvxFieldData* pField = aTempEngine.FindByPos( in getPropertyValue()