Lines Matching refs:CPWL_Label
11 CPWL_Label::CPWL_Label() : m_pEdit(NULL) {
16 CPWL_Label::~CPWL_Label() {
20 CFX_ByteString CPWL_Label::GetClassName() const {
21 return "CPWL_Label";
24 void CPWL_Label::OnCreated() {
37 void CPWL_Label::SetText(const FX_WCHAR* csText) {
41 void CPWL_Label::RePosChildWnd() {
45 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) {
49 FX_FLOAT CPWL_Label::GetFontSize() const {
53 void CPWL_Label::SetParamByFlag() {
84 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice,
106 void CPWL_Label::SetHorzScale(int32_t nHorzScale) {
110 void CPWL_Label::SetCharSpace(FX_FLOAT fCharSpace) {
114 CPDF_Rect CPWL_Label::GetContentRect() const {
118 void CPWL_Label::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) {
124 CFX_ByteString CPWL_Label::GetTextAppearanceStream(
137 CFX_WideString CPWL_Label::GetText() const {
141 void CPWL_Label::SetLimitChar(int32_t nLimitChar) {
145 int32_t CPWL_Label::GetTotalWords() {