Home
last modified time | relevance | path

Searched refs:aClsName (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/fpicker/source/win32/filepicker/
H A Dcustomcontrolfactory.cxx45 TCHAR aClsName[256]; in CreateCustomControl() local
46 ZeroMemory(aClsName,sizeof(aClsName)); in CreateCustomControl()
47 if (GetClassName(aControlHandle,aClsName,sizeof(aClsName)) == 0) { in CreateCustomControl()
51 if (0 == _tcsicmp(aClsName,TEXT("button"))) in CreateCustomControl()
66 if (0 == _tcsicmp(aClsName,TEXT("listbox")) || 0 == _tcsicmp(aClsName,TEXT("combobox"))) in CreateCustomControl()
69 if (0 == _tcsicmp(aClsName,TEXT("static"))) in CreateCustomControl()

Completed in 7 milliseconds