Home | History | Annotate | Download | only in fxedit

Lines Matching refs:SecProps

482                                  const CPVT_SecProps& SecProps,
489 m_SecProps(SecProps),
519 const CPVT_SecProps& SecProps,
527 m_SecProps(SecProps),
584 const CPVT_SecProps& SecProps,
592 m_SecProps(SecProps),
1170 CPVT_SecProps SecProps;
1171 SecProps.fLineLeading = fLineLeading;
1172 return SetRichTextProps(EP_LINELEADING, &SecProps, NULL);
1176 CPVT_SecProps SecProps;
1177 SecProps.fLineIndent = fLineIndent;
1178 return SetRichTextProps(EP_LINEINDENT, &SecProps, NULL);
1182 CPVT_SecProps SecProps;
1183 SecProps.nAlignment = nAlignment;
1184 return SetRichTextProps(EP_ALIGNMENT, &SecProps, NULL);
1286 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineLeading,
1288 secinfo.SecProps.fLineLeading = pSecProps->fLineLeading;
1293 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineIndent,
1295 secinfo.SecProps.fLineIndent = pSecProps->fLineIndent;
1300 if (secinfo.SecProps.nAlignment != pSecProps->nAlignment) {
1301 secinfo.SecProps.nAlignment = pSecProps->nAlignment;
1428 this, place, eProps, OldSecinfo.SecProps, OldSecinfo.WordProps,
1429 secinfo.SecProps, secinfo.WordProps, wr));
2160 CPVT_SecProps SecProps;
2169 SecProps = section.SecProps;
2180 m_pNotify->IOnCaretChange(SecProps, WordProps);
2562 section.SecProps, section.WordProps));
2566 section.SecProps, word.WordProps));
2626 section.SecProps, section.WordProps, bSecEnd));
2630 section.SecProps, word.WordProps, bSecEnd));
2699 wordinfo.nCharset, secinfo.SecProps, secinfo.WordProps));
2708 wordinfo.nCharset, secinfo.SecProps, wordinfo.WordProps));