Searched refs:pLabel (Results 1 – 1 of 1) sorted by relevance
109 if (const CPDF_Dictionary* pLabel = pValue->AsDictionary()) { in GetLabel() local110 if (pLabel->KeyExist("P")) in GetLabel()111 label += pLabel->GetUnicodeTextFor("P"); in GetLabel()113 ByteString bsNumberingStyle = pLabel->GetStringFor("S", ByteString()); in GetLabel()114 int nLabelNum = nPage - n + pLabel->GetIntegerFor("St", 1); in GetLabel()