Home
last modified time | relevance | path

Searched refs:wsNumPortion (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpdf_pagelabel.cpp54 CFX_WideString wsNumPortion; in GetLabelNumPortion() local
56 return wsNumPortion; in GetLabelNumPortion()
58 wsNumPortion.Format(L"%d", num); in GetLabelNumPortion()
60 wsNumPortion = MakeRoman(num); in GetLabelNumPortion()
61 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
63 wsNumPortion = MakeRoman(num); in GetLabelNumPortion()
65 wsNumPortion = MakeLetters(num); in GetLabelNumPortion()
66 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
68 wsNumPortion = MakeLetters(num); in GetLabelNumPortion()
70 return wsNumPortion; in GetLabelNumPortion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_pagelabel.cpp58 WideString wsNumPortion = MakeRoman(num); in GetLabelNumPortion() local
59 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
60 return wsNumPortion; in GetLabelNumPortion()
65 WideString wsNumPortion = MakeLetters(num); in GetLabelNumPortion() local
66 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
67 return wsNumPortion; in GetLabelNumPortion()
115 WideString wsNumPortion = GetLabelNumPortion(nLabelNum, bsNumberingStyle); in GetLabel() local
116 label += wsNumPortion; in GetLabel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_pagelabel.cpp58 WideString wsNumPortion = MakeRoman(num); in GetLabelNumPortion() local
59 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
60 return wsNumPortion; in GetLabelNumPortion()
65 WideString wsNumPortion = MakeLetters(num); in GetLabelNumPortion() local
66 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
67 return wsNumPortion; in GetLabelNumPortion()
115 WideString wsNumPortion = GetLabelNumPortion(nLabelNum, bsNumberingStyle); in GetLabel() local
116 label += wsNumPortion; in GetLabel()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Ddoc_basic.cpp453 CFX_WideString wsNumPortion; in _GetLabelNumPortion() local
455 return wsNumPortion; in _GetLabelNumPortion()
458 wsNumPortion.Format(L"%d", num); in _GetLabelNumPortion()
460 wsNumPortion = _MakeRoman(num); in _GetLabelNumPortion()
461 wsNumPortion.MakeUpper(); in _GetLabelNumPortion()
463 wsNumPortion = _MakeRoman(num); in _GetLabelNumPortion()
465 wsNumPortion = _MakeLetters(num); in _GetLabelNumPortion()
466 wsNumPortion.MakeUpper(); in _GetLabelNumPortion()
470 return wsNumPortion; in _GetLabelNumPortion()
534 CFX_WideString wsNumPortion = in GetLabel() local
[all …]