Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2969 if (USHRT_MAX != nPos && aFollowShpIds[nPos]) in WriteTxtFlyFrame()
2970 aPropOpt.AddOpt(ESCHER_Prop_hspNext, aFollowShpIds[nPos]); in WriteTxtFlyFrame()
3077 if (aFollowShpIds.Count()) in MakeZOrderArrAndFollowIds()
3078 aFollowShpIds.Remove(0, aFollowShpIds.Count()); in MakeZOrderArrAndFollowIds()
3094 aFollowShpIds.Insert(nShapeId, n); in MakeZOrderArrAndFollowIds()
3105 if (0 == (nShapeId = aFollowShpIds[nPos])) in GetFlyShapeId()
3108 aFollowShpIds[ nPos ] = nShapeId; in GetFlyShapeId()
H A Descher.hxx152 SvULongs aFollowShpIds; member in SwEscherEx