Searched refs:pCC (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 345 CharClass * pCC = NULL; in queryMeanings() local 379 pCC = aCharSetInfo[i]; in queryMeanings() 398 ct = capitalType(rTerm, pCC); in queryMeanings() 399 OUString nTerm(makeLowerCase(rTerm, pCC)); in queryMeanings() 612 if ((pCC) && (tlen)) in capitalType() 618 if (pCC->getCharacterType(aStr,tindex) & in capitalType() 639 if (pCC) in makeLowerCase() 647 if (pCC) in makeUpperCase() 656 if ((pCC) && (tlen)) in makeInitCap() 661 return ( pCC->toUpper_rtl(bTemp, 0, 1) in makeInitCap() [all …]
|
/aoo42x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 298 CharClass * pCC = NULL; in hyphenate() local 341 pCC = aDicts[k].apCC; in hyphenate() 352 ct = capitalType(aWord, pCC); in hyphenate() 562 CharClass* pCC = NULL; in createPossibleHyphens() local 604 pCC = aDicts[k].apCC; in createPossibleHyphens() 738 if ((pCC) && (tlen)) in capitalType() 762 if (pCC) in makeLowerCase() 769 if (pCC) in makeUpperCase() 778 if ((pCC) && (tlen)) in makeInitCap() 782 return ( pCC->toUpper_rtl(bTemp, 0, 1) + pCC->toLower_rtl(aTerm,1,(tlen-1)) ); in makeInitCap() [all …]
|
/aoo42x/main/sd/source/ui/framework/tools/ |
H A D | FrameworkHelper.cxx | 882 rtl::Reference<ConfigurationController> pCC ( in RequestSynchronousUpdate() local 884 if (pCC.is()) in RequestSynchronousUpdate() 885 pCC->RequestSynchronousUpdate(); in RequestSynchronousUpdate()
|
Completed in 23 milliseconds