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