src\Framework\MS\Internal\PtsHost\TextParaClient.cs (49)
120if (textDetails.u.full.cLines > 0)
122if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
141if (textDetails.u.full.cAttachedObjects > 0)
143ValidateVisualFloatersAndFigures(fskupdInherited, textDetails.u.full.cAttachedObjects);
191int attachedObjectCount = textDetails.u.full.cAttachedObjects;
248if (textDetails.u.full.cLines > 0)
250if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
310if (textDetails.u.full.cAttachedObjects > 0)
313PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
335if (rectangles.Count == 0 && textDetails.u.full.cLines > 0)
337if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
411if (textDetails.u.full.cLines > 0)
413if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
456&& textDetails.u.full.cAttachedObjects > 0)
460PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
501&& textDetails.u.full.cAttachedObjects > 0)
504PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
545dcpFirst = textDetails.u.full.dcpFirst;
546dcpLast = textDetails.u.full.dcpLim;
565int attachedObjectCount = textDetails.u.full.cAttachedObjects;
619if (textDetails.u.full.cLines > 0)
621if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
736if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
800if (textDetails.u.full.cLines > 0)
804if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
887if (textDetails.u.full.cLines > 0)
889if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
901if (textDetails.u.full.cAttachedObjects > 0)
965if (textDetails.u.full.cLines > 0)
967if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1025if (textDetails.u.full.cLines > 0)
1027if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1078if (textDetails.u.full.cLines > 0)
1080if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1144if (textDetails.u.full.cLines > 0)
1146if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1282Invariant.Assert(dcpStart >= textDetails.u.full.dcpFirst && dcpEnd <= textDetails.u.full.dcpLim);
1284if (textDetails.u.full.cLines > 0)
1286if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1347return (textDetails.u.full.cLines > 0 && textDetails.u.full.dcpFirst == 0);
1371if (textDetails.u.full.cLines > 0)
1375lastChunk = (textDetails.u.full.dcpLim >= Paragraph.Cch);
1379lastChunk = (textDetails.u.full.dcpLim == Line.SyntheticCharacterLength);
1433if (textDetails.u.full.cLines > 0)
1435if (!PTS.ToBoolean(textDetails.u.full.fLinesComposite))
1497if (textDetails.u.full.cAttachedObjects > 0)
1501PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);