• Home
  • Raw
  • Download

Lines Matching refs:SecProps

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