Lines Matching refs:pSecProps

586 			 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
593 if (pSecProps)
594 m_SecProps = *pSecProps;
811 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
820 if (pSecProps)
821 m_SecProps = *pSecProps;
1477 FX_BOOL CFX_Edit::SetRichTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps)
1493 bSet = SetSecProps(eProps,wrTemp.BeginPos,pSecProps,pWordProps,wrTemp,TRUE);
1499 bSet1 = SetSecProps(eProps,place,pSecProps,pWordProps,wrTemp,TRUE);
1557 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps,
1572 if (pSecProps)
1582 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineLeading,pSecProps->fLineLeading))
1584 secinfo.SecProps.fLineLeading = pSecProps->fLineLeading;
1589 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineIndent,pSecProps->fLineIndent))
1591 secinfo.SecProps.fLineIndent = pSecProps->fLineIndent;
1596 if (secinfo.SecProps.nAlignment != pSecProps->nAlignment)
1598 secinfo.SecProps.nAlignment = pSecProps->nAlignment;
1925 const CPVT_SecProps * pSecProps /*= NULL*/,const CPVT_WordProps * pWordProps /*= NULL*/)
1927 SetText(text,charset,pSecProps,pWordProps,TRUE,TRUE);
1935 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps * pSecProps /*= NULL*/,const CPVT_WordProps * pWordProps /*= NULL*/)
1937 return InsertReturn(pSecProps,pWordProps,TRUE,TRUE);
1956 const CPVT_SecProps * pSecProps /*= NULL*/,const CPVT_WordProps * pWordProps /*= NULL*/)
1958 return InsertText(text,charset,pSecProps,pWordProps,TRUE,TRUE);
2966 const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps, FX_BOOL bAddUndo, FX_BOOL bPaint)
2969 DoInsertText(CPVT_WordPlace(0,0,-1), text, charset, pSecProps, pWordProps);
3007 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,
3015 SetCaret(m_pVT->InsertSection(m_wpCaret,pSecProps,pWordProps));
3022 AddEditUndoItem(new CFXEU_InsertReturn(this,m_wpOldCaret,m_wpCaret,pSecProps,pWordProps));
3268 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, FX_BOOL bAddUndo, FX_BOOL bPaint)
3273 SetCaret(DoInsertText(m_wpCaret, text, charset, pSecProps, pWordProps));
3280 AddEditUndoItem(new CFXEU_InsertText(this,m_wpOldCaret,m_wpCaret,text,charset,pSecProps,pWordProps));
3514 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps)
3528 wp = m_pVT->InsertSection(wp,pSecProps,pWordProps);
3533 wp = m_pVT->InsertSection(wp,pSecProps,pWordProps);