Searched refs:aCustoms (Results 1 – 1 of 1) sorted by relevance
267 static struct { const char *pName; Paper ePaper; } aCustoms [] = in getSystemDefaultPaper() local287 size_t nExtraTabSize = sizeof(aCustoms) / sizeof(aCustoms[0]); in getSystemDefaultPaper()290 if (rtl_str_compareIgnoreAsciiCase(aCustoms[i].pName, aPaper.getStr()) == 0) in getSystemDefaultPaper()292 ePaper = aCustoms[i].ePaper; in getSystemDefaultPaper()
Completed in 14 milliseconds