Searched refs:wsLabel (Results 1 – 2 of 2) sorted by relevance
507 CFX_WideString wsLabel; in GetLabel() local509 return wsLabel; in GetLabel()513 return wsLabel; in GetLabel()531 wsLabel += pLabel->GetUnicodeText(FX_BSTRC("P")); in GetLabel()536 wsLabel += wsNumPortion; in GetLabel()537 return wsLabel; in GetLabel()540 wsLabel.Format(L"%d", nPage + 1); in GetLabel()541 return wsLabel; in GetLabel()568 FX_INT32 CPDF_PageLabel::GetPageByLabel(FX_WSTR wsLabel) const in GetPageByLabel()570 CFX_ByteString bsLabel = PDF_EncodeText(wsLabel.GetPtr()); in GetPageByLabel()
1575 FX_INT32 GetPageByLabel(FX_WSTR wsLabel) const;