Lines Matching refs:CPWL_Label
14 CPWL_Label::CPWL_Label() : m_pEdit(NULL) in CPWL_Label() function in CPWL_Label
21 CPWL_Label::~CPWL_Label() in ~CPWL_Label()
26 CFX_ByteString CPWL_Label::GetClassName() const in GetClassName()
31 void CPWL_Label::OnCreated() in OnCreated()
46 void CPWL_Label::SetText(FX_LPCWSTR csText) in SetText()
51 void CPWL_Label::RePosChildWnd() in RePosChildWnd()
56 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) in SetFontSize()
61 FX_FLOAT CPWL_Label::GetFontSize() const in GetFontSize()
66 void CPWL_Label::SetParamByFlag() in SetParamByFlag()
113 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()
135 void CPWL_Label::SetHorzScale(FX_INT32 nHorzScale) in SetHorzScale()
140 void CPWL_Label::SetCharSpace(FX_FLOAT fCharSpace) in SetCharSpace()
145 CPDF_Rect CPWL_Label::GetContentRect() const in GetContentRect()
150 void CPWL_Label::GetThisAppearanceStream(CFX_ByteTextBuf & sAppStream) in GetThisAppearanceStream()
157 CFX_ByteString CPWL_Label::GetTextAppearanceStream(const CPDF_Point & ptOffset) const in GetTextAppearanceStream()
170 CFX_WideString CPWL_Label::GetText() const in GetText()
175 void CPWL_Label::SetLimitChar(FX_INT32 nLimitChar) in SetLimitChar()
180 FX_INT32 CPWL_Label::GetTotalWords() in GetTotalWords()