Searched refs:nMaxLen (Results 1 – 4 of 4) sorted by relevance
90 int32_t nMaxLen = m_pWidget->GetMaxLen(); in NewPDFWindow() local93 if (nMaxLen > 0) { in NewPDFWindow()95 pWnd->SetCharArray(nMaxLen); in NewPDFWindow()98 pWnd->SetLimitChar(nMaxLen); in NewPDFWindow()
476 int nMaxLen = 0; in FormatV() local479 nMaxLen += FXSYS_strlen(lpsz); in FormatV()486 nMaxLen += 2; in FormatV()502 nMaxLen = 10; in FormatV()519 nMaxLen = 14; in FormatV()667 nMaxLen += nItemLen; in FormatV()669 nMaxLen += 32; // Fudge factor. in FormatV()670 GetBuffer(nMaxLen); in FormatV()672 memset(m_pData->m_String, 0, nMaxLen); in FormatV()673 FXSYS_vsnprintf(m_pData->m_String, nMaxLen - 1, lpszFormat, argListSave); in FormatV()
750 int nMaxLen = 0; in FormatV() local753 nMaxLen += FXSYS_wcslen(lpsz); in FormatV()760 nMaxLen += 2; in FormatV()774 nMaxLen = 10; in FormatV()791 nMaxLen = 14; in FormatV()939 nMaxLen += nItemLen; in FormatV()941 GetBuffer(nMaxLen); in FormatV()943 FXSYS_vswprintf((wchar_t*)m_pData->m_String, nMaxLen + 1, in FormatV()
1580 int nMaxLen = pField->GetMaxLen(); local1592 if (nMaxLen > 0) {1594 pEdit->SetCharArray(nMaxLen);1598 font_map.GetPDFFont(0), rcClient, nMaxLen);1602 nMaxLen = wcslen((const wchar_t*)sValue);1603 pEdit->SetLimitChar(nMaxLen);1648 for (int32_t i = 1; i < nMaxLen; i++) {1650 ((rcClient.right - rcClient.left) / nMaxLen) * i1653 ((rcClient.right - rcClient.left) / nMaxLen) * i1671 for (int32_t i = 1; i < nMaxLen; i++) {[all …]